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