Uses of Class
tech.skworks.tachyon.service.contracts.snapshot.ListSnapshotsRequest
Packages that use ListSnapshotsRequest
Package
Description
-
Uses of ListSnapshotsRequest in tech.skworks.tachyon.service.contracts.snapshot
Methods in tech.skworks.tachyon.service.contracts.snapshot that return ListSnapshotsRequestModifier and TypeMethodDescriptionListSnapshotsRequest.Builder.build()ListSnapshotsRequest.Builder.buildPartial()static ListSnapshotsRequestListSnapshotsRequest.getDefaultInstance()ListSnapshotsRequest.Builder.getDefaultInstanceForType()ListSnapshotsRequest.getDefaultInstanceForType()static ListSnapshotsRequestListSnapshotsRequest.parseDelimitedFrom(InputStream input) static ListSnapshotsRequestListSnapshotsRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListSnapshotsRequestListSnapshotsRequest.parseFrom(byte[] data) static ListSnapshotsRequestListSnapshotsRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListSnapshotsRequestListSnapshotsRequest.parseFrom(com.google.protobuf.ByteString data) static ListSnapshotsRequestListSnapshotsRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListSnapshotsRequestListSnapshotsRequest.parseFrom(com.google.protobuf.CodedInputStream input) static ListSnapshotsRequestListSnapshotsRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListSnapshotsRequestListSnapshotsRequest.parseFrom(InputStream input) static ListSnapshotsRequestListSnapshotsRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListSnapshotsRequestListSnapshotsRequest.parseFrom(ByteBuffer data) static ListSnapshotsRequestListSnapshotsRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tech.skworks.tachyon.service.contracts.snapshot that return types with arguments of type ListSnapshotsRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<ListSnapshotsRequest, ListSnapshotsResponse> SnapshotServiceGrpc.getListSnapshotsMethod()com.google.protobuf.Parser<ListSnapshotsRequest> ListSnapshotsRequest.getParserForType()static com.google.protobuf.Parser<ListSnapshotsRequest> ListSnapshotsRequest.parser()Methods in tech.skworks.tachyon.service.contracts.snapshot with parameters of type ListSnapshotsRequestModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<ListSnapshotsResponse> MutinySnapshotServiceGrpc.MutinySnapshotServiceStub.listSnapshots(ListSnapshotsRequest request) io.smallrye.mutiny.Uni<ListSnapshotsResponse> MutinySnapshotServiceGrpc.SnapshotServiceImplBase.listSnapshots(ListSnapshotsRequest request) io.smallrye.mutiny.Uni<ListSnapshotsResponse> SnapshotService.listSnapshots(ListSnapshotsRequest request) io.smallrye.mutiny.Uni<ListSnapshotsResponse> SnapshotServiceBean.listSnapshots(ListSnapshotsRequest request) io.smallrye.mutiny.Uni<ListSnapshotsResponse> SnapshotServiceClient.listSnapshots(ListSnapshotsRequest request) default voidSnapshotServiceGrpc.AsyncService.listSnapshots(ListSnapshotsRequest request, io.grpc.stub.StreamObserver<ListSnapshotsResponse> responseObserver) SnapshotServiceGrpc.SnapshotServiceBlockingStub.listSnapshots(ListSnapshotsRequest request) SnapshotServiceGrpc.SnapshotServiceBlockingV2Stub.listSnapshots(ListSnapshotsRequest request) com.google.common.util.concurrent.ListenableFuture<ListSnapshotsResponse> SnapshotServiceGrpc.SnapshotServiceFutureStub.listSnapshots(ListSnapshotsRequest request) voidSnapshotServiceGrpc.SnapshotServiceStub.listSnapshots(ListSnapshotsRequest request, io.grpc.stub.StreamObserver<ListSnapshotsResponse> responseObserver) ListSnapshotsRequest.Builder.mergeFrom(ListSnapshotsRequest other) static ListSnapshotsRequest.BuilderListSnapshotsRequest.newBuilder(ListSnapshotsRequest prototype) -
Uses of ListSnapshotsRequest in tech.skworks.tachyon.service.snapshot
Methods in tech.skworks.tachyon.service.snapshot with parameters of type ListSnapshotsRequestModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<ListSnapshotsResponse> SnapshotGrpcService.listSnapshots(ListSnapshotsRequest req)