public static interface EmbeddedSass.InboundMessage.CanonicalizeResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getError()
An error message explaining why canonicalization failed.
|
ByteString |
getErrorBytes()
An error message explaining why canonicalization failed.
|
int |
getId()
uint32 id = 1; |
EmbeddedSass.InboundMessage.CanonicalizeResponse.ResultCase |
getResultCase() |
String |
getUrl()
The successfully canonicalized URL.
|
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
isInitialized
int getId()
uint32 id = 1;
boolean hasUrl()
The successfully canonicalized URL. This must be an absolute URL, including scheme.
string url = 2;
String getUrl()
The successfully canonicalized URL. This must be an absolute URL, including scheme.
string url = 2;
ByteString getUrlBytes()
The successfully canonicalized URL. This must be an absolute URL, including scheme.
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;
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;
EmbeddedSass.InboundMessage.CanonicalizeResponse.ResultCase getResultCase()