Package com.google.dataflow.v1beta3
Class SnapshotsV1Beta3Grpc.SnapshotsV1Beta3Stub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<SnapshotsV1Beta3Grpc.SnapshotsV1Beta3Stub>
-
- com.google.dataflow.v1beta3.SnapshotsV1Beta3Grpc.SnapshotsV1Beta3Stub
-
- Enclosing class:
- SnapshotsV1Beta3Grpc
public static final class SnapshotsV1Beta3Grpc.SnapshotsV1Beta3Stub extends io.grpc.stub.AbstractAsyncStub<SnapshotsV1Beta3Grpc.SnapshotsV1Beta3Stub>
A stub to allow clients to do asynchronous 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.SnapshotsV1Beta3Stub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
deleteSnapshot(DeleteSnapshotRequest request, io.grpc.stub.StreamObserver<DeleteSnapshotResponse> responseObserver)
Deletes a snapshot.void
getSnapshot(GetSnapshotRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)
Gets information about a snapshot.void
listSnapshots(ListSnapshotsRequest request, io.grpc.stub.StreamObserver<ListSnapshotsResponse> responseObserver)
Lists snapshots.
-
-
-
Method Detail
-
build
protected SnapshotsV1Beta3Grpc.SnapshotsV1Beta3Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<SnapshotsV1Beta3Grpc.SnapshotsV1Beta3Stub>
-
getSnapshot
public void getSnapshot(GetSnapshotRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)
Gets information about a snapshot.
-
deleteSnapshot
public void deleteSnapshot(DeleteSnapshotRequest request, io.grpc.stub.StreamObserver<DeleteSnapshotResponse> responseObserver)
Deletes a snapshot.
-
listSnapshots
public void listSnapshots(ListSnapshotsRequest request, io.grpc.stub.StreamObserver<ListSnapshotsResponse> responseObserver)
Lists snapshots.
-
-