Uses of Class
com.daml.ledger.api.v2.admin.CommandInspectionServiceOuterClass.GetCommandStatusResponse
Packages that use CommandInspectionServiceOuterClass.GetCommandStatusResponse
-
Uses of CommandInspectionServiceOuterClass.GetCommandStatusResponse in com.daml.ledger.api.v2.admin
Methods in com.daml.ledger.api.v2.admin that return CommandInspectionServiceOuterClass.GetCommandStatusResponseModifier and TypeMethodDescriptionCommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.build()
CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.buildPartial()
CommandInspectionServiceGrpc.CommandInspectionServiceBlockingStub.getCommandStatus
(CommandInspectionServiceOuterClass.GetCommandStatusRequest request) Inquire about the status of a command.CommandInspectionServiceOuterClass.GetCommandStatusResponse.getDefaultInstance()
CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.getDefaultInstanceForType()
CommandInspectionServiceOuterClass.GetCommandStatusResponse.getDefaultInstanceForType()
CommandInspectionServiceOuterClass.GetCommandStatusResponse.parseDelimitedFrom
(InputStream input) CommandInspectionServiceOuterClass.GetCommandStatusResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandInspectionServiceOuterClass.GetCommandStatusResponse.parseFrom
(byte[] data) CommandInspectionServiceOuterClass.GetCommandStatusResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandInspectionServiceOuterClass.GetCommandStatusResponse.parseFrom
(com.google.protobuf.ByteString data) CommandInspectionServiceOuterClass.GetCommandStatusResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandInspectionServiceOuterClass.GetCommandStatusResponse.parseFrom
(com.google.protobuf.CodedInputStream input) CommandInspectionServiceOuterClass.GetCommandStatusResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandInspectionServiceOuterClass.GetCommandStatusResponse.parseFrom
(InputStream input) CommandInspectionServiceOuterClass.GetCommandStatusResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandInspectionServiceOuterClass.GetCommandStatusResponse.parseFrom
(ByteBuffer data) CommandInspectionServiceOuterClass.GetCommandStatusResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.daml.ledger.api.v2.admin that return types with arguments of type CommandInspectionServiceOuterClass.GetCommandStatusResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<CommandInspectionServiceOuterClass.GetCommandStatusResponse>
CommandInspectionServiceGrpc.CommandInspectionServiceFutureStub.getCommandStatus
(CommandInspectionServiceOuterClass.GetCommandStatusRequest request) Inquire about the status of a command.static io.grpc.MethodDescriptor<CommandInspectionServiceOuterClass.GetCommandStatusRequest,
CommandInspectionServiceOuterClass.GetCommandStatusResponse> CommandInspectionServiceGrpc.getGetCommandStatusMethod()
com.google.protobuf.Parser<CommandInspectionServiceOuterClass.GetCommandStatusResponse>
CommandInspectionServiceOuterClass.GetCommandStatusResponse.getParserForType()
static com.google.protobuf.Parser<CommandInspectionServiceOuterClass.GetCommandStatusResponse>
CommandInspectionServiceOuterClass.GetCommandStatusResponse.parser()
Methods in com.daml.ledger.api.v2.admin with parameters of type CommandInspectionServiceOuterClass.GetCommandStatusResponseModifier and TypeMethodDescriptionCommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.mergeFrom
(CommandInspectionServiceOuterClass.GetCommandStatusResponse other) CommandInspectionServiceOuterClass.GetCommandStatusResponse.newBuilder
(CommandInspectionServiceOuterClass.GetCommandStatusResponse prototype) Method parameters in com.daml.ledger.api.v2.admin with type arguments of type CommandInspectionServiceOuterClass.GetCommandStatusResponseModifier and TypeMethodDescriptiondefault void
CommandInspectionServiceGrpc.AsyncService.getCommandStatus
(CommandInspectionServiceOuterClass.GetCommandStatusRequest request, io.grpc.stub.StreamObserver<CommandInspectionServiceOuterClass.GetCommandStatusResponse> responseObserver) Inquire about the status of a command.void
CommandInspectionServiceGrpc.CommandInspectionServiceStub.getCommandStatus
(CommandInspectionServiceOuterClass.GetCommandStatusRequest request, io.grpc.stub.StreamObserver<CommandInspectionServiceOuterClass.GetCommandStatusResponse> responseObserver) Inquire about the status of a command.