public static interface InboundMessage.CanonicalizeResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getContainingUrlUnused()
Whether `containing_url` in `CanonicalizeRequest` is unused.
|
String |
getError()
An error message explaining why canonicalization failed.
|
com.google.protobuf.ByteString |
getErrorBytes()
An error message explaining why canonicalization failed.
|
int |
getId()
uint32 id = 1; |
InboundMessage.CanonicalizeResponse.ResultCase |
getResultCase() |
String |
getUrl()
The successfully canonicalized URL.
|
com.google.protobuf.ByteString |
getUrlBytes()
The successfully canonicalized URL.
|
boolean |
hasError()
An error message explaining why canonicalization failed.
|
boolean |
hasUrl()
The successfully canonicalized URL.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getId()
uint32 id = 1;
boolean hasUrl()
The successfully canonicalized URL. If this is not an absolute URL (including scheme), the compiler must treat that as an error thrown by the importer. If this URL's scheme is an `Importer.non_canonical_scheme` for the importer being invoked, the compiler must treat that as an error thrown by the importer.
string url = 2;
String getUrl()
The successfully canonicalized URL. If this is not an absolute URL (including scheme), the compiler must treat that as an error thrown by the importer. If this URL's scheme is an `Importer.non_canonical_scheme` for the importer being invoked, the compiler must treat that as an error thrown by the importer.
string url = 2;
com.google.protobuf.ByteString getUrlBytes()
The successfully canonicalized URL. If this is not an absolute URL (including scheme), the compiler must treat that as an error thrown by the importer. If this URL's scheme is an `Importer.non_canonical_scheme` for the importer being invoked, the compiler must treat that as an error thrown by the importer.
string url = 2;
boolean hasError()
An error message explaining why canonicalization failed. This indicates that a stylesheet was found, but a canonical URL for it could not be determined. If no stylesheet was found, `result` should be `null` instead.
string error = 3;
String getError()
An error message explaining why canonicalization failed. This indicates that a stylesheet was found, but a canonical URL for it could not be determined. If no stylesheet was found, `result` should be `null` instead.
string error = 3;
com.google.protobuf.ByteString getErrorBytes()
An error message explaining why canonicalization failed. This indicates that a stylesheet was found, but a canonical URL for it could not be determined. If no stylesheet was found, `result` should be `null` instead.
string error = 3;
boolean getContainingUrlUnused()
Whether `containing_url` in `CanonicalizeRequest` is unused. The compiler can cache the `CanonicalizeResponse` if the `containing_url` is unused. The default value is `false`, thus when the value is not set by the host, the `CanonicalizeResponse` will not be cached by the compiler.
bool containing_url_unused = 4;
InboundMessage.CanonicalizeResponse.ResultCase getResultCase()