Uses of Class
com.daml.ledger.api.v2.admin.ParticipantPruningServiceOuterClass.PruneRequest
Packages that use ParticipantPruningServiceOuterClass.PruneRequest
-
Uses of ParticipantPruningServiceOuterClass.PruneRequest in com.daml.ledger.api.v2.admin
Methods in com.daml.ledger.api.v2.admin that return ParticipantPruningServiceOuterClass.PruneRequestModifier and TypeMethodDescriptionParticipantPruningServiceOuterClass.PruneRequest.Builder.build()ParticipantPruningServiceOuterClass.PruneRequest.Builder.buildPartial()ParticipantPruningServiceOuterClass.PruneRequest.getDefaultInstance()ParticipantPruningServiceOuterClass.PruneRequest.Builder.getDefaultInstanceForType()ParticipantPruningServiceOuterClass.PruneRequest.getDefaultInstanceForType()ParticipantPruningServiceOuterClass.PruneRequest.parseDelimitedFrom(InputStream input) ParticipantPruningServiceOuterClass.PruneRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ParticipantPruningServiceOuterClass.PruneRequest.parseFrom(byte[] data) ParticipantPruningServiceOuterClass.PruneRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ParticipantPruningServiceOuterClass.PruneRequest.parseFrom(com.google.protobuf.ByteString data) ParticipantPruningServiceOuterClass.PruneRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ParticipantPruningServiceOuterClass.PruneRequest.parseFrom(com.google.protobuf.CodedInputStream input) ParticipantPruningServiceOuterClass.PruneRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ParticipantPruningServiceOuterClass.PruneRequest.parseFrom(InputStream input) ParticipantPruningServiceOuterClass.PruneRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ParticipantPruningServiceOuterClass.PruneRequest.parseFrom(ByteBuffer data) ParticipantPruningServiceOuterClass.PruneRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.daml.ledger.api.v2.admin that return types with arguments of type ParticipantPruningServiceOuterClass.PruneRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ParticipantPruningServiceOuterClass.PruneRequest>ParticipantPruningServiceOuterClass.PruneRequest.getParserForType()static io.grpc.MethodDescriptor<ParticipantPruningServiceOuterClass.PruneRequest,ParticipantPruningServiceOuterClass.PruneResponse> ParticipantPruningServiceGrpc.getPruneMethod()static com.google.protobuf.Parser<ParticipantPruningServiceOuterClass.PruneRequest>ParticipantPruningServiceOuterClass.PruneRequest.parser()Methods in com.daml.ledger.api.v2.admin with parameters of type ParticipantPruningServiceOuterClass.PruneRequestModifier and TypeMethodDescriptionParticipantPruningServiceOuterClass.PruneRequest.Builder.mergeFrom(ParticipantPruningServiceOuterClass.PruneRequest other) ParticipantPruningServiceOuterClass.PruneRequest.newBuilder(ParticipantPruningServiceOuterClass.PruneRequest prototype) default voidParticipantPruningServiceGrpc.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.ParticipantPruningServiceGrpc.ParticipantPruningServiceBlockingStub.prune(ParticipantPruningServiceOuterClass.PruneRequest request) Prune the ledger specifying the offset before and at which ledger transactions should be removed.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.voidParticipantPruningServiceGrpc.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.