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, 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<OutboundMessage.CompileResponse.CompileSuccess.Builder>
public OutboundMessage.CompileResponse.CompileSuccess.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<OutboundMessage.CompileResponse.CompileSuccess.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<OutboundMessage.CompileResponse.CompileSuccess.Builder>
public OutboundMessage.CompileResponse.CompileSuccess getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public OutboundMessage.CompileResponse.CompileSuccess build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public OutboundMessage.CompileResponse.CompileSuccess buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public OutboundMessage.CompileResponse.CompileSuccess.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<OutboundMessage.CompileResponse.CompileSuccess.Builder>
IOException
public String getCss()
The compiled CSS.
string css = 1;
getCss
in interface OutboundMessage.CompileResponse.CompileSuccessOrBuilder
public com.google.protobuf.ByteString getCssBytes()
The compiled CSS.
string css = 1;
getCssBytes
in interface OutboundMessage.CompileResponse.CompileSuccessOrBuilder
public 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.CompileSuccessOrBuilder
public 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.CompileSuccessOrBuilder
public 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.