Uses of Class
com.daml.ledger.api.v2.ValueOuterClass.List
Packages that use ValueOuterClass.List
-
Uses of ValueOuterClass.List in com.daml.ledger.api.v2
Methods in com.daml.ledger.api.v2 that return ValueOuterClass.ListModifier and TypeMethodDescriptionValueOuterClass.List.Builder.build()
ValueOuterClass.List.Builder.buildPartial()
static ValueOuterClass.List
ValueOuterClass.List.getDefaultInstance()
ValueOuterClass.List.Builder.getDefaultInstanceForType()
ValueOuterClass.List.getDefaultInstanceForType()
ValueOuterClass.Value.Builder.getList()
Represents a homogeneous list of values.ValueOuterClass.Value.getList()
Represents a homogeneous list of values.ValueOuterClass.ValueOrBuilder.getList()
Represents a homogeneous list of values.static ValueOuterClass.List
ValueOuterClass.List.parseDelimitedFrom
(InputStream input) static ValueOuterClass.List
ValueOuterClass.List.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ValueOuterClass.List
ValueOuterClass.List.parseFrom
(byte[] data) static ValueOuterClass.List
ValueOuterClass.List.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ValueOuterClass.List
ValueOuterClass.List.parseFrom
(com.google.protobuf.ByteString data) static ValueOuterClass.List
ValueOuterClass.List.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ValueOuterClass.List
ValueOuterClass.List.parseFrom
(com.google.protobuf.CodedInputStream input) static ValueOuterClass.List
ValueOuterClass.List.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ValueOuterClass.List
ValueOuterClass.List.parseFrom
(InputStream input) static ValueOuterClass.List
ValueOuterClass.List.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ValueOuterClass.List
ValueOuterClass.List.parseFrom
(ByteBuffer data) static ValueOuterClass.List
ValueOuterClass.List.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.daml.ledger.api.v2 that return types with arguments of type ValueOuterClass.ListModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ValueOuterClass.List>
ValueOuterClass.List.getParserForType()
static com.google.protobuf.Parser<ValueOuterClass.List>
ValueOuterClass.List.parser()
Methods in com.daml.ledger.api.v2 with parameters of type ValueOuterClass.ListModifier and TypeMethodDescriptionValueOuterClass.List.Builder.mergeFrom
(ValueOuterClass.List other) ValueOuterClass.Value.Builder.mergeList
(ValueOuterClass.List value) Represents a homogeneous list of values.static ValueOuterClass.List.Builder
ValueOuterClass.List.newBuilder
(ValueOuterClass.List prototype) ValueOuterClass.Value.Builder.setList
(ValueOuterClass.List value) Represents a homogeneous list of values. -
Uses of ValueOuterClass.List in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data with parameters of type ValueOuterClass.ListModifier and TypeMethodDescriptionstatic @NonNull DamlList
DamlList.fromProto
(ValueOuterClass.List list)