Package com.daml.ledger.api.v2.admin
Interface CommandInspectionServiceOuterClass.CommandStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandInspectionServiceOuterClass.CommandStatus
,CommandInspectionServiceOuterClass.CommandStatus.Builder
- Enclosing class:
- CommandInspectionServiceOuterClass
public static interface CommandInspectionServiceOuterClass.CommandStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCommands
(int index) repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
int
repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
getCommandsOrBuilder
(int index) repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
List<? extends CommandsOuterClass.CommandOrBuilder>
repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
com.google.protobuf.Timestamp
.google.protobuf.Timestamp completed = 2 [json_name = "completed"];
com.google.protobuf.TimestampOrBuilder
.google.protobuf.Timestamp completed = 2 [json_name = "completed"];
.com.daml.ledger.api.v2.Completion completion = 3 [json_name = "completion"];
.com.daml.ledger.api.v2.Completion completion = 3 [json_name = "completion"];
.com.daml.ledger.api.v2.admin.RequestStatistics request_statistics = 6 [json_name = "requestStatistics"];
.com.daml.ledger.api.v2.admin.RequestStatistics request_statistics = 6 [json_name = "requestStatistics"];
com.google.protobuf.Timestamp
.google.protobuf.Timestamp started = 1 [json_name = "started"];
com.google.protobuf.TimestampOrBuilder
.google.protobuf.Timestamp started = 1 [json_name = "started"];
getState()
.com.daml.ledger.api.v2.admin.CommandState state = 4 [json_name = "state"];
int
.com.daml.ledger.api.v2.admin.CommandState state = 4 [json_name = "state"];
.com.daml.ledger.api.v2.admin.CommandUpdates updates = 7 [json_name = "updates"];
.com.daml.ledger.api.v2.admin.CommandUpdates updates = 7 [json_name = "updates"];
boolean
.google.protobuf.Timestamp completed = 2 [json_name = "completed"];
boolean
.com.daml.ledger.api.v2.Completion completion = 3 [json_name = "completion"];
boolean
.com.daml.ledger.api.v2.admin.RequestStatistics request_statistics = 6 [json_name = "requestStatistics"];
boolean
.google.protobuf.Timestamp started = 1 [json_name = "started"];
boolean
.com.daml.ledger.api.v2.admin.CommandUpdates updates = 7 [json_name = "updates"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasStarted
boolean hasStarted().google.protobuf.Timestamp started = 1 [json_name = "started"];
- Returns:
- Whether the started field is set.
-
getStarted
com.google.protobuf.Timestamp getStarted().google.protobuf.Timestamp started = 1 [json_name = "started"];
- Returns:
- The started.
-
getStartedOrBuilder
com.google.protobuf.TimestampOrBuilder getStartedOrBuilder().google.protobuf.Timestamp started = 1 [json_name = "started"];
-
hasCompleted
boolean hasCompleted().google.protobuf.Timestamp completed = 2 [json_name = "completed"];
- Returns:
- Whether the completed field is set.
-
getCompleted
com.google.protobuf.Timestamp getCompleted().google.protobuf.Timestamp completed = 2 [json_name = "completed"];
- Returns:
- The completed.
-
getCompletedOrBuilder
com.google.protobuf.TimestampOrBuilder getCompletedOrBuilder().google.protobuf.Timestamp completed = 2 [json_name = "completed"];
-
hasCompletion
boolean hasCompletion().com.daml.ledger.api.v2.Completion completion = 3 [json_name = "completion"];
- Returns:
- Whether the completion field is set.
-
getCompletion
CompletionOuterClass.Completion getCompletion().com.daml.ledger.api.v2.Completion completion = 3 [json_name = "completion"];
- Returns:
- The completion.
-
getCompletionOrBuilder
CompletionOuterClass.CompletionOrBuilder getCompletionOrBuilder().com.daml.ledger.api.v2.Completion completion = 3 [json_name = "completion"];
-
getStateValue
int getStateValue().com.daml.ledger.api.v2.admin.CommandState state = 4 [json_name = "state"];
- Returns:
- The enum numeric value on the wire for state.
-
getState
.com.daml.ledger.api.v2.admin.CommandState state = 4 [json_name = "state"];
- Returns:
- The state.
-
getCommandsList
List<CommandsOuterClass.Command> getCommandsList()repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
-
getCommands
repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
-
getCommandsCount
int getCommandsCount()repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
-
getCommandsOrBuilderList
List<? extends CommandsOuterClass.CommandOrBuilder> getCommandsOrBuilderList()repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
-
getCommandsOrBuilder
repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
-
hasRequestStatistics
boolean hasRequestStatistics().com.daml.ledger.api.v2.admin.RequestStatistics request_statistics = 6 [json_name = "requestStatistics"];
- Returns:
- Whether the requestStatistics field is set.
-
getRequestStatistics
CommandInspectionServiceOuterClass.RequestStatistics getRequestStatistics().com.daml.ledger.api.v2.admin.RequestStatistics request_statistics = 6 [json_name = "requestStatistics"];
- Returns:
- The requestStatistics.
-
getRequestStatisticsOrBuilder
CommandInspectionServiceOuterClass.RequestStatisticsOrBuilder getRequestStatisticsOrBuilder().com.daml.ledger.api.v2.admin.RequestStatistics request_statistics = 6 [json_name = "requestStatistics"];
-
hasUpdates
boolean hasUpdates().com.daml.ledger.api.v2.admin.CommandUpdates updates = 7 [json_name = "updates"];
- Returns:
- Whether the updates field is set.
-
getUpdates
CommandInspectionServiceOuterClass.CommandUpdates getUpdates().com.daml.ledger.api.v2.admin.CommandUpdates updates = 7 [json_name = "updates"];
- Returns:
- The updates.
-
getUpdatesOrBuilder
CommandInspectionServiceOuterClass.CommandUpdatesOrBuilder getUpdatesOrBuilder().com.daml.ledger.api.v2.admin.CommandUpdates updates = 7 [json_name = "updates"];
-