Uses of Class
com.daml.ledger.api.v2.admin.ParticipantPruningServiceOuterClass.PruneResponse
Packages that use ParticipantPruningServiceOuterClass.PruneResponse
-
Uses of ParticipantPruningServiceOuterClass.PruneResponse in com.daml.ledger.api.v2.admin
Methods in com.daml.ledger.api.v2.admin that return ParticipantPruningServiceOuterClass.PruneResponseModifier and TypeMethodDescriptionParticipantPruningServiceOuterClass.PruneResponse.Builder.build()
ParticipantPruningServiceOuterClass.PruneResponse.Builder.buildPartial()
ParticipantPruningServiceOuterClass.PruneResponse.getDefaultInstance()
ParticipantPruningServiceOuterClass.PruneResponse.Builder.getDefaultInstanceForType()
ParticipantPruningServiceOuterClass.PruneResponse.getDefaultInstanceForType()
ParticipantPruningServiceOuterClass.PruneResponse.parseDelimitedFrom
(InputStream input) ParticipantPruningServiceOuterClass.PruneResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ParticipantPruningServiceOuterClass.PruneResponse.parseFrom
(byte[] data) ParticipantPruningServiceOuterClass.PruneResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ParticipantPruningServiceOuterClass.PruneResponse.parseFrom
(com.google.protobuf.ByteString data) ParticipantPruningServiceOuterClass.PruneResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ParticipantPruningServiceOuterClass.PruneResponse.parseFrom
(com.google.protobuf.CodedInputStream input) ParticipantPruningServiceOuterClass.PruneResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ParticipantPruningServiceOuterClass.PruneResponse.parseFrom
(InputStream input) ParticipantPruningServiceOuterClass.PruneResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ParticipantPruningServiceOuterClass.PruneResponse.parseFrom
(ByteBuffer data) ParticipantPruningServiceOuterClass.PruneResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ParticipantPruningServiceGrpc.ParticipantPruningServiceBlockingStub.prune
(ParticipantPruningServiceOuterClass.PruneRequest request) Prune the ledger specifying the offset before and at which ledger transactions should be removed.Methods in com.daml.ledger.api.v2.admin that return types with arguments of type ParticipantPruningServiceOuterClass.PruneResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ParticipantPruningServiceOuterClass.PruneResponse>
ParticipantPruningServiceOuterClass.PruneResponse.getParserForType()
static io.grpc.MethodDescriptor<ParticipantPruningServiceOuterClass.PruneRequest,
ParticipantPruningServiceOuterClass.PruneResponse> ParticipantPruningServiceGrpc.getPruneMethod()
static com.google.protobuf.Parser<ParticipantPruningServiceOuterClass.PruneResponse>
ParticipantPruningServiceOuterClass.PruneResponse.parser()
com.google.common.util.concurrent.ListenableFuture<ParticipantPruningServiceOuterClass.PruneResponse>
ParticipantPruningServiceGrpc.ParticipantPruningServiceFutureStub.prune
(ParticipantPruningServiceOuterClass.PruneRequest request) Prune the ledger specifying the offset before and at which ledger transactions should be removed.Methods in com.daml.ledger.api.v2.admin with parameters of type ParticipantPruningServiceOuterClass.PruneResponseModifier and TypeMethodDescriptionParticipantPruningServiceOuterClass.PruneResponse.Builder.mergeFrom
(ParticipantPruningServiceOuterClass.PruneResponse other) ParticipantPruningServiceOuterClass.PruneResponse.newBuilder
(ParticipantPruningServiceOuterClass.PruneResponse prototype) Method parameters in com.daml.ledger.api.v2.admin with type arguments of type ParticipantPruningServiceOuterClass.PruneResponseModifier and TypeMethodDescriptiondefault void
ParticipantPruningServiceGrpc.AsyncService.prune
(ParticipantPruningServiceOuterClass.PruneRequest request, io.grpc.stub.StreamObserver<ParticipantPruningServiceOuterClass.PruneResponse> responseObserver) Prune the ledger specifying the offset before and at which ledger transactions should be removed.void
ParticipantPruningServiceGrpc.ParticipantPruningServiceStub.prune
(ParticipantPruningServiceOuterClass.PruneRequest request, io.grpc.stub.StreamObserver<ParticipantPruningServiceOuterClass.PruneResponse> responseObserver) Prune the ledger specifying the offset before and at which ledger transactions should be removed.