public static final class EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder> implements EmbeddedSass.InboundMessage.CanonicalizeResponseOrBuilder
A response indicating the result of canonicalizing an imported URL.Protobuf type
sass.embedded_protocol.InboundMessage.CanonicalizeResponse
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder>
public EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder>
public EmbeddedSass.InboundMessage.CanonicalizeResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public EmbeddedSass.InboundMessage.CanonicalizeResponse build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public EmbeddedSass.InboundMessage.CanonicalizeResponse buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder>
public EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder mergeFrom(EmbeddedSass.InboundMessage.CanonicalizeResponse other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder>
public EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder>
IOException
public EmbeddedSass.InboundMessage.CanonicalizeResponse.ResultCase getResultCase()
getResultCase
in interface EmbeddedSass.InboundMessage.CanonicalizeResponseOrBuilder
public EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder clearResult()
public int getId()
uint32 id = 1;
getId
in interface EmbeddedSass.InboundMessage.CanonicalizeResponseOrBuilder
public EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder setId(int value)
uint32 id = 1;
value
- The id to set.public EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder clearId()
uint32 id = 1;
public 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;
hasUrl
in interface EmbeddedSass.InboundMessage.CanonicalizeResponseOrBuilder
public 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;
getUrl
in interface EmbeddedSass.InboundMessage.CanonicalizeResponseOrBuilder
public 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;
getUrlBytes
in interface EmbeddedSass.InboundMessage.CanonicalizeResponseOrBuilder
public EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder setUrl(String value)
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;
value
- The url to set.public EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder clearUrl()
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;
public EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder setUrlBytes(com.google.protobuf.ByteString value)
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;
value
- The bytes for url to set.public 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;
hasError
in interface EmbeddedSass.InboundMessage.CanonicalizeResponseOrBuilder
public 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;
getError
in interface EmbeddedSass.InboundMessage.CanonicalizeResponseOrBuilder
public 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;
getErrorBytes
in interface EmbeddedSass.InboundMessage.CanonicalizeResponseOrBuilder
public EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder setError(String value)
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;
value
- The error to set.public EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder clearError()
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;
public EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder setErrorBytes(com.google.protobuf.ByteString value)
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;
value
- The bytes for error to set.public final EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder>
public final EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder>