public static final class SnapshotsV1Beta3Grpc.SnapshotsV1Beta3Stub extends io.grpc.stub.AbstractAsyncStub<SnapshotsV1Beta3Grpc.SnapshotsV1Beta3Stub>
Provides methods to manage snapshots of Google Cloud Dataflow jobs.
| Modifier and Type | Method and 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.
|
protected SnapshotsV1Beta3Grpc.SnapshotsV1Beta3Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<SnapshotsV1Beta3Grpc.SnapshotsV1Beta3Stub>public void getSnapshot(GetSnapshotRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)
Gets information about a snapshot.
public void deleteSnapshot(DeleteSnapshotRequest request, io.grpc.stub.StreamObserver<DeleteSnapshotResponse> responseObserver)
Deletes a snapshot.
public void listSnapshots(ListSnapshotsRequest request, io.grpc.stub.StreamObserver<ListSnapshotsResponse> responseObserver)
Lists snapshots.
Copyright © 2024 Google LLC. All rights reserved.