public static interface VersionServiceOuterClass.GetLedgerApiVersionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
VersionServiceOuterClass.FeaturesDescriptor |
getFeatures()
The features supported by this Ledger API endpoint.
|
VersionServiceOuterClass.FeaturesDescriptorOrBuilder |
getFeaturesOrBuilder()
The features supported by this Ledger API endpoint.
|
java.lang.String |
getVersion()
The version of the ledger API.
|
com.google.protobuf.ByteString |
getVersionBytes()
The version of the ledger API.
|
boolean |
hasFeatures()
The features supported by this Ledger API endpoint.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getVersion()
The version of the ledger API.
string version = 1 [json_name = "version"];
com.google.protobuf.ByteString getVersionBytes()
The version of the ledger API.
string version = 1 [json_name = "version"];
boolean hasFeatures()
The features supported by this Ledger API endpoint. Daml applications CAN use the feature descriptor on top of version constraints on the Ledger API version to determine whether a given Ledger API endpoint supports the features required to run the application. See the feature descriptions themselves for the relation between Ledger API versions and feature presence.
.com.daml.ledger.api.v1.FeaturesDescriptor features = 2 [json_name = "features"];
VersionServiceOuterClass.FeaturesDescriptor getFeatures()
The features supported by this Ledger API endpoint. Daml applications CAN use the feature descriptor on top of version constraints on the Ledger API version to determine whether a given Ledger API endpoint supports the features required to run the application. See the feature descriptions themselves for the relation between Ledger API versions and feature presence.
.com.daml.ledger.api.v1.FeaturesDescriptor features = 2 [json_name = "features"];
VersionServiceOuterClass.FeaturesDescriptorOrBuilder getFeaturesOrBuilder()
The features supported by this Ledger API endpoint. Daml applications CAN use the feature descriptor on top of version constraints on the Ledger API version to determine whether a given Ledger API endpoint supports the features required to run the application. See the feature descriptions themselves for the relation between Ledger API versions and feature presence.
.com.daml.ledger.api.v1.FeaturesDescriptor features = 2 [json_name = "features"];