Class HttpJsonSnapshotsStub (1.6.0-beta)

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

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
NameDescription
settingsSnapshotsStubSettings
clientContextClientContext

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
NameDescription
settingsSnapshotsStubSettings
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

close()

public final void close()
Overrides

create(ClientContext clientContext)

public static final HttpJsonSnapshotsStub create(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
HttpJsonSnapshotsStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonSnapshotsStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory
Returns
TypeDescription
HttpJsonSnapshotsStub
Exceptions
TypeDescription
IOException

create(SnapshotsStubSettings settings)

public static final HttpJsonSnapshotsStub create(SnapshotsStubSettings settings)
Parameter
NameDescription
settingsSnapshotsStubSettings
Returns
TypeDescription
HttpJsonSnapshotsStub
Exceptions
TypeDescription
IOException

deleteCallable()

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

deleteOperationCallable()

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

getCallable()

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

getIamPolicyCallable()

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

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
TypeDescription
List<ApiMethodDescriptor>

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listCallable()

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

listPagedCallable()

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

setIamPolicyCallable()

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

setLabelsCallable()

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

setLabelsOperationCallable()

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

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

testIamPermissionsCallable()

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