public static interface OutboundMessage.VersionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCompilerVersion()
The version of the embedded compiler package.
|
com.google.protobuf.ByteString |
getCompilerVersionBytes()
The version of the embedded compiler package.
|
int |
getId()
This version request's id.
|
String |
getImplementationName()
The name of the Sass implementation that the embedded compiler wraps.
|
com.google.protobuf.ByteString |
getImplementationNameBytes()
The name of the Sass implementation that the embedded compiler wraps.
|
String |
getImplementationVersion()
The version of the Sass implementation that the embedded compiler wraps.
|
com.google.protobuf.ByteString |
getImplementationVersionBytes()
The version of the Sass implementation that the embedded compiler wraps.
|
String |
getProtocolVersion()
The version of the embedded protocol, in semver format.
|
com.google.protobuf.ByteString |
getProtocolVersionBytes()
The version of the embedded protocol, in semver format.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getId()
This version request's id.
uint32 id = 5;String getProtocolVersion()
The version of the embedded protocol, in semver format.
string protocol_version = 1;com.google.protobuf.ByteString getProtocolVersionBytes()
The version of the embedded protocol, in semver format.
string protocol_version = 1;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;com.google.protobuf.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;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;com.google.protobuf.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;String getImplementationName()
The name of the Sass implementation that the embedded compiler wraps.
string implementation_name = 4;com.google.protobuf.ByteString getImplementationNameBytes()
The name of the Sass implementation that the embedded compiler wraps.
string implementation_name = 4;