Package com.daml.ledger.api.v1
Interface ExperimentalFeaturesOuterClass.ExperimentalContractIdsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExperimentalFeaturesOuterClass.ExperimentalContractIds
,ExperimentalFeaturesOuterClass.ExperimentalContractIds.Builder
- Enclosing class:
- ExperimentalFeaturesOuterClass
public static interface ExperimentalFeaturesOuterClass.ExperimentalContractIdsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExperimentalFeaturesOuterClass.ExperimentalContractIds.ContractIdV1Support
getV1()
.com.daml.ledger.api.v1.ExperimentalContractIds.ContractIdV1Support v1 = 1 [json_name = "v1"];
int
getV1Value()
.com.daml.ledger.api.v1.ExperimentalContractIds.ContractIdV1Support v1 = 1 [json_name = "v1"];
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getV1Value
int getV1Value()
.com.daml.ledger.api.v1.ExperimentalContractIds.ContractIdV1Support v1 = 1 [json_name = "v1"];
- Returns:
- The enum numeric value on the wire for v1.
-
getV1
ExperimentalFeaturesOuterClass.ExperimentalContractIds.ContractIdV1Support getV1()
.com.daml.ledger.api.v1.ExperimentalContractIds.ContractIdV1Support v1 = 1 [json_name = "v1"];
- Returns:
- The v1.
-
-