public static final class EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess.Builder> implements EmbeddedSass.InboundMessage.ImportResponse.ImportSuccessOrBuilder
The stylesheet's contents were loaded successfully.Protobuf type
sass.embedded_protocol.InboundMessage.ImportResponse.ImportSuccessaddRepeatedField, 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.ImportResponse.ImportSuccess.Builder>public EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess.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.ImportResponse.ImportSuccess.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.ImportResponse.ImportSuccess.Builder>public EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess.Builder>public EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess.Builder mergeFrom(EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess.Builder>public EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess.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.ImportResponse.ImportSuccess.Builder>IOExceptionpublic String getContents()
The text of the stylesheet. Mandatory.
string contents = 1;getContents in interface EmbeddedSass.InboundMessage.ImportResponse.ImportSuccessOrBuilderpublic com.google.protobuf.ByteString getContentsBytes()
The text of the stylesheet. Mandatory.
string contents = 1;getContentsBytes in interface EmbeddedSass.InboundMessage.ImportResponse.ImportSuccessOrBuilderpublic EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess.Builder setContents(String value)
The text of the stylesheet. Mandatory.
string contents = 1;value - The contents to set.public EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess.Builder clearContents()
The text of the stylesheet. Mandatory.
string contents = 1;public EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess.Builder setContentsBytes(com.google.protobuf.ByteString value)
The text of the stylesheet. Mandatory.
string contents = 1;value - The bytes for contents to set.public int getSyntaxValue()
The syntax of `contents`. Mandatory.
.sass.embedded_protocol.Syntax syntax = 2;getSyntaxValue in interface EmbeddedSass.InboundMessage.ImportResponse.ImportSuccessOrBuilderpublic EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess.Builder setSyntaxValue(int value)
The syntax of `contents`. Mandatory.
.sass.embedded_protocol.Syntax syntax = 2;value - The enum numeric value on the wire for syntax to set.public EmbeddedSass.Syntax getSyntax()
The syntax of `contents`. Mandatory.
.sass.embedded_protocol.Syntax syntax = 2;getSyntax in interface EmbeddedSass.InboundMessage.ImportResponse.ImportSuccessOrBuilderpublic EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess.Builder setSyntax(EmbeddedSass.Syntax value)
The syntax of `contents`. Mandatory.
.sass.embedded_protocol.Syntax syntax = 2;value - The syntax to set.public EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess.Builder clearSyntax()
The syntax of `contents`. Mandatory.
.sass.embedded_protocol.Syntax syntax = 2;public String getSourceMapUrl()
An absolute, browser-accessible URL indicating the resolved location of the imported stylesheet. Optional. This should be a `file:` URL if one is available, but an `http:` URL is acceptable as well. If no URL is supplied, a `data:` URL is generated automatically from `contents`. If this is provided and is not an absolute URL (including scheme) the compiler must treat that as an error thrown by the importer.
string source_map_url = 3;getSourceMapUrl in interface EmbeddedSass.InboundMessage.ImportResponse.ImportSuccessOrBuilderpublic com.google.protobuf.ByteString getSourceMapUrlBytes()
An absolute, browser-accessible URL indicating the resolved location of the imported stylesheet. Optional. This should be a `file:` URL if one is available, but an `http:` URL is acceptable as well. If no URL is supplied, a `data:` URL is generated automatically from `contents`. If this is provided and is not an absolute URL (including scheme) the compiler must treat that as an error thrown by the importer.
string source_map_url = 3;getSourceMapUrlBytes in interface EmbeddedSass.InboundMessage.ImportResponse.ImportSuccessOrBuilderpublic EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess.Builder setSourceMapUrl(String value)
An absolute, browser-accessible URL indicating the resolved location of the imported stylesheet. Optional. This should be a `file:` URL if one is available, but an `http:` URL is acceptable as well. If no URL is supplied, a `data:` URL is generated automatically from `contents`. If this is provided and is not an absolute URL (including scheme) the compiler must treat that as an error thrown by the importer.
string source_map_url = 3;value - The sourceMapUrl to set.public EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess.Builder clearSourceMapUrl()
An absolute, browser-accessible URL indicating the resolved location of the imported stylesheet. Optional. This should be a `file:` URL if one is available, but an `http:` URL is acceptable as well. If no URL is supplied, a `data:` URL is generated automatically from `contents`. If this is provided and is not an absolute URL (including scheme) the compiler must treat that as an error thrown by the importer.
string source_map_url = 3;public EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess.Builder setSourceMapUrlBytes(com.google.protobuf.ByteString value)
An absolute, browser-accessible URL indicating the resolved location of the imported stylesheet. Optional. This should be a `file:` URL if one is available, but an `http:` URL is acceptable as well. If no URL is supplied, a `data:` URL is generated automatically from `contents`. If this is provided and is not an absolute URL (including scheme) the compiler must treat that as an error thrown by the importer.
string source_map_url = 3;value - The bytes for sourceMapUrl to set.public final EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess.Builder>public final EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess.Builder>