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.ImportSuccess
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.ImportResponse.ImportSuccess.Builder>
public EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess.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.ImportResponse.ImportSuccess.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.ImportResponse.ImportSuccess.Builder>
public EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess.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.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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess.Builder>
IOException
public String getContents()
The text of the stylesheet. Mandatory.
string contents = 1;
getContents
in interface EmbeddedSass.InboundMessage.ImportResponse.ImportSuccessOrBuilder
public com.google.protobuf.ByteString getContentsBytes()
The text of the stylesheet. Mandatory.
string contents = 1;
getContentsBytes
in interface EmbeddedSass.InboundMessage.ImportResponse.ImportSuccessOrBuilder
public 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.ImportSuccessOrBuilder
public 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.ImportSuccessOrBuilder
public 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.ImportSuccessOrBuilder
public 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.ImportSuccessOrBuilder
public 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.Builder
setUnknownFields
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.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess.Builder>