Package com.google.dataflow.v1beta3
Class SnapshotsV1Beta3Grpc.SnapshotsV1Beta3FutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<SnapshotsV1Beta3Grpc.SnapshotsV1Beta3FutureStub>
-
- com.google.dataflow.v1beta3.SnapshotsV1Beta3Grpc.SnapshotsV1Beta3FutureStub
-
- Enclosing class:
- SnapshotsV1Beta3Grpc
public static final class SnapshotsV1Beta3Grpc.SnapshotsV1Beta3FutureStub extends io.grpc.stub.AbstractFutureStub<SnapshotsV1Beta3Grpc.SnapshotsV1Beta3FutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service SnapshotsV1Beta3.Provides methods to manage snapshots of Google Cloud Dataflow jobs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
build
protected SnapshotsV1Beta3Grpc.SnapshotsV1Beta3FutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<SnapshotsV1Beta3Grpc.SnapshotsV1Beta3FutureStub>
-
getSnapshot
public com.google.common.util.concurrent.ListenableFuture<Snapshot> getSnapshot(GetSnapshotRequest request)
Gets information about a snapshot.
-
deleteSnapshot
public com.google.common.util.concurrent.ListenableFuture<DeleteSnapshotResponse> deleteSnapshot(DeleteSnapshotRequest request)
Deletes a snapshot.
-
listSnapshots
public com.google.common.util.concurrent.ListenableFuture<ListSnapshotsResponse> listSnapshots(ListSnapshotsRequest request)
Lists snapshots.
-
-