Class SnapshotsStub (1.13.0)

public abstract class SnapshotsStub implements BackgroundResource

Base stub class for the Snapshots service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > SnapshotsStub

Implements

BackgroundResource

Constructors

SnapshotsStub()

public SnapshotsStub()

Methods

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteSnapshotRequest,Operation> deleteCallable()
Returns

deleteOperationCallable()

public OperationCallable<DeleteSnapshotRequest,Operation,Operation> deleteOperationCallable()
Returns

getCallable()

public UnaryCallable<GetSnapshotRequest,Snapshot> getCallable()
Returns

getIamPolicyCallable()

public UnaryCallable<GetIamPolicySnapshotRequest,Policy> getIamPolicyCallable()
Returns

insertCallable()

public UnaryCallable<InsertSnapshotRequest,Operation> insertCallable()
Returns

insertOperationCallable()

public OperationCallable<InsertSnapshotRequest,Operation,Operation> insertOperationCallable()
Returns

listCallable()

public UnaryCallable<ListSnapshotsRequest,SnapshotList> listCallable()
Returns

listPagedCallable()

public UnaryCallable<ListSnapshotsRequest,SnapshotsClient.ListPagedResponse> listPagedCallable()
Returns

setIamPolicyCallable()

public UnaryCallable<SetIamPolicySnapshotRequest,Policy> setIamPolicyCallable()
Returns

setLabelsCallable()

public UnaryCallable<SetLabelsSnapshotRequest,Operation> setLabelsCallable()
Returns

setLabelsOperationCallable()

public OperationCallable<SetLabelsSnapshotRequest,Operation,Operation> setLabelsOperationCallable()
Returns

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsSnapshotRequest,TestPermissionsResponse> testIamPermissionsCallable()
Returns