public static final class EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder extends GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder> implements EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccessOrBuilder
A message indicating that the Sass file was successfully compiled to CSS.Protobuf type
sass.embedded_protocol.OutboundMessage.CompileResponse.CompileSuccess
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder>
public EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder>
public EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder>
public EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder>
public EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder>
public EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder>
public EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder>
public EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder>
public EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder mergeFrom(EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder>
public EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder>
IOException
public String getCss()
The compiled CSS.
string css = 1;
getCss
in interface EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccessOrBuilder
public ByteString getCssBytes()
The compiled CSS.
string css = 1;
getCssBytes
in interface EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccessOrBuilder
public EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder setCss(String value)
The compiled CSS.
string css = 1;
value
- The css to set.public EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder clearCss()
The compiled CSS.
string css = 1;
public EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder setCssBytes(ByteString value)
The compiled CSS.
string css = 1;
value
- The bytes for css to set.public String getSourceMap()
The JSON-encoded source map, or the empty string if `CompileRequest.source_map` was `false`. The compiler must not add a `"file"` key to this source map. It's the host's (or the host's user's) responsibility to determine how the generated CSS can be reached from the source map.
string source_map = 2;
getSourceMap
in interface EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccessOrBuilder
public ByteString getSourceMapBytes()
The JSON-encoded source map, or the empty string if `CompileRequest.source_map` was `false`. The compiler must not add a `"file"` key to this source map. It's the host's (or the host's user's) responsibility to determine how the generated CSS can be reached from the source map.
string source_map = 2;
getSourceMapBytes
in interface EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccessOrBuilder
public EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder setSourceMap(String value)
The JSON-encoded source map, or the empty string if `CompileRequest.source_map` was `false`. The compiler must not add a `"file"` key to this source map. It's the host's (or the host's user's) responsibility to determine how the generated CSS can be reached from the source map.
string source_map = 2;
value
- The sourceMap to set.public EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder clearSourceMap()
The JSON-encoded source map, or the empty string if `CompileRequest.source_map` was `false`. The compiler must not add a `"file"` key to this source map. It's the host's (or the host's user's) responsibility to determine how the generated CSS can be reached from the source map.
string source_map = 2;
public EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder setSourceMapBytes(ByteString value)
The JSON-encoded source map, or the empty string if `CompileRequest.source_map` was `false`. The compiler must not add a `"file"` key to this source map. It's the host's (or the host's user's) responsibility to determine how the generated CSS can be reached from the source map.
string source_map = 2;
value
- The bytes for sourceMap to set.public ProtocolStringList getLoadedUrlsList()
The canonical URLs of all source files loaded during the compilation. The compiler must ensure that each canonical URL appears only once in this list. This must include the entrypoint file's URL if either `CompileRequest.input.path` or `CompileRequest.StringInput.url` was passed.
repeated string loaded_urls = 3;
getLoadedUrlsList
in interface EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccessOrBuilder
public int getLoadedUrlsCount()
The canonical URLs of all source files loaded during the compilation. The compiler must ensure that each canonical URL appears only once in this list. This must include the entrypoint file's URL if either `CompileRequest.input.path` or `CompileRequest.StringInput.url` was passed.
repeated string loaded_urls = 3;
getLoadedUrlsCount
in interface EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccessOrBuilder
public String getLoadedUrls(int index)
The canonical URLs of all source files loaded during the compilation. The compiler must ensure that each canonical URL appears only once in this list. This must include the entrypoint file's URL if either `CompileRequest.input.path` or `CompileRequest.StringInput.url` was passed.
repeated string loaded_urls = 3;
getLoadedUrls
in interface EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccessOrBuilder
index
- The index of the element to return.public ByteString getLoadedUrlsBytes(int index)
The canonical URLs of all source files loaded during the compilation. The compiler must ensure that each canonical URL appears only once in this list. This must include the entrypoint file's URL if either `CompileRequest.input.path` or `CompileRequest.StringInput.url` was passed.
repeated string loaded_urls = 3;
getLoadedUrlsBytes
in interface EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccessOrBuilder
index
- The index of the value to return.public EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder setLoadedUrls(int index, String value)
The canonical URLs of all source files loaded during the compilation. The compiler must ensure that each canonical URL appears only once in this list. This must include the entrypoint file's URL if either `CompileRequest.input.path` or `CompileRequest.StringInput.url` was passed.
repeated string loaded_urls = 3;
index
- The index to set the value at.value
- The loadedUrls to set.public EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder addLoadedUrls(String value)
The canonical URLs of all source files loaded during the compilation. The compiler must ensure that each canonical URL appears only once in this list. This must include the entrypoint file's URL if either `CompileRequest.input.path` or `CompileRequest.StringInput.url` was passed.
repeated string loaded_urls = 3;
value
- The loadedUrls to add.public EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder addAllLoadedUrls(Iterable<String> values)
The canonical URLs of all source files loaded during the compilation. The compiler must ensure that each canonical URL appears only once in this list. This must include the entrypoint file's URL if either `CompileRequest.input.path` or `CompileRequest.StringInput.url` was passed.
repeated string loaded_urls = 3;
values
- The loadedUrls to add.public EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder clearLoadedUrls()
The canonical URLs of all source files loaded during the compilation. The compiler must ensure that each canonical URL appears only once in this list. This must include the entrypoint file's URL if either `CompileRequest.input.path` or `CompileRequest.StringInput.url` was passed.
repeated string loaded_urls = 3;
public EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder addLoadedUrlsBytes(ByteString value)
The canonical URLs of all source files loaded during the compilation. The compiler must ensure that each canonical URL appears only once in this list. This must include the entrypoint file's URL if either `CompileRequest.input.path` or `CompileRequest.StringInput.url` was passed.
repeated string loaded_urls = 3;
value
- The bytes of the loadedUrls to add.public final EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder>
public final EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder>