public static final class EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess extends GeneratedMessageV3 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
Modifier and Type | Class and Description |
---|---|
static class |
EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder
A message indicating that the Sass file was successfully compiled to CSS.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameter
AbstractMessageLite.InternalOneOfEnum
Modifier and Type | Field and Description |
---|---|
static int |
CSS_FIELD_NUMBER |
static int |
LOADED_URLS_FIELD_NUMBER |
static int |
SOURCE_MAP_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int CSS_FIELD_NUMBER
public static final int SOURCE_MAP_FIELD_NUMBER
public static final int LOADED_URLS_FIELD_NUMBER
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class GeneratedMessageV3
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
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 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 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 final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess parseFrom(InputStream input) throws IOException
IOException
public static EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess parseDelimitedFrom(InputStream input) throws IOException
IOException
public static EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess parseFrom(CodedInputStream input) throws IOException
IOException
public static EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder newBuilder()
public static EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder newBuilder(EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess prototype)
public EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess getDefaultInstance()
public static Parser<EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess> parser()
public Parser<EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder