public static final class EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder> implements EmbeddedSass.InboundMessage.CompileRequest.StringInputOrBuilder
An input stylesheet provided as plain text, rather than loaded from the filesystem.Protobuf type
sass.embedded_protocol.InboundMessage.CompileRequest.StringInputaddRepeatedField, 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.CompileRequest.StringInput.Builder>public EmbeddedSass.InboundMessage.CompileRequest.StringInput.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.CompileRequest.StringInput.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.CompileRequest.StringInput.Builder>public EmbeddedSass.InboundMessage.CompileRequest.StringInput getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic EmbeddedSass.InboundMessage.CompileRequest.StringInput build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic EmbeddedSass.InboundMessage.CompileRequest.StringInput buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder>public EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder mergeFrom(EmbeddedSass.InboundMessage.CompileRequest.StringInput other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder>public EmbeddedSass.InboundMessage.CompileRequest.StringInput.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.CompileRequest.StringInput.Builder>IOExceptionpublic String getSource()
The contents of the stylesheet.
string source = 1;getSource in interface EmbeddedSass.InboundMessage.CompileRequest.StringInputOrBuilderpublic com.google.protobuf.ByteString getSourceBytes()
The contents of the stylesheet.
string source = 1;getSourceBytes in interface EmbeddedSass.InboundMessage.CompileRequest.StringInputOrBuilderpublic EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder setSource(String value)
The contents of the stylesheet.
string source = 1;value - The source to set.public EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder clearSource()
The contents of the stylesheet.
string source = 1;public EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder setSourceBytes(com.google.protobuf.ByteString value)
The contents of the stylesheet.
string source = 1;value - The bytes for source to set.public String getUrl()
The location from which `source` was loaded. If this is empty, it indicates that the URL is unknown. This must be a canonical URL recognized by `importer`, if it's passed.
string url = 2;getUrl in interface EmbeddedSass.InboundMessage.CompileRequest.StringInputOrBuilderpublic com.google.protobuf.ByteString getUrlBytes()
The location from which `source` was loaded. If this is empty, it indicates that the URL is unknown. This must be a canonical URL recognized by `importer`, if it's passed.
string url = 2;getUrlBytes in interface EmbeddedSass.InboundMessage.CompileRequest.StringInputOrBuilderpublic EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder setUrl(String value)
The location from which `source` was loaded. If this is empty, it indicates that the URL is unknown. This must be a canonical URL recognized by `importer`, if it's passed.
string url = 2;value - The url to set.public EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder clearUrl()
The location from which `source` was loaded. If this is empty, it indicates that the URL is unknown. This must be a canonical URL recognized by `importer`, if it's passed.
string url = 2;public EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder setUrlBytes(com.google.protobuf.ByteString value)
The location from which `source` was loaded. If this is empty, it indicates that the URL is unknown. This must be a canonical URL recognized by `importer`, if it's passed.
string url = 2;value - The bytes for url to set.public int getSyntaxValue()
The syntax to use to parse `source`.
.sass.embedded_protocol.Syntax syntax = 3;getSyntaxValue in interface EmbeddedSass.InboundMessage.CompileRequest.StringInputOrBuilderpublic EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder setSyntaxValue(int value)
The syntax to use to parse `source`.
.sass.embedded_protocol.Syntax syntax = 3;value - The enum numeric value on the wire for syntax to set.public EmbeddedSass.Syntax getSyntax()
The syntax to use to parse `source`.
.sass.embedded_protocol.Syntax syntax = 3;getSyntax in interface EmbeddedSass.InboundMessage.CompileRequest.StringInputOrBuilderpublic EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder setSyntax(EmbeddedSass.Syntax value)
The syntax to use to parse `source`.
.sass.embedded_protocol.Syntax syntax = 3;value - The syntax to set.public EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder clearSyntax()
The syntax to use to parse `source`.
.sass.embedded_protocol.Syntax syntax = 3;public boolean hasImporter()
The importer to use to resolve imports relative to `url`.
.sass.embedded_protocol.InboundMessage.CompileRequest.Importer importer = 4;hasImporter in interface EmbeddedSass.InboundMessage.CompileRequest.StringInputOrBuilderpublic EmbeddedSass.InboundMessage.CompileRequest.Importer getImporter()
The importer to use to resolve imports relative to `url`.
.sass.embedded_protocol.InboundMessage.CompileRequest.Importer importer = 4;getImporter in interface EmbeddedSass.InboundMessage.CompileRequest.StringInputOrBuilderpublic EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder setImporter(EmbeddedSass.InboundMessage.CompileRequest.Importer value)
The importer to use to resolve imports relative to `url`.
.sass.embedded_protocol.InboundMessage.CompileRequest.Importer importer = 4;public EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder setImporter(EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder builderForValue)
The importer to use to resolve imports relative to `url`.
.sass.embedded_protocol.InboundMessage.CompileRequest.Importer importer = 4;public EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder mergeImporter(EmbeddedSass.InboundMessage.CompileRequest.Importer value)
The importer to use to resolve imports relative to `url`.
.sass.embedded_protocol.InboundMessage.CompileRequest.Importer importer = 4;public EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder clearImporter()
The importer to use to resolve imports relative to `url`.
.sass.embedded_protocol.InboundMessage.CompileRequest.Importer importer = 4;public EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder getImporterBuilder()
The importer to use to resolve imports relative to `url`.
.sass.embedded_protocol.InboundMessage.CompileRequest.Importer importer = 4;public EmbeddedSass.InboundMessage.CompileRequest.ImporterOrBuilder getImporterOrBuilder()
The importer to use to resolve imports relative to `url`.
.sass.embedded_protocol.InboundMessage.CompileRequest.Importer importer = 4;getImporterOrBuilder in interface EmbeddedSass.InboundMessage.CompileRequest.StringInputOrBuilderpublic final EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder>public final EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder>