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