public static final class SnapshotsV1Beta3Grpc.SnapshotsV1Beta3FutureStub extends io.grpc.stub.AbstractFutureStub<SnapshotsV1Beta3Grpc.SnapshotsV1Beta3FutureStub>
Provides methods to manage snapshots of Google Cloud Dataflow jobs.
| Modifier and Type | Method and Description |
|---|---|
protected SnapshotsV1Beta3Grpc.SnapshotsV1Beta3FutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<DeleteSnapshotResponse> |
deleteSnapshot(DeleteSnapshotRequest request)
Deletes a snapshot.
|
com.google.common.util.concurrent.ListenableFuture<Snapshot> |
getSnapshot(GetSnapshotRequest request)
Gets information about a snapshot.
|
com.google.common.util.concurrent.ListenableFuture<ListSnapshotsResponse> |
listSnapshots(ListSnapshotsRequest request)
Lists snapshots.
|
protected SnapshotsV1Beta3Grpc.SnapshotsV1Beta3FutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<SnapshotsV1Beta3Grpc.SnapshotsV1Beta3FutureStub>public com.google.common.util.concurrent.ListenableFuture<Snapshot> getSnapshot(GetSnapshotRequest request)
Gets information about a snapshot.
public com.google.common.util.concurrent.ListenableFuture<DeleteSnapshotResponse> deleteSnapshot(DeleteSnapshotRequest request)
Deletes a snapshot.
public com.google.common.util.concurrent.ListenableFuture<ListSnapshotsResponse> listSnapshots(ListSnapshotsRequest request)
Lists snapshots.
Copyright © 2024 Google LLC. All rights reserved.