public static interface ValueOuterClass.VariantOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConstructor()
Determines which of the Variant's alternatives is encoded in this message.
|
com.google.protobuf.ByteString |
getConstructorBytes()
Determines which of the Variant's alternatives is encoded in this message.
|
ValueOuterClass.Value |
getValue()
The value encoded within the Variant.
|
ValueOuterClass.ValueOrBuilder |
getValueOrBuilder()
The value encoded within the Variant.
|
ValueOuterClass.Identifier |
getVariantId()
Omitted from the transaction stream when verbose streaming is not enabled.
|
ValueOuterClass.IdentifierOrBuilder |
getVariantIdOrBuilder()
Omitted from the transaction stream when verbose streaming is not enabled.
|
boolean |
hasValue()
The value encoded within the Variant.
|
boolean |
hasVariantId()
Omitted from the transaction stream when verbose streaming is not enabled.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasVariantId()
Omitted from the transaction stream when verbose streaming is not enabled. Optional when submitting commands.
.com.daml.ledger.api.v1.Identifier variant_id = 1 [json_name = "variantId"];
ValueOuterClass.Identifier getVariantId()
Omitted from the transaction stream when verbose streaming is not enabled. Optional when submitting commands.
.com.daml.ledger.api.v1.Identifier variant_id = 1 [json_name = "variantId"];
ValueOuterClass.IdentifierOrBuilder getVariantIdOrBuilder()
Omitted from the transaction stream when verbose streaming is not enabled. Optional when submitting commands.
.com.daml.ledger.api.v1.Identifier variant_id = 1 [json_name = "variantId"];
java.lang.String getConstructor()
Determines which of the Variant's alternatives is encoded in this message. Must be a valid NameString. Required
string constructor = 2 [json_name = "constructor"];
com.google.protobuf.ByteString getConstructorBytes()
Determines which of the Variant's alternatives is encoded in this message. Must be a valid NameString. Required
string constructor = 2 [json_name = "constructor"];
boolean hasValue()
The value encoded within the Variant. Required
.com.daml.ledger.api.v1.Value value = 3 [json_name = "value"];
ValueOuterClass.Value getValue()
The value encoded within the Variant. Required
.com.daml.ledger.api.v1.Value value = 3 [json_name = "value"];
ValueOuterClass.ValueOrBuilder getValueOrBuilder()
The value encoded within the Variant. Required
.com.daml.ledger.api.v1.Value value = 3 [json_name = "value"];