Uses of Class
com.daml.ledger.api.v2.CommandsOuterClass.CreateCommand.Builder
Packages that use CommandsOuterClass.CreateCommand.Builder
-
Uses of CommandsOuterClass.CreateCommand.Builder in com.daml.ledger.api.v2
Methods in com.daml.ledger.api.v2 that return CommandsOuterClass.CreateCommand.BuilderModifier and TypeMethodDescriptionCommandsOuterClass.CreateCommand.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CommandsOuterClass.CreateCommand.Builder.clear()
CommandsOuterClass.CreateCommand.Builder.clearCreateArguments()
The arguments required for creating a contract from this template.CommandsOuterClass.CreateCommand.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) CommandsOuterClass.CreateCommand.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) CommandsOuterClass.CreateCommand.Builder.clearTemplateId()
The template of contract the client wants to create.CommandsOuterClass.CreateCommand.Builder.clone()
CommandsOuterClass.Command.Builder.getCreateBuilder()
.com.daml.ledger.api.v2.CreateCommand create = 1 [json_name = "create"];
CommandsOuterClass.CreateCommand.Builder.mergeCreateArguments
(ValueOuterClass.Record value) The arguments required for creating a contract from this template.CommandsOuterClass.CreateCommand.Builder.mergeFrom
(CommandsOuterClass.CreateCommand other) CommandsOuterClass.CreateCommand.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandsOuterClass.CreateCommand.Builder.mergeFrom
(com.google.protobuf.Message other) CommandsOuterClass.CreateCommand.Builder.mergeTemplateId
(ValueOuterClass.Identifier value) The template of contract the client wants to create.CommandsOuterClass.CreateCommand.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) CommandsOuterClass.CreateCommand.newBuilder()
CommandsOuterClass.CreateCommand.newBuilder
(CommandsOuterClass.CreateCommand prototype) CommandsOuterClass.CreateCommand.newBuilderForType()
protected CommandsOuterClass.CreateCommand.Builder
CommandsOuterClass.CreateCommand.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CommandsOuterClass.CreateCommand.Builder.setCreateArguments
(ValueOuterClass.Record value) The arguments required for creating a contract from this template.CommandsOuterClass.CreateCommand.Builder.setCreateArguments
(ValueOuterClass.Record.Builder builderForValue) The arguments required for creating a contract from this template.CommandsOuterClass.CreateCommand.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CommandsOuterClass.CreateCommand.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) CommandsOuterClass.CreateCommand.Builder.setTemplateId
(ValueOuterClass.Identifier value) The template of contract the client wants to create.CommandsOuterClass.CreateCommand.Builder.setTemplateId
(ValueOuterClass.Identifier.Builder builderForValue) The template of contract the client wants to create.CommandsOuterClass.CreateCommand.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) CommandsOuterClass.CreateCommand.toBuilder()
Methods in com.daml.ledger.api.v2 with parameters of type CommandsOuterClass.CreateCommand.BuilderModifier and TypeMethodDescriptionCommandsOuterClass.Command.Builder.setCreate
(CommandsOuterClass.CreateCommand.Builder builderForValue) .com.daml.ledger.api.v2.CreateCommand create = 1 [json_name = "create"];