public static final class OutboundMessage.CompileResponse.CompileSuccess.Builder extends com.google.protobuf.GeneratedMessage.Builder<OutboundMessage.CompileResponse.CompileSuccess.Builder> implements OutboundMessage.CompileResponse.CompileSuccessOrBuilder
A message indicating that the Sass file was successfully compiled to CSS.Protobuf type
sass.embedded_protocol.OutboundMessage.CompileResponse.CompileSuccess| Modifier and Type | Method and Description |
|---|---|
OutboundMessage.CompileResponse.CompileSuccess |
build() |
OutboundMessage.CompileResponse.CompileSuccess |
buildPartial() |
OutboundMessage.CompileResponse.CompileSuccess.Builder |
clear() |
OutboundMessage.CompileResponse.CompileSuccess.Builder |
clearCss()
The compiled CSS.
|
OutboundMessage.CompileResponse.CompileSuccess.Builder |
clearSourceMap()
The JSON-encoded source map, or the empty string if
`CompileRequest.source_map` was `false`.
|
String |
getCss()
The compiled CSS.
|
com.google.protobuf.ByteString |
getCssBytes()
The compiled CSS.
|
OutboundMessage.CompileResponse.CompileSuccess |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getSourceMap()
The JSON-encoded source map, or the empty string if
`CompileRequest.source_map` was `false`.
|
com.google.protobuf.ByteString |
getSourceMapBytes()
The JSON-encoded source map, or the empty string if
`CompileRequest.source_map` was `false`.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
OutboundMessage.CompileResponse.CompileSuccess.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OutboundMessage.CompileResponse.CompileSuccess.Builder |
mergeFrom(com.google.protobuf.Message other) |
OutboundMessage.CompileResponse.CompileSuccess.Builder |
mergeFrom(OutboundMessage.CompileResponse.CompileSuccess other) |
OutboundMessage.CompileResponse.CompileSuccess.Builder |
setCss(String value)
The compiled CSS.
|
OutboundMessage.CompileResponse.CompileSuccess.Builder |
setCssBytes(com.google.protobuf.ByteString value)
The compiled CSS.
|
OutboundMessage.CompileResponse.CompileSuccess.Builder |
setSourceMap(String value)
The JSON-encoded source map, or the empty string if
`CompileRequest.source_map` was `false`.
|
OutboundMessage.CompileResponse.CompileSuccess.Builder |
setSourceMapBytes(com.google.protobuf.ByteString value)
The JSON-encoded source map, or the empty string if
`CompileRequest.source_map` was `false`.
|
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, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<OutboundMessage.CompileResponse.CompileSuccess.Builder>public OutboundMessage.CompileResponse.CompileSuccess.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<OutboundMessage.CompileResponse.CompileSuccess.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.GeneratedMessage.Builder<OutboundMessage.CompileResponse.CompileSuccess.Builder>public OutboundMessage.CompileResponse.CompileSuccess getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic OutboundMessage.CompileResponse.CompileSuccess build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic OutboundMessage.CompileResponse.CompileSuccess buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic OutboundMessage.CompileResponse.CompileSuccess.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<OutboundMessage.CompileResponse.CompileSuccess.Builder>public OutboundMessage.CompileResponse.CompileSuccess.Builder mergeFrom(OutboundMessage.CompileResponse.CompileSuccess other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<OutboundMessage.CompileResponse.CompileSuccess.Builder>public OutboundMessage.CompileResponse.CompileSuccess.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<OutboundMessage.CompileResponse.CompileSuccess.Builder>IOExceptionpublic String getCss()
The compiled CSS.
string css = 1;getCss in interface OutboundMessage.CompileResponse.CompileSuccessOrBuilderpublic com.google.protobuf.ByteString getCssBytes()
The compiled CSS.
string css = 1;getCssBytes in interface OutboundMessage.CompileResponse.CompileSuccessOrBuilderpublic OutboundMessage.CompileResponse.CompileSuccess.Builder setCss(String value)
The compiled CSS.
string css = 1;value - The css to set.public OutboundMessage.CompileResponse.CompileSuccess.Builder clearCss()
The compiled CSS.
string css = 1;public OutboundMessage.CompileResponse.CompileSuccess.Builder setCssBytes(com.google.protobuf.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 OutboundMessage.CompileResponse.CompileSuccessOrBuilderpublic com.google.protobuf.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 OutboundMessage.CompileResponse.CompileSuccessOrBuilderpublic 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 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 OutboundMessage.CompileResponse.CompileSuccess.Builder setSourceMapBytes(com.google.protobuf.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.