Class HttpJsonSnapshotsStub (1.52.0)

public class HttpJsonSnapshotsStub extends SnapshotsStub

REST stub implementation for the Snapshots service API.

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

Inheritance

java.lang.Object > SnapshotsStub > HttpJsonSnapshotsStub

Static Methods

create(ClientContext clientContext)

public static final HttpJsonSnapshotsStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
HttpJsonSnapshotsStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonSnapshotsStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory
Returns
Type Description
HttpJsonSnapshotsStub
Exceptions
Type Description
IOException

create(SnapshotsStubSettings settings)

public static final HttpJsonSnapshotsStub create(SnapshotsStubSettings settings)
Parameter
Name Description
settings SnapshotsStubSettings
Returns
Type Description
HttpJsonSnapshotsStub
Exceptions
Type Description
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
Type Description
List<ApiMethodDescriptor>

Constructors

HttpJsonSnapshotsStub(SnapshotsStubSettings settings, ClientContext clientContext)

protected HttpJsonSnapshotsStub(SnapshotsStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonSnapshotsStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings SnapshotsStubSettings
clientContext ClientContext

HttpJsonSnapshotsStub(SnapshotsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonSnapshotsStub(SnapshotsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonSnapshotsStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings SnapshotsStubSettings
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

close()

public final void close()
Overrides

deleteCallable()

public UnaryCallable<DeleteSnapshotRequest,Operation> deleteCallable()
Returns
Type Description
UnaryCallable<DeleteSnapshotRequest,Operation>
Overrides

deleteOperationCallable()

public OperationCallable<DeleteSnapshotRequest,Operation,Operation> deleteOperationCallable()
Returns
Type Description
OperationCallable<DeleteSnapshotRequest,Operation,Operation>
Overrides

getCallable()

public UnaryCallable<GetSnapshotRequest,Snapshot> getCallable()
Returns
Type Description
UnaryCallable<GetSnapshotRequest,Snapshot>
Overrides

getIamPolicyCallable()

public UnaryCallable<GetIamPolicySnapshotRequest,Policy> getIamPolicyCallable()
Returns
Type Description
UnaryCallable<GetIamPolicySnapshotRequest,Policy>
Overrides

insertCallable()

public UnaryCallable<InsertSnapshotRequest,Operation> insertCallable()
Returns
Type Description
UnaryCallable<InsertSnapshotRequest,Operation>
Overrides

insertOperationCallable()

public OperationCallable<InsertSnapshotRequest,Operation,Operation> insertOperationCallable()
Returns
Type Description
OperationCallable<InsertSnapshotRequest,Operation,Operation>
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listCallable()

public UnaryCallable<ListSnapshotsRequest,SnapshotList> listCallable()
Returns
Type Description
UnaryCallable<ListSnapshotsRequest,SnapshotList>
Overrides

listPagedCallable()

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

setIamPolicyCallable()

public UnaryCallable<SetIamPolicySnapshotRequest,Policy> setIamPolicyCallable()
Returns
Type Description
UnaryCallable<SetIamPolicySnapshotRequest,Policy>
Overrides

setLabelsCallable()

public UnaryCallable<SetLabelsSnapshotRequest,Operation> setLabelsCallable()
Returns
Type Description
UnaryCallable<SetLabelsSnapshotRequest,Operation>
Overrides

setLabelsOperationCallable()

public OperationCallable<SetLabelsSnapshotRequest,Operation,Operation> setLabelsOperationCallable()
Returns
Type Description
OperationCallable<SetLabelsSnapshotRequest,Operation,Operation>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsSnapshotRequest,TestPermissionsResponse> testIamPermissionsCallable()
Returns
Type Description
UnaryCallable<TestIamPermissionsSnapshotRequest,TestPermissionsResponse>
Overrides