public static interface OutboundMessage.CompileResponse.CompileSuccessOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCss()
The compiled CSS.
|
com.google.protobuf.ByteString |
getCssBytes()
The compiled CSS.
|
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`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getCss()
The compiled CSS.
string css = 1;
com.google.protobuf.ByteString getCssBytes()
The compiled CSS.
string css = 1;
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;
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;