Package com.daml.ledger.api.v2.admin
Interface CommandInspectionServiceOuterClass.GetCommandStatusResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandInspectionServiceOuterClass.GetCommandStatusResponse,CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder
- Enclosing class:
- CommandInspectionServiceOuterClass
public static interface CommandInspectionServiceOuterClass.GetCommandStatusResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCommandStatus(int index) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];intrepeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];getCommandStatusOrBuilder(int index) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCommandStatusList
List<CommandInspectionServiceOuterClass.CommandStatus> getCommandStatusList()repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"]; -
getCommandStatus
repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"]; -
getCommandStatusCount
int getCommandStatusCount()repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"]; -
getCommandStatusOrBuilderList
List<? extends CommandInspectionServiceOuterClass.CommandStatusOrBuilder> getCommandStatusOrBuilderList()repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"]; -
getCommandStatusOrBuilder
repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];
-