public static interface CommandsOuterClass.CommandOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
CommandsOuterClass.Command.CommandCase |
getCommandCase() |
CommandsOuterClass.CreateCommand |
getCreate()
.com.daml.ledger.api.v1.CreateCommand create = 1 [json_name = "create"]; |
CommandsOuterClass.CreateAndExerciseCommand |
getCreateAndExercise()
.com.daml.ledger.api.v1.CreateAndExerciseCommand createAndExercise = 3 [json_name = "createAndExercise"]; |
CommandsOuterClass.CreateAndExerciseCommandOrBuilder |
getCreateAndExerciseOrBuilder()
.com.daml.ledger.api.v1.CreateAndExerciseCommand createAndExercise = 3 [json_name = "createAndExercise"]; |
CommandsOuterClass.CreateCommandOrBuilder |
getCreateOrBuilder()
.com.daml.ledger.api.v1.CreateCommand create = 1 [json_name = "create"]; |
CommandsOuterClass.ExerciseCommand |
getExercise()
.com.daml.ledger.api.v1.ExerciseCommand exercise = 2 [json_name = "exercise"]; |
CommandsOuterClass.ExerciseByKeyCommand |
getExerciseByKey()
.com.daml.ledger.api.v1.ExerciseByKeyCommand exerciseByKey = 4 [json_name = "exerciseByKey"]; |
CommandsOuterClass.ExerciseByKeyCommandOrBuilder |
getExerciseByKeyOrBuilder()
.com.daml.ledger.api.v1.ExerciseByKeyCommand exerciseByKey = 4 [json_name = "exerciseByKey"]; |
CommandsOuterClass.ExerciseCommandOrBuilder |
getExerciseOrBuilder()
.com.daml.ledger.api.v1.ExerciseCommand exercise = 2 [json_name = "exercise"]; |
boolean |
hasCreate()
.com.daml.ledger.api.v1.CreateCommand create = 1 [json_name = "create"]; |
boolean |
hasCreateAndExercise()
.com.daml.ledger.api.v1.CreateAndExerciseCommand createAndExercise = 3 [json_name = "createAndExercise"]; |
boolean |
hasExercise()
.com.daml.ledger.api.v1.ExerciseCommand exercise = 2 [json_name = "exercise"]; |
boolean |
hasExerciseByKey()
.com.daml.ledger.api.v1.ExerciseByKeyCommand exerciseByKey = 4 [json_name = "exerciseByKey"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasCreate()
.com.daml.ledger.api.v1.CreateCommand create = 1 [json_name = "create"];
CommandsOuterClass.CreateCommand getCreate()
.com.daml.ledger.api.v1.CreateCommand create = 1 [json_name = "create"];
CommandsOuterClass.CreateCommandOrBuilder getCreateOrBuilder()
.com.daml.ledger.api.v1.CreateCommand create = 1 [json_name = "create"];
boolean hasExercise()
.com.daml.ledger.api.v1.ExerciseCommand exercise = 2 [json_name = "exercise"];
CommandsOuterClass.ExerciseCommand getExercise()
.com.daml.ledger.api.v1.ExerciseCommand exercise = 2 [json_name = "exercise"];
CommandsOuterClass.ExerciseCommandOrBuilder getExerciseOrBuilder()
.com.daml.ledger.api.v1.ExerciseCommand exercise = 2 [json_name = "exercise"];
boolean hasExerciseByKey()
.com.daml.ledger.api.v1.ExerciseByKeyCommand exerciseByKey = 4 [json_name = "exerciseByKey"];
CommandsOuterClass.ExerciseByKeyCommand getExerciseByKey()
.com.daml.ledger.api.v1.ExerciseByKeyCommand exerciseByKey = 4 [json_name = "exerciseByKey"];
CommandsOuterClass.ExerciseByKeyCommandOrBuilder getExerciseByKeyOrBuilder()
.com.daml.ledger.api.v1.ExerciseByKeyCommand exerciseByKey = 4 [json_name = "exerciseByKey"];
boolean hasCreateAndExercise()
.com.daml.ledger.api.v1.CreateAndExerciseCommand createAndExercise = 3 [json_name = "createAndExercise"];
CommandsOuterClass.CreateAndExerciseCommand getCreateAndExercise()
.com.daml.ledger.api.v1.CreateAndExerciseCommand createAndExercise = 3 [json_name = "createAndExercise"];
CommandsOuterClass.CreateAndExerciseCommandOrBuilder getCreateAndExerciseOrBuilder()
.com.daml.ledger.api.v1.CreateAndExerciseCommand createAndExercise = 3 [json_name = "createAndExercise"];
CommandsOuterClass.Command.CommandCase getCommandCase()