public static interface ValueOuterClass.EnumOrBuilder
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.Identifier | 
getEnumId()
 Omitted from the transaction stream when verbose streaming is not enabled. 
 | 
ValueOuterClass.IdentifierOrBuilder | 
getEnumIdOrBuilder()
 Omitted from the transaction stream when verbose streaming is not enabled. 
 | 
boolean | 
hasEnumId()
 Omitted from the transaction stream when verbose streaming is not enabled. 
 | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEnumId()
Omitted from the transaction stream when verbose streaming is not enabled. Optional when submitting commands.
.com.daml.ledger.api.v1.Identifier enum_id = 1[json_name = "enumId"];ValueOuterClass.Identifier getEnumId()
Omitted from the transaction stream when verbose streaming is not enabled. Optional when submitting commands.
.com.daml.ledger.api.v1.Identifier enum_id = 1[json_name = "enumId"];ValueOuterClass.IdentifierOrBuilder getEnumIdOrBuilder()
Omitted from the transaction stream when verbose streaming is not enabled. Optional when submitting commands.
.com.daml.ledger.api.v1.Identifier enum_id = 1[json_name = "enumId"];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"];