Uses of Class
com.daml.ledger.api.v2.CommandsOuterClass.ExerciseCommand.Builder
Packages that use CommandsOuterClass.ExerciseCommand.Builder
-
Uses of CommandsOuterClass.ExerciseCommand.Builder in com.daml.ledger.api.v2
Methods in com.daml.ledger.api.v2 that return CommandsOuterClass.ExerciseCommand.BuilderModifier and TypeMethodDescriptionCommandsOuterClass.ExerciseCommand.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CommandsOuterClass.ExerciseCommand.Builder.clear()CommandsOuterClass.ExerciseCommand.Builder.clearChoice()The name of the choice the client wants to exercise.CommandsOuterClass.ExerciseCommand.Builder.clearChoiceArgument()The argument for this choice.CommandsOuterClass.ExerciseCommand.Builder.clearContractId()The ID of the contract the client wants to exercise upon.CommandsOuterClass.ExerciseCommand.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) CommandsOuterClass.ExerciseCommand.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) CommandsOuterClass.ExerciseCommand.Builder.clearTemplateId()The template of contract the client wants to exercise.CommandsOuterClass.ExerciseCommand.Builder.clone()CommandsOuterClass.Command.Builder.getExerciseBuilder().com.daml.ledger.api.v2.ExerciseCommand exercise = 2 [json_name = "exercise"];CommandsOuterClass.ExerciseCommand.Builder.mergeChoiceArgument(ValueOuterClass.Value value) The argument for this choice.CommandsOuterClass.ExerciseCommand.Builder.mergeFrom(CommandsOuterClass.ExerciseCommand other) CommandsOuterClass.ExerciseCommand.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandsOuterClass.ExerciseCommand.Builder.mergeFrom(com.google.protobuf.Message other) CommandsOuterClass.ExerciseCommand.Builder.mergeTemplateId(ValueOuterClass.Identifier value) The template of contract the client wants to exercise.CommandsOuterClass.ExerciseCommand.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CommandsOuterClass.ExerciseCommand.newBuilder()CommandsOuterClass.ExerciseCommand.newBuilder(CommandsOuterClass.ExerciseCommand prototype) CommandsOuterClass.ExerciseCommand.newBuilderForType()CommandsOuterClass.ExerciseCommand.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) The name of the choice the client wants to exercise.CommandsOuterClass.ExerciseCommand.Builder.setChoiceArgument(ValueOuterClass.Value value) The argument for this choice.CommandsOuterClass.ExerciseCommand.Builder.setChoiceArgument(ValueOuterClass.Value.Builder builderForValue) The argument for this choice.CommandsOuterClass.ExerciseCommand.Builder.setChoiceBytes(com.google.protobuf.ByteString value) The name of the choice the client wants to exercise.CommandsOuterClass.ExerciseCommand.Builder.setContractId(String value) The ID of the contract the client wants to exercise upon.CommandsOuterClass.ExerciseCommand.Builder.setContractIdBytes(com.google.protobuf.ByteString value) The ID of the contract the client wants to exercise upon.CommandsOuterClass.ExerciseCommand.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CommandsOuterClass.ExerciseCommand.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) CommandsOuterClass.ExerciseCommand.Builder.setTemplateId(ValueOuterClass.Identifier value) The template of contract the client wants to exercise.CommandsOuterClass.ExerciseCommand.Builder.setTemplateId(ValueOuterClass.Identifier.Builder builderForValue) The template of contract the client wants to exercise.CommandsOuterClass.ExerciseCommand.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CommandsOuterClass.ExerciseCommand.toBuilder()Methods in com.daml.ledger.api.v2 with parameters of type CommandsOuterClass.ExerciseCommand.BuilderModifier and TypeMethodDescriptionCommandsOuterClass.Command.Builder.setExercise(CommandsOuterClass.ExerciseCommand.Builder builderForValue) .com.daml.ledger.api.v2.ExerciseCommand exercise = 2 [json_name = "exercise"];