Uses of Class
com.daml.ledger.api.v2.admin.CommandInspectionServiceOuterClass.CommandStatus
Packages that use CommandInspectionServiceOuterClass.CommandStatus
-
Uses of CommandInspectionServiceOuterClass.CommandStatus in com.daml.ledger.api.v2.admin
Methods in com.daml.ledger.api.v2.admin that return CommandInspectionServiceOuterClass.CommandStatusModifier and TypeMethodDescriptionCommandInspectionServiceOuterClass.CommandStatus.Builder.build()
CommandInspectionServiceOuterClass.CommandStatus.Builder.buildPartial()
CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.getCommandStatus
(int index) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];
CommandInspectionServiceOuterClass.GetCommandStatusResponse.getCommandStatus
(int index) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];
CommandInspectionServiceOuterClass.GetCommandStatusResponseOrBuilder.getCommandStatus
(int index) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];
CommandInspectionServiceOuterClass.CommandStatus.getDefaultInstance()
CommandInspectionServiceOuterClass.CommandStatus.Builder.getDefaultInstanceForType()
CommandInspectionServiceOuterClass.CommandStatus.getDefaultInstanceForType()
CommandInspectionServiceOuterClass.CommandStatus.parseDelimitedFrom
(InputStream input) CommandInspectionServiceOuterClass.CommandStatus.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandInspectionServiceOuterClass.CommandStatus.parseFrom
(byte[] data) CommandInspectionServiceOuterClass.CommandStatus.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandInspectionServiceOuterClass.CommandStatus.parseFrom
(com.google.protobuf.ByteString data) CommandInspectionServiceOuterClass.CommandStatus.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandInspectionServiceOuterClass.CommandStatus.parseFrom
(com.google.protobuf.CodedInputStream input) CommandInspectionServiceOuterClass.CommandStatus.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandInspectionServiceOuterClass.CommandStatus.parseFrom
(InputStream input) CommandInspectionServiceOuterClass.CommandStatus.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandInspectionServiceOuterClass.CommandStatus.parseFrom
(ByteBuffer data) CommandInspectionServiceOuterClass.CommandStatus.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.daml.ledger.api.v2.admin that return types with arguments of type CommandInspectionServiceOuterClass.CommandStatusModifier and TypeMethodDescriptionCommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.getCommandStatusList()
repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];
CommandInspectionServiceOuterClass.GetCommandStatusResponse.getCommandStatusList()
repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];
CommandInspectionServiceOuterClass.GetCommandStatusResponseOrBuilder.getCommandStatusList()
repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];
com.google.protobuf.Parser<CommandInspectionServiceOuterClass.CommandStatus>
CommandInspectionServiceOuterClass.CommandStatus.getParserForType()
static com.google.protobuf.Parser<CommandInspectionServiceOuterClass.CommandStatus>
CommandInspectionServiceOuterClass.CommandStatus.parser()
Methods in com.daml.ledger.api.v2.admin with parameters of type CommandInspectionServiceOuterClass.CommandStatusModifier and TypeMethodDescriptionCommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.addCommandStatus
(int index, CommandInspectionServiceOuterClass.CommandStatus value) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];
CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.addCommandStatus
(CommandInspectionServiceOuterClass.CommandStatus value) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.mergeFrom
(CommandInspectionServiceOuterClass.CommandStatus other) CommandInspectionServiceOuterClass.CommandStatus.newBuilder
(CommandInspectionServiceOuterClass.CommandStatus prototype) CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.setCommandStatus
(int index, CommandInspectionServiceOuterClass.CommandStatus value) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];
Method parameters in com.daml.ledger.api.v2.admin with type arguments of type CommandInspectionServiceOuterClass.CommandStatusModifier and TypeMethodDescriptionCommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.addAllCommandStatus
(Iterable<? extends CommandInspectionServiceOuterClass.CommandStatus> values) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];