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