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.CanonicalizeResponseaddRepeatedField, 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, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic 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.Builderclear in interface com.google.protobuf.MessageLite.Builderclear 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.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder>public EmbeddedSass.InboundMessage.CanonicalizeResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic EmbeddedSass.InboundMessage.CanonicalizeResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic EmbeddedSass.InboundMessage.CanonicalizeResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom 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.MessageLiteOrBuilderisInitialized 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.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder>IOExceptionpublic EmbeddedSass.InboundMessage.CanonicalizeResponse.ResultCase getResultCase()
getResultCase in interface EmbeddedSass.InboundMessage.CanonicalizeResponseOrBuilderpublic EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder clearResult()
public int getId()
uint32 id = 1;getId in interface EmbeddedSass.InboundMessage.CanonicalizeResponseOrBuilderpublic 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.CanonicalizeResponseOrBuilderpublic 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.CanonicalizeResponseOrBuilderpublic 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.CanonicalizeResponseOrBuilderpublic 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.CanonicalizeResponseOrBuilderpublic 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.CanonicalizeResponseOrBuilderpublic 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.CanonicalizeResponseOrBuilderpublic 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.BuildersetUnknownFields 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.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder>