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
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCommandIdPrefix
String getCommandIdPrefix()optional filter by command id
string command_id_prefix = 1 [json_name = "commandIdPrefix"];
- Returns:
- The commandIdPrefix.
-
getCommandIdPrefixBytes
com.google.protobuf.ByteString getCommandIdPrefixBytes()optional filter by command id
string command_id_prefix = 1 [json_name = "commandIdPrefix"];
- Returns:
- The bytes for commandIdPrefix.
-
getStateValue
int getStateValue()optional filter by state
.com.daml.ledger.api.v2.admin.CommandState state = 2 [json_name = "state"];
- Returns:
- The enum numeric value on the wire for state.
-
getState
optional filter by state
.com.daml.ledger.api.v2.admin.CommandState state = 2 [json_name = "state"];
- Returns:
- The state.
-
getLimit
int getLimit()optional limit of returned statuses, defaults to 100
uint32 limit = 3 [json_name = "limit"];
- Returns:
- The limit.
-