Package com.google.dataflow.v1beta3.stub
Class SnapshotsV1Beta3Stub
- java.lang.Object
-
- com.google.dataflow.v1beta3.stub.SnapshotsV1Beta3Stub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcSnapshotsV1Beta3Stub,HttpJsonSnapshotsV1Beta3Stub
@BetaApi @Generated("by gapic-generator-java") public abstract class SnapshotsV1Beta3Stub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the SnapshotsV1Beta3 service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description SnapshotsV1Beta3Stub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()com.google.api.gax.rpc.UnaryCallable<DeleteSnapshotRequest,DeleteSnapshotResponse>deleteSnapshotCallable()com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot>getSnapshotCallable()com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,ListSnapshotsResponse>listSnapshotsCallable()
-
-
-
Method Detail
-
getSnapshotCallable
public com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot> getSnapshotCallable()
-
deleteSnapshotCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteSnapshotRequest,DeleteSnapshotResponse> deleteSnapshotCallable()
-
listSnapshotsCallable
public com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,ListSnapshotsResponse> listSnapshotsCallable()
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-