Class SnapshotsV1Beta3Grpc.SnapshotsV1Beta3BlockingStub (0.8.0)

public static final class SnapshotsV1Beta3Grpc.SnapshotsV1Beta3BlockingStub extends AbstractBlockingStub<SnapshotsV1Beta3Grpc.SnapshotsV1Beta3BlockingStub>

Provides methods to manage snapshots of Google Cloud Dataflow jobs.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > SnapshotsV1Beta3Grpc.SnapshotsV1Beta3BlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected SnapshotsV1Beta3Grpc.SnapshotsV1Beta3BlockingStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
SnapshotsV1Beta3Grpc.SnapshotsV1Beta3BlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

deleteSnapshot(DeleteSnapshotRequest request)

public DeleteSnapshotResponse deleteSnapshot(DeleteSnapshotRequest request)

Deletes a snapshot.

Parameter
NameDescription
requestDeleteSnapshotRequest
Returns
TypeDescription
DeleteSnapshotResponse

getSnapshot(GetSnapshotRequest request)

public Snapshot getSnapshot(GetSnapshotRequest request)

Gets information about a snapshot.

Parameter
NameDescription
requestGetSnapshotRequest
Returns
TypeDescription
Snapshot

listSnapshots(ListSnapshotsRequest request)

public ListSnapshotsResponse listSnapshots(ListSnapshotsRequest request)

Lists snapshots.

Parameter
NameDescription
requestListSnapshotsRequest
Returns
TypeDescription
ListSnapshotsResponse