Uses of Class
com.daml.ledger.api.v1.admin.ParticipantPruningServiceOuterClass.PruneRequest
-
Packages that use ParticipantPruningServiceOuterClass.PruneRequest Package Description com.daml.ledger.api.v1.admin -
-
Uses of ParticipantPruningServiceOuterClass.PruneRequest in com.daml.ledger.api.v1.admin
Methods in com.daml.ledger.api.v1.admin that return ParticipantPruningServiceOuterClass.PruneRequest Modifier and Type Method Description ParticipantPruningServiceOuterClass.PruneRequest
ParticipantPruningServiceOuterClass.PruneRequest.Builder. build()
ParticipantPruningServiceOuterClass.PruneRequest
ParticipantPruningServiceOuterClass.PruneRequest.Builder. buildPartial()
static ParticipantPruningServiceOuterClass.PruneRequest
ParticipantPruningServiceOuterClass.PruneRequest. getDefaultInstance()
ParticipantPruningServiceOuterClass.PruneRequest
ParticipantPruningServiceOuterClass.PruneRequest.Builder. getDefaultInstanceForType()
ParticipantPruningServiceOuterClass.PruneRequest
ParticipantPruningServiceOuterClass.PruneRequest. getDefaultInstanceForType()
static ParticipantPruningServiceOuterClass.PruneRequest
ParticipantPruningServiceOuterClass.PruneRequest. parseDelimitedFrom(java.io.InputStream input)
static ParticipantPruningServiceOuterClass.PruneRequest
ParticipantPruningServiceOuterClass.PruneRequest. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ParticipantPruningServiceOuterClass.PruneRequest
ParticipantPruningServiceOuterClass.PruneRequest. parseFrom(byte[] data)
static ParticipantPruningServiceOuterClass.PruneRequest
ParticipantPruningServiceOuterClass.PruneRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ParticipantPruningServiceOuterClass.PruneRequest
ParticipantPruningServiceOuterClass.PruneRequest. parseFrom(com.google.protobuf.ByteString data)
static ParticipantPruningServiceOuterClass.PruneRequest
ParticipantPruningServiceOuterClass.PruneRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ParticipantPruningServiceOuterClass.PruneRequest
ParticipantPruningServiceOuterClass.PruneRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ParticipantPruningServiceOuterClass.PruneRequest
ParticipantPruningServiceOuterClass.PruneRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ParticipantPruningServiceOuterClass.PruneRequest
ParticipantPruningServiceOuterClass.PruneRequest. parseFrom(java.io.InputStream input)
static ParticipantPruningServiceOuterClass.PruneRequest
ParticipantPruningServiceOuterClass.PruneRequest. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ParticipantPruningServiceOuterClass.PruneRequest
ParticipantPruningServiceOuterClass.PruneRequest. parseFrom(java.nio.ByteBuffer data)
static ParticipantPruningServiceOuterClass.PruneRequest
ParticipantPruningServiceOuterClass.PruneRequest. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.daml.ledger.api.v1.admin that return types with arguments of type ParticipantPruningServiceOuterClass.PruneRequest Modifier and Type Method Description com.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.v1.admin with parameters of type ParticipantPruningServiceOuterClass.PruneRequest Modifier and Type Method Description ParticipantPruningServiceOuterClass.PruneRequest.Builder
ParticipantPruningServiceOuterClass.PruneRequest.Builder. mergeFrom(ParticipantPruningServiceOuterClass.PruneRequest other)
static ParticipantPruningServiceOuterClass.PruneRequest.Builder
ParticipantPruningServiceOuterClass.PruneRequest. newBuilder(ParticipantPruningServiceOuterClass.PruneRequest prototype)
ParticipantPruningServiceOuterClass.PruneResponse
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.void
ParticipantPruningServiceGrpc.ParticipantPruningServiceImplBase. 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.
-