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.StringInput
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.CompileRequest.StringInput.Builder>
public EmbeddedSass.InboundMessage.CompileRequest.StringInput.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.CompileRequest.StringInput.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.CompileRequest.StringInput.Builder>
public EmbeddedSass.InboundMessage.CompileRequest.StringInput getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public EmbeddedSass.InboundMessage.CompileRequest.StringInput build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public EmbeddedSass.InboundMessage.CompileRequest.StringInput buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public EmbeddedSass.InboundMessage.CompileRequest.StringInput.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.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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder>
IOException
public String getSource()
The contents of the stylesheet.
string source = 1;
getSource
in interface EmbeddedSass.InboundMessage.CompileRequest.StringInputOrBuilder
public com.google.protobuf.ByteString getSourceBytes()
The contents of the stylesheet.
string source = 1;
getSourceBytes
in interface EmbeddedSass.InboundMessage.CompileRequest.StringInputOrBuilder
public 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.StringInputOrBuilder
public 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.StringInputOrBuilder
public 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.StringInputOrBuilder
public 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.StringInputOrBuilder
public 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.StringInputOrBuilder
public 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.StringInputOrBuilder
public 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.StringInputOrBuilder
public final EmbeddedSass.InboundMessage.CompileRequest.StringInput.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.CompileRequest.StringInput.Builder>
public final EmbeddedSass.InboundMessage.CompileRequest.StringInput.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.CompileRequest.StringInput.Builder>