Uses of Class
tech.skworks.tachyon.service.contracts.snapshot.ListSnapshotsResponse
Packages that use ListSnapshotsResponse
Package
Description
-
Uses of ListSnapshotsResponse in tech.skworks.tachyon.api.services
Methods in tech.skworks.tachyon.api.services that return types with arguments of type ListSnapshotsResponseModifier and TypeMethodDescriptionSnapshotService.getSnapshots(@NotNull String playerUniqueId) Retrieves the metadata history of all snapshots associated with a specific player. -
Uses of ListSnapshotsResponse in tech.skworks.tachyon.plugin.internal.snapshots
Methods in tech.skworks.tachyon.plugin.internal.snapshots that return types with arguments of type ListSnapshotsResponseModifier and TypeMethodDescriptionGrpcSnapshotService.getSnapshots(@NotNull String playerUniqueId) -
Uses of ListSnapshotsResponse in tech.skworks.tachyon.service.contracts.snapshot
Methods in tech.skworks.tachyon.service.contracts.snapshot that return ListSnapshotsResponseModifier and TypeMethodDescriptionListSnapshotsResponse.Builder.build()ListSnapshotsResponse.Builder.buildPartial()static ListSnapshotsResponseListSnapshotsResponse.getDefaultInstance()ListSnapshotsResponse.Builder.getDefaultInstanceForType()ListSnapshotsResponse.getDefaultInstanceForType()SnapshotServiceGrpc.SnapshotServiceBlockingStub.listSnapshots(ListSnapshotsRequest request) SnapshotServiceGrpc.SnapshotServiceBlockingV2Stub.listSnapshots(ListSnapshotsRequest request) static ListSnapshotsResponseListSnapshotsResponse.parseDelimitedFrom(InputStream input) static ListSnapshotsResponseListSnapshotsResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListSnapshotsResponseListSnapshotsResponse.parseFrom(byte[] data) static ListSnapshotsResponseListSnapshotsResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListSnapshotsResponseListSnapshotsResponse.parseFrom(com.google.protobuf.ByteString data) static ListSnapshotsResponseListSnapshotsResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListSnapshotsResponseListSnapshotsResponse.parseFrom(com.google.protobuf.CodedInputStream input) static ListSnapshotsResponseListSnapshotsResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListSnapshotsResponseListSnapshotsResponse.parseFrom(InputStream input) static ListSnapshotsResponseListSnapshotsResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListSnapshotsResponseListSnapshotsResponse.parseFrom(ByteBuffer data) static ListSnapshotsResponseListSnapshotsResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tech.skworks.tachyon.service.contracts.snapshot that return types with arguments of type ListSnapshotsResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<ListSnapshotsRequest, ListSnapshotsResponse> SnapshotServiceGrpc.getListSnapshotsMethod()com.google.protobuf.Parser<ListSnapshotsResponse> ListSnapshotsResponse.getParserForType()io.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) com.google.common.util.concurrent.ListenableFuture<ListSnapshotsResponse> SnapshotServiceGrpc.SnapshotServiceFutureStub.listSnapshots(ListSnapshotsRequest request) static com.google.protobuf.Parser<ListSnapshotsResponse> ListSnapshotsResponse.parser()Methods in tech.skworks.tachyon.service.contracts.snapshot with parameters of type ListSnapshotsResponseModifier and TypeMethodDescriptionListSnapshotsResponse.Builder.mergeFrom(ListSnapshotsResponse other) ListSnapshotsResponse.newBuilder(ListSnapshotsResponse prototype) Method parameters in tech.skworks.tachyon.service.contracts.snapshot with type arguments of type ListSnapshotsResponseModifier and TypeMethodDescriptiondefault voidSnapshotServiceGrpc.AsyncService.listSnapshots(ListSnapshotsRequest request, io.grpc.stub.StreamObserver<ListSnapshotsResponse> responseObserver) voidSnapshotServiceGrpc.SnapshotServiceStub.listSnapshots(ListSnapshotsRequest request, io.grpc.stub.StreamObserver<ListSnapshotsResponse> responseObserver) -
Uses of ListSnapshotsResponse in tech.skworks.tachyon.service.snapshot
Methods in tech.skworks.tachyon.service.snapshot that return types with arguments of type ListSnapshotsResponseModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<ListSnapshotsResponse> SnapshotGrpcService.listSnapshots(ListSnapshotsRequest req)