Package | Description |
---|---|
com.daml.ledger.api.v1 |
Modifier and Type | Method and Description |
---|---|
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.Builder.clear() |
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.Builder.clearChoice()
The name of the choice the client wants to exercise.
|
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.Builder.clearChoiceArgument()
The argument for this choice.
|
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.Builder.clearContractId()
The ID of the contract the client wants to exercise upon.
|
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.Builder.clearTemplateId()
The template of contract the client wants to exercise.
|
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.Builder.clone() |
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.Command.Builder.getExerciseBuilder()
.com.daml.ledger.api.v1.ExerciseCommand exercise = 2 [json_name = "exercise"]; |
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.Builder.mergeChoiceArgument(ValueOuterClass.Value value)
The argument for this choice.
|
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.Builder.mergeFrom(CommandsOuterClass.ExerciseCommand other) |
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.Builder.mergeFrom(com.google.protobuf.Message other) |
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.Builder.mergeTemplateId(ValueOuterClass.Identifier value)
The template of contract the client wants to exercise.
|
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.newBuilder() |
static CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.newBuilder(CommandsOuterClass.ExerciseCommand prototype) |
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.newBuilderForType() |
protected CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.Builder.setChoice(java.lang.String value)
The name of the choice the client wants to exercise.
|
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.Builder.setChoiceArgument(ValueOuterClass.Value.Builder builderForValue)
The argument for this choice.
|
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.Builder.setChoiceArgument(ValueOuterClass.Value value)
The argument for this choice.
|
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.Builder.setChoiceBytes(com.google.protobuf.ByteString value)
The name of the choice the client wants to exercise.
|
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.Builder.setContractId(java.lang.String value)
The ID of the contract the client wants to exercise upon.
|
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.Builder.setContractIdBytes(com.google.protobuf.ByteString value)
The ID of the contract the client wants to exercise upon.
|
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.Builder.setTemplateId(ValueOuterClass.Identifier.Builder builderForValue)
The template of contract the client wants to exercise.
|
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.Builder.setTemplateId(ValueOuterClass.Identifier value)
The template of contract the client wants to exercise.
|
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CommandsOuterClass.ExerciseCommand.Builder |
CommandsOuterClass.ExerciseCommand.toBuilder() |
Modifier and Type | Method and Description |
---|---|
CommandsOuterClass.Command.Builder |
CommandsOuterClass.Command.Builder.setExercise(CommandsOuterClass.ExerciseCommand.Builder builderForValue)
.com.daml.ledger.api.v1.ExerciseCommand exercise = 2 [json_name = "exercise"]; |