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) Optional: can be emptyintOptional: can be emptyOptional: can be emptygetCommandStatusOrBuilder(int index) Optional: can be emptyOptional: can be emptyMethods 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()Optional: can be empty
repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1; -
getCommandStatus
Optional: can be empty
repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1; -
getCommandStatusCount
int getCommandStatusCount()Optional: can be empty
repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1; -
getCommandStatusOrBuilderList
List<? extends CommandInspectionServiceOuterClass.CommandStatusOrBuilder> getCommandStatusOrBuilderList()Optional: can be empty
repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1; -
getCommandStatusOrBuilder
Optional: can be empty
repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1;
-