Class InstantSnapshotsStub (1.68.0)

public abstract class InstantSnapshotsStub implements BackgroundResource

Base stub class for the InstantSnapshots service API.

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

Inheritance

java.lang.Object > InstantSnapshotsStub

Implements

BackgroundResource

Constructors

InstantSnapshotsStub()

public InstantSnapshotsStub()

Methods

aggregatedListCallable()

public UnaryCallable<AggregatedListInstantSnapshotsRequest,InstantSnapshotAggregatedList> aggregatedListCallable()

aggregatedListPagedCallable()

public UnaryCallable<AggregatedListInstantSnapshotsRequest,InstantSnapshotsClient.AggregatedListPagedResponse> aggregatedListPagedCallable()

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteInstantSnapshotRequest,Operation> deleteCallable()

deleteOperationCallable()

public OperationCallable<DeleteInstantSnapshotRequest,Operation,Operation> deleteOperationCallable()

getCallable()

public UnaryCallable<GetInstantSnapshotRequest,InstantSnapshot> getCallable()

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyInstantSnapshotRequest,Policy> getIamPolicyCallable()

insertCallable()

public UnaryCallable<InsertInstantSnapshotRequest,Operation> insertCallable()

insertOperationCallable()

public OperationCallable<InsertInstantSnapshotRequest,Operation,Operation> insertOperationCallable()

listCallable()

public UnaryCallable<ListInstantSnapshotsRequest,InstantSnapshotList> listCallable()

listPagedCallable()

public UnaryCallable<ListInstantSnapshotsRequest,InstantSnapshotsClient.ListPagedResponse> listPagedCallable()

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyInstantSnapshotRequest,Policy> setIamPolicyCallable()

setLabelsCallable()

public UnaryCallable<SetLabelsInstantSnapshotRequest,Operation> setLabelsCallable()

setLabelsOperationCallable()

public OperationCallable<SetLabelsInstantSnapshotRequest,Operation,Operation> setLabelsOperationCallable()

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsInstantSnapshotRequest,TestPermissionsResponse> testIamPermissionsCallable()