public static final class InboundMessage.ImportResponse.ImportSuccess.Builder extends com.google.protobuf.GeneratedMessage.Builder<InboundMessage.ImportResponse.ImportSuccess.Builder> implements InboundMessage.ImportResponse.ImportSuccessOrBuilder
The stylesheet's contents were loaded successfully.Protobuf type
sass.embedded_protocol.InboundMessage.ImportResponse.ImportSuccess
Modifier and Type | Method and Description |
---|---|
InboundMessage.ImportResponse.ImportSuccess |
build() |
InboundMessage.ImportResponse.ImportSuccess |
buildPartial() |
InboundMessage.ImportResponse.ImportSuccess.Builder |
clear() |
InboundMessage.ImportResponse.ImportSuccess.Builder |
clearContents()
The text of the stylesheet.
|
InboundMessage.ImportResponse.ImportSuccess.Builder |
clearSourceMapUrl()
An absolute, browser-accessible URL indicating the resolved location of
the imported stylesheet.
|
InboundMessage.ImportResponse.ImportSuccess.Builder |
clearSyntax()
The syntax of `contents`.
|
String |
getContents()
The text of the stylesheet.
|
com.google.protobuf.ByteString |
getContentsBytes()
The text of the stylesheet.
|
InboundMessage.ImportResponse.ImportSuccess |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getSourceMapUrl()
An absolute, browser-accessible URL indicating the resolved location of
the imported stylesheet.
|
com.google.protobuf.ByteString |
getSourceMapUrlBytes()
An absolute, browser-accessible URL indicating the resolved location of
the imported stylesheet.
|
Syntax |
getSyntax()
The syntax of `contents`.
|
int |
getSyntaxValue()
The syntax of `contents`.
|
boolean |
hasSourceMapUrl()
An absolute, browser-accessible URL indicating the resolved location of
the imported stylesheet.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
InboundMessage.ImportResponse.ImportSuccess.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
InboundMessage.ImportResponse.ImportSuccess.Builder |
mergeFrom(InboundMessage.ImportResponse.ImportSuccess other) |
InboundMessage.ImportResponse.ImportSuccess.Builder |
mergeFrom(com.google.protobuf.Message other) |
InboundMessage.ImportResponse.ImportSuccess.Builder |
setContents(String value)
The text of the stylesheet.
|
InboundMessage.ImportResponse.ImportSuccess.Builder |
setContentsBytes(com.google.protobuf.ByteString value)
The text of the stylesheet.
|
InboundMessage.ImportResponse.ImportSuccess.Builder |
setSourceMapUrl(String value)
An absolute, browser-accessible URL indicating the resolved location of
the imported stylesheet.
|
InboundMessage.ImportResponse.ImportSuccess.Builder |
setSourceMapUrlBytes(com.google.protobuf.ByteString value)
An absolute, browser-accessible URL indicating the resolved location of
the imported stylesheet.
|
InboundMessage.ImportResponse.ImportSuccess.Builder |
setSyntax(Syntax value)
The syntax of `contents`.
|
InboundMessage.ImportResponse.ImportSuccess.Builder |
setSyntaxValue(int value)
The syntax of `contents`.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<InboundMessage.ImportResponse.ImportSuccess.Builder>
public 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.GeneratedMessage.Builder<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.GeneratedMessage.Builder<InboundMessage.ImportResponse.ImportSuccess.Builder>
public InboundMessage.ImportResponse.ImportSuccess getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public InboundMessage.ImportResponse.ImportSuccess build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public InboundMessage.ImportResponse.ImportSuccess buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public 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<InboundMessage.ImportResponse.ImportSuccess.Builder>
public InboundMessage.ImportResponse.ImportSuccess.Builder mergeFrom(InboundMessage.ImportResponse.ImportSuccess other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<InboundMessage.ImportResponse.ImportSuccess.Builder>
public 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<InboundMessage.ImportResponse.ImportSuccess.Builder>
IOException
public String getContents()
The text of the stylesheet.
string contents = 1;
getContents
in interface InboundMessage.ImportResponse.ImportSuccessOrBuilder
public com.google.protobuf.ByteString getContentsBytes()
The text of the stylesheet.
string contents = 1;
getContentsBytes
in interface InboundMessage.ImportResponse.ImportSuccessOrBuilder
public InboundMessage.ImportResponse.ImportSuccess.Builder setContents(String value)
The text of the stylesheet.
string contents = 1;
value
- The contents to set.public InboundMessage.ImportResponse.ImportSuccess.Builder clearContents()
The text of the stylesheet.
string contents = 1;
public InboundMessage.ImportResponse.ImportSuccess.Builder setContentsBytes(com.google.protobuf.ByteString value)
The text of the stylesheet.
string contents = 1;
value
- The bytes for contents to set.public int getSyntaxValue()
The syntax of `contents`.
.sass.embedded_protocol.Syntax syntax = 2;
getSyntaxValue
in interface InboundMessage.ImportResponse.ImportSuccessOrBuilder
public InboundMessage.ImportResponse.ImportSuccess.Builder setSyntaxValue(int value)
The syntax of `contents`.
.sass.embedded_protocol.Syntax syntax = 2;
value
- The enum numeric value on the wire for syntax to set.public Syntax getSyntax()
The syntax of `contents`.
.sass.embedded_protocol.Syntax syntax = 2;
getSyntax
in interface InboundMessage.ImportResponse.ImportSuccessOrBuilder
public InboundMessage.ImportResponse.ImportSuccess.Builder setSyntax(Syntax value)
The syntax of `contents`.
.sass.embedded_protocol.Syntax syntax = 2;
value
- The syntax to set.public InboundMessage.ImportResponse.ImportSuccess.Builder clearSyntax()
The syntax of `contents`.
.sass.embedded_protocol.Syntax syntax = 2;
public boolean hasSourceMapUrl()
An absolute, browser-accessible URL indicating the resolved location of the imported stylesheet. 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.
optional string source_map_url = 3;
hasSourceMapUrl
in interface InboundMessage.ImportResponse.ImportSuccessOrBuilder
public String getSourceMapUrl()
An absolute, browser-accessible URL indicating the resolved location of the imported stylesheet. 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.
optional string source_map_url = 3;
getSourceMapUrl
in interface InboundMessage.ImportResponse.ImportSuccessOrBuilder
public com.google.protobuf.ByteString getSourceMapUrlBytes()
An absolute, browser-accessible URL indicating the resolved location of the imported stylesheet. 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.
optional string source_map_url = 3;
getSourceMapUrlBytes
in interface InboundMessage.ImportResponse.ImportSuccessOrBuilder
public InboundMessage.ImportResponse.ImportSuccess.Builder setSourceMapUrl(String value)
An absolute, browser-accessible URL indicating the resolved location of the imported stylesheet. 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.
optional string source_map_url = 3;
value
- The sourceMapUrl to set.public InboundMessage.ImportResponse.ImportSuccess.Builder clearSourceMapUrl()
An absolute, browser-accessible URL indicating the resolved location of the imported stylesheet. 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.
optional string source_map_url = 3;
public InboundMessage.ImportResponse.ImportSuccess.Builder setSourceMapUrlBytes(com.google.protobuf.ByteString value)
An absolute, browser-accessible URL indicating the resolved location of the imported stylesheet. 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.
optional string source_map_url = 3;
value
- The bytes for sourceMapUrl to set.