public static final class EmbeddedSass.OutboundMessage.VersionResponse extends GeneratedMessageV3 implements EmbeddedSass.OutboundMessage.VersionResponseOrBuilder
A response that contains the version of the embedded compiler.Protobuf type
sass.embedded_protocol.OutboundMessage.VersionResponse
Modifier and Type | Class and Description |
---|---|
static class |
EmbeddedSass.OutboundMessage.VersionResponse.Builder
A response that contains the version of the embedded compiler.
|
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 |
COMPILER_VERSION_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
IMPLEMENTATION_NAME_FIELD_NUMBER |
static int |
IMPLEMENTATION_VERSION_FIELD_NUMBER |
static int |
PROTOCOL_VERSION_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 ID_FIELD_NUMBER
public static final int PROTOCOL_VERSION_FIELD_NUMBER
public static final int COMPILER_VERSION_FIELD_NUMBER
public static final int IMPLEMENTATION_VERSION_FIELD_NUMBER
public static final int IMPLEMENTATION_NAME_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 int getId()
This version request's id. Mandatory.
uint32 id = 5;
getId
in interface EmbeddedSass.OutboundMessage.VersionResponseOrBuilder
public String getProtocolVersion()
The version of the embedded protocol, in semver format.
string protocol_version = 1;
getProtocolVersion
in interface EmbeddedSass.OutboundMessage.VersionResponseOrBuilder
public ByteString getProtocolVersionBytes()
The version of the embedded protocol, in semver format.
string protocol_version = 1;
getProtocolVersionBytes
in interface EmbeddedSass.OutboundMessage.VersionResponseOrBuilder
public String getCompilerVersion()
The version of the embedded compiler package. This has no guaranteed format, although compilers are encouraged to use semver.
string compiler_version = 2;
getCompilerVersion
in interface EmbeddedSass.OutboundMessage.VersionResponseOrBuilder
public ByteString getCompilerVersionBytes()
The version of the embedded compiler package. This has no guaranteed format, although compilers are encouraged to use semver.
string compiler_version = 2;
getCompilerVersionBytes
in interface EmbeddedSass.OutboundMessage.VersionResponseOrBuilder
public String getImplementationVersion()
The version of the Sass implementation that the embedded compiler wraps. This has no guaranteed format, although Sass implementations are encouraged to use semver.
string implementation_version = 3;
getImplementationVersion
in interface EmbeddedSass.OutboundMessage.VersionResponseOrBuilder
public ByteString getImplementationVersionBytes()
The version of the Sass implementation that the embedded compiler wraps. This has no guaranteed format, although Sass implementations are encouraged to use semver.
string implementation_version = 3;
getImplementationVersionBytes
in interface EmbeddedSass.OutboundMessage.VersionResponseOrBuilder
public String getImplementationName()
The name of the Sass implementation that the embedded compiler wraps.
string implementation_name = 4;
getImplementationName
in interface EmbeddedSass.OutboundMessage.VersionResponseOrBuilder
public ByteString getImplementationNameBytes()
The name of the Sass implementation that the embedded compiler wraps.
string implementation_name = 4;
getImplementationNameBytes
in interface EmbeddedSass.OutboundMessage.VersionResponseOrBuilder
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.VersionResponse parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.OutboundMessage.VersionResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.OutboundMessage.VersionResponse parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.OutboundMessage.VersionResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.OutboundMessage.VersionResponse parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.OutboundMessage.VersionResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.OutboundMessage.VersionResponse parseFrom(InputStream input) throws IOException
IOException
public static EmbeddedSass.OutboundMessage.VersionResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static EmbeddedSass.OutboundMessage.VersionResponse parseDelimitedFrom(InputStream input) throws IOException
IOException
public static EmbeddedSass.OutboundMessage.VersionResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static EmbeddedSass.OutboundMessage.VersionResponse parseFrom(CodedInputStream input) throws IOException
IOException
public static EmbeddedSass.OutboundMessage.VersionResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public EmbeddedSass.OutboundMessage.VersionResponse.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static EmbeddedSass.OutboundMessage.VersionResponse.Builder newBuilder()
public static EmbeddedSass.OutboundMessage.VersionResponse.Builder newBuilder(EmbeddedSass.OutboundMessage.VersionResponse prototype)
public EmbeddedSass.OutboundMessage.VersionResponse.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected EmbeddedSass.OutboundMessage.VersionResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static EmbeddedSass.OutboundMessage.VersionResponse getDefaultInstance()
public static Parser<EmbeddedSass.OutboundMessage.VersionResponse> parser()
public Parser<EmbeddedSass.OutboundMessage.VersionResponse> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public EmbeddedSass.OutboundMessage.VersionResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder