Package com.daml.ledger.api.v1
Interface CommandsOuterClass.CommandOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandsOuterClass.Command
,CommandsOuterClass.Command.Builder
- Enclosing class:
- CommandsOuterClass
public static interface CommandsOuterClass.CommandOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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"];
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCreate
boolean hasCreate()
.com.daml.ledger.api.v1.CreateCommand create = 1 [json_name = "create"];
- Returns:
- Whether the create field is set.
-
getCreate
CommandsOuterClass.CreateCommand getCreate()
.com.daml.ledger.api.v1.CreateCommand create = 1 [json_name = "create"];
- Returns:
- The create.
-
getCreateOrBuilder
CommandsOuterClass.CreateCommandOrBuilder getCreateOrBuilder()
.com.daml.ledger.api.v1.CreateCommand create = 1 [json_name = "create"];
-
hasExercise
boolean hasExercise()
.com.daml.ledger.api.v1.ExerciseCommand exercise = 2 [json_name = "exercise"];
- Returns:
- Whether the exercise field is set.
-
getExercise
CommandsOuterClass.ExerciseCommand getExercise()
.com.daml.ledger.api.v1.ExerciseCommand exercise = 2 [json_name = "exercise"];
- Returns:
- The exercise.
-
getExerciseOrBuilder
CommandsOuterClass.ExerciseCommandOrBuilder getExerciseOrBuilder()
.com.daml.ledger.api.v1.ExerciseCommand exercise = 2 [json_name = "exercise"];
-
hasExerciseByKey
boolean hasExerciseByKey()
.com.daml.ledger.api.v1.ExerciseByKeyCommand exerciseByKey = 4 [json_name = "exerciseByKey"];
- Returns:
- Whether the exerciseByKey field is set.
-
getExerciseByKey
CommandsOuterClass.ExerciseByKeyCommand getExerciseByKey()
.com.daml.ledger.api.v1.ExerciseByKeyCommand exerciseByKey = 4 [json_name = "exerciseByKey"];
- Returns:
- The exerciseByKey.
-
getExerciseByKeyOrBuilder
CommandsOuterClass.ExerciseByKeyCommandOrBuilder getExerciseByKeyOrBuilder()
.com.daml.ledger.api.v1.ExerciseByKeyCommand exerciseByKey = 4 [json_name = "exerciseByKey"];
-
hasCreateAndExercise
boolean hasCreateAndExercise()
.com.daml.ledger.api.v1.CreateAndExerciseCommand createAndExercise = 3 [json_name = "createAndExercise"];
- Returns:
- Whether the createAndExercise field is set.
-
getCreateAndExercise
CommandsOuterClass.CreateAndExerciseCommand getCreateAndExercise()
.com.daml.ledger.api.v1.CreateAndExerciseCommand createAndExercise = 3 [json_name = "createAndExercise"];
- Returns:
- The createAndExercise.
-
getCreateAndExerciseOrBuilder
CommandsOuterClass.CreateAndExerciseCommandOrBuilder getCreateAndExerciseOrBuilder()
.com.daml.ledger.api.v1.CreateAndExerciseCommand createAndExercise = 3 [json_name = "createAndExercise"];
-
getCommandCase
CommandsOuterClass.Command.CommandCase getCommandCase()
-
-