Uses of Class
com.daml.ledger.api.v2.CommandsOuterClass.Command.Builder
Packages that use CommandsOuterClass.Command.Builder
Package
Description
-
Uses of CommandsOuterClass.Command.Builder in com.daml.ledger.api.v2
Methods in com.daml.ledger.api.v2 that return CommandsOuterClass.Command.BuilderModifier and TypeMethodDescriptionCommandsOuterClass.Commands.Builder.addCommandsBuilder()
Individual elements of this atomic command.CommandsOuterClass.Commands.Builder.addCommandsBuilder
(int index) Individual elements of this atomic command.CommandsOuterClass.Command.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CommandsOuterClass.Command.Builder.clear()
CommandsOuterClass.Command.Builder.clearCommand()
CommandsOuterClass.Command.Builder.clearCreate()
.com.daml.ledger.api.v2.CreateCommand create = 1 [json_name = "create"];
CommandsOuterClass.Command.Builder.clearCreateAndExercise()
.com.daml.ledger.api.v2.CreateAndExerciseCommand create_and_exercise = 3 [json_name = "createAndExercise"];
CommandsOuterClass.Command.Builder.clearExercise()
.com.daml.ledger.api.v2.ExerciseCommand exercise = 2 [json_name = "exercise"];
CommandsOuterClass.Command.Builder.clearExerciseByKey()
.com.daml.ledger.api.v2.ExerciseByKeyCommand exercise_by_key = 4 [json_name = "exerciseByKey"];
CommandsOuterClass.Command.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) CommandsOuterClass.Command.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) CommandsOuterClass.Command.Builder.clone()
CommandsOuterClass.Commands.Builder.getCommandsBuilder
(int index) Individual elements of this atomic command.CommandsOuterClass.Command.Builder.mergeCreate
(CommandsOuterClass.CreateCommand value) .com.daml.ledger.api.v2.CreateCommand create = 1 [json_name = "create"];
CommandsOuterClass.Command.Builder.mergeCreateAndExercise
(CommandsOuterClass.CreateAndExerciseCommand value) .com.daml.ledger.api.v2.CreateAndExerciseCommand create_and_exercise = 3 [json_name = "createAndExercise"];
CommandsOuterClass.Command.Builder.mergeExercise
(CommandsOuterClass.ExerciseCommand value) .com.daml.ledger.api.v2.ExerciseCommand exercise = 2 [json_name = "exercise"];
CommandsOuterClass.Command.Builder.mergeExerciseByKey
(CommandsOuterClass.ExerciseByKeyCommand value) .com.daml.ledger.api.v2.ExerciseByKeyCommand exercise_by_key = 4 [json_name = "exerciseByKey"];
CommandsOuterClass.Command.Builder.mergeFrom
(CommandsOuterClass.Command other) CommandsOuterClass.Command.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandsOuterClass.Command.Builder.mergeFrom
(com.google.protobuf.Message other) CommandsOuterClass.Command.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) CommandsOuterClass.Command.newBuilder()
CommandsOuterClass.Command.newBuilder
(CommandsOuterClass.Command prototype) CommandsOuterClass.Command.newBuilderForType()
protected CommandsOuterClass.Command.Builder
CommandsOuterClass.Command.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CommandsOuterClass.Command.Builder.setCreate
(CommandsOuterClass.CreateCommand value) .com.daml.ledger.api.v2.CreateCommand create = 1 [json_name = "create"];
CommandsOuterClass.Command.Builder.setCreate
(CommandsOuterClass.CreateCommand.Builder builderForValue) .com.daml.ledger.api.v2.CreateCommand create = 1 [json_name = "create"];
CommandsOuterClass.Command.Builder.setCreateAndExercise
(CommandsOuterClass.CreateAndExerciseCommand value) .com.daml.ledger.api.v2.CreateAndExerciseCommand create_and_exercise = 3 [json_name = "createAndExercise"];
CommandsOuterClass.Command.Builder.setCreateAndExercise
(CommandsOuterClass.CreateAndExerciseCommand.Builder builderForValue) .com.daml.ledger.api.v2.CreateAndExerciseCommand create_and_exercise = 3 [json_name = "createAndExercise"];
CommandsOuterClass.Command.Builder.setExercise
(CommandsOuterClass.ExerciseCommand value) .com.daml.ledger.api.v2.ExerciseCommand exercise = 2 [json_name = "exercise"];
CommandsOuterClass.Command.Builder.setExercise
(CommandsOuterClass.ExerciseCommand.Builder builderForValue) .com.daml.ledger.api.v2.ExerciseCommand exercise = 2 [json_name = "exercise"];
CommandsOuterClass.Command.Builder.setExerciseByKey
(CommandsOuterClass.ExerciseByKeyCommand value) .com.daml.ledger.api.v2.ExerciseByKeyCommand exercise_by_key = 4 [json_name = "exerciseByKey"];
CommandsOuterClass.Command.Builder.setExerciseByKey
(CommandsOuterClass.ExerciseByKeyCommand.Builder builderForValue) .com.daml.ledger.api.v2.ExerciseByKeyCommand exercise_by_key = 4 [json_name = "exerciseByKey"];
CommandsOuterClass.Command.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CommandsOuterClass.Command.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) CommandsOuterClass.Command.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) CommandsOuterClass.Command.toBuilder()
Methods in com.daml.ledger.api.v2 that return types with arguments of type CommandsOuterClass.Command.BuilderModifier and TypeMethodDescriptionCommandsOuterClass.Commands.Builder.getCommandsBuilderList()
Individual elements of this atomic command.Methods in com.daml.ledger.api.v2 with parameters of type CommandsOuterClass.Command.BuilderModifier and TypeMethodDescriptionCommandsOuterClass.Commands.Builder.addCommands
(int index, CommandsOuterClass.Command.Builder builderForValue) Individual elements of this atomic command.CommandsOuterClass.Commands.Builder.addCommands
(CommandsOuterClass.Command.Builder builderForValue) Individual elements of this atomic command.CommandsOuterClass.Commands.Builder.setCommands
(int index, CommandsOuterClass.Command.Builder builderForValue) Individual elements of this atomic command. -
Uses of CommandsOuterClass.Command.Builder in com.daml.ledger.api.v2.admin
Methods in com.daml.ledger.api.v2.admin that return CommandsOuterClass.Command.BuilderModifier and TypeMethodDescriptionCommandInspectionServiceOuterClass.CommandStatus.Builder.addCommandsBuilder()
repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.addCommandsBuilder
(int index) repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.getCommandsBuilder
(int index) repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
Methods in com.daml.ledger.api.v2.admin that return types with arguments of type CommandsOuterClass.Command.BuilderModifier and TypeMethodDescriptionCommandInspectionServiceOuterClass.CommandStatus.Builder.getCommandsBuilderList()
repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
Methods in com.daml.ledger.api.v2.admin with parameters of type CommandsOuterClass.Command.BuilderModifier and TypeMethodDescriptionCommandInspectionServiceOuterClass.CommandStatus.Builder.addCommands
(int index, CommandsOuterClass.Command.Builder builderForValue) repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.addCommands
(CommandsOuterClass.Command.Builder builderForValue) repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.setCommands
(int index, CommandsOuterClass.Command.Builder builderForValue) repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
-
Uses of CommandsOuterClass.Command.Builder in com.daml.ledger.api.v2.interactive
Methods in com.daml.ledger.api.v2.interactive that return CommandsOuterClass.Command.BuilderModifier and TypeMethodDescriptionInteractiveSubmissionServiceOuterClass.PrepareSubmissionRequest.Builder.addCommandsBuilder()
Individual elements of this atomic command.InteractiveSubmissionServiceOuterClass.PrepareSubmissionRequest.Builder.addCommandsBuilder
(int index) Individual elements of this atomic command.InteractiveSubmissionServiceOuterClass.PrepareSubmissionRequest.Builder.getCommandsBuilder
(int index) Individual elements of this atomic command.Methods in com.daml.ledger.api.v2.interactive that return types with arguments of type CommandsOuterClass.Command.BuilderModifier and TypeMethodDescriptionInteractiveSubmissionServiceOuterClass.PrepareSubmissionRequest.Builder.getCommandsBuilderList()
Individual elements of this atomic command.Methods in com.daml.ledger.api.v2.interactive with parameters of type CommandsOuterClass.Command.BuilderModifier and TypeMethodDescriptionInteractiveSubmissionServiceOuterClass.PrepareSubmissionRequest.Builder.addCommands
(int index, CommandsOuterClass.Command.Builder builderForValue) Individual elements of this atomic command.InteractiveSubmissionServiceOuterClass.PrepareSubmissionRequest.Builder.addCommands
(CommandsOuterClass.Command.Builder builderForValue) Individual elements of this atomic command.InteractiveSubmissionServiceOuterClass.PrepareSubmissionRequest.Builder.setCommands
(int index, CommandsOuterClass.Command.Builder builderForValue) Individual elements of this atomic command.