public static interface ValueOuterClass.RecordFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel()
When reading a transaction stream, it's omitted if verbose streaming is not enabled.
|
com.google.protobuf.ByteString |
getLabelBytes()
When reading a transaction stream, it's omitted if verbose streaming is not enabled.
|
ValueOuterClass.Value |
getValue()
A nested value of a record.
|
ValueOuterClass.ValueOrBuilder |
getValueOrBuilder()
A nested value of a record.
|
boolean |
hasValue()
A nested value of a record.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getLabel()
When reading a transaction stream, it's omitted if verbose streaming is not enabled. When submitting a commmand, it's optional: - if all keys within a single record are present, the order in which fields appear does not matter. however, each key must appear exactly once. - if any of the keys within a single record are omitted, the order of fields MUST match the order of declaration in the Daml template. Must be a valid NameString
string label = 1 [json_name = "label"];
com.google.protobuf.ByteString getLabelBytes()
When reading a transaction stream, it's omitted if verbose streaming is not enabled. When submitting a commmand, it's optional: - if all keys within a single record are present, the order in which fields appear does not matter. however, each key must appear exactly once. - if any of the keys within a single record are omitted, the order of fields MUST match the order of declaration in the Daml template. Must be a valid NameString
string label = 1 [json_name = "label"];
boolean hasValue()
A nested value of a record. Required
.com.daml.ledger.api.v1.Value value = 2 [json_name = "value"];
ValueOuterClass.Value getValue()
A nested value of a record. Required
.com.daml.ledger.api.v1.Value value = 2 [json_name = "value"];
ValueOuterClass.ValueOrBuilder getValueOrBuilder()
A nested value of a record. Required
.com.daml.ledger.api.v1.Value value = 2 [json_name = "value"];