Package com.daml.ledger.api.v2.admin
Interface CommandInspectionServiceOuterClass.GetCommandStatusRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandInspectionServiceOuterClass.GetCommandStatusRequest,CommandInspectionServiceOuterClass.GetCommandStatusRequest.Builder
- Enclosing class:
CommandInspectionServiceOuterClass
public static interface CommandInspectionServiceOuterClass.GetCommandStatusRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getCommandIdPrefix
String getCommandIdPrefix()Filter by command id Optional
string command_id_prefix = 1;- Returns:
- The commandIdPrefix.
-
getCommandIdPrefixBytes
com.google.protobuf.ByteString getCommandIdPrefixBytes()Filter by command id Optional
string command_id_prefix = 1;- Returns:
- The bytes for commandIdPrefix.
-
getStateValue
int getStateValue()Filter by state Optional
.com.daml.ledger.api.v2.admin.CommandState state = 2;- Returns:
- The enum numeric value on the wire for state.
-
getState
Filter by state Optional
.com.daml.ledger.api.v2.admin.CommandState state = 2;- Returns:
- The state.
-
getLimit
int getLimit()Limit the number of returned statuses Defaults to 100 if not set Optional
uint32 limit = 3;- Returns:
- The limit.
-