public static interface EmbeddedSass.InboundMessage.CanonicalizeResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
EmbeddedSass.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.
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.
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.
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;
EmbeddedSass.InboundMessage.CanonicalizeResponse.ResultCase getResultCase()