Class HttpJsonDisksStub (1.50.0)

public class HttpJsonDisksStub extends DisksStub

REST stub implementation for the Disks service API.

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

Inheritance

java.lang.Object > DisksStub > HttpJsonDisksStub

Static Methods

create(ClientContext clientContext)

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

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

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

create(DisksStubSettings settings)

public static final HttpJsonDisksStub create(DisksStubSettings settings)
Parameter
NameDescription
settingsDisksStubSettings
Returns
TypeDescription
HttpJsonDisksStub
Exceptions
TypeDescription
IOException

getMethodDescriptors()

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

Constructors

HttpJsonDisksStub(DisksStubSettings settings, ClientContext clientContext)

protected HttpJsonDisksStub(DisksStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonDisksStub, 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
settingsDisksStubSettings
clientContextClientContext

HttpJsonDisksStub(DisksStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonDisksStub(DisksStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonDisksStub, 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
settingsDisksStubSettings
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory

Methods

addResourcePoliciesCallable()

public UnaryCallable<AddResourcePoliciesDiskRequest,Operation> addResourcePoliciesCallable()
Overrides

addResourcePoliciesOperationCallable()

public OperationCallable<AddResourcePoliciesDiskRequest,Operation,Operation> addResourcePoliciesOperationCallable()
Overrides

aggregatedListCallable()

public UnaryCallable<AggregatedListDisksRequest,DiskAggregatedList> aggregatedListCallable()
Overrides

aggregatedListPagedCallable()

public UnaryCallable<AggregatedListDisksRequest,DisksClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
Overrides

awaitTermination(long duration, TimeUnit unit)

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

bulkInsertCallable()

public UnaryCallable<BulkInsertDiskRequest,Operation> bulkInsertCallable()
Overrides

bulkInsertOperationCallable()

public OperationCallable<BulkInsertDiskRequest,Operation,Operation> bulkInsertOperationCallable()
Overrides

close()

public final void close()
Overrides

createSnapshotCallable()

public UnaryCallable<CreateSnapshotDiskRequest,Operation> createSnapshotCallable()
Overrides

createSnapshotOperationCallable()

public OperationCallable<CreateSnapshotDiskRequest,Operation,Operation> createSnapshotOperationCallable()
Overrides

deleteCallable()

public UnaryCallable<DeleteDiskRequest,Operation> deleteCallable()
Overrides

deleteOperationCallable()

public OperationCallable<DeleteDiskRequest,Operation,Operation> deleteOperationCallable()
Overrides

getCallable()

public UnaryCallable<GetDiskRequest,Disk> getCallable()
Returns
TypeDescription
UnaryCallable<GetDiskRequest,Disk>
Overrides

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyDiskRequest,Policy> getIamPolicyCallable()
Overrides

insertCallable()

public UnaryCallable<InsertDiskRequest,Operation> insertCallable()
Overrides

insertOperationCallable()

public OperationCallable<InsertDiskRequest,Operation,Operation> insertOperationCallable()
Overrides

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listCallable()

public UnaryCallable<ListDisksRequest,DiskList> listCallable()
Returns
TypeDescription
UnaryCallable<ListDisksRequest,DiskList>
Overrides

listPagedCallable()

public UnaryCallable<ListDisksRequest,DisksClient.ListPagedResponse> listPagedCallable()
Overrides

removeResourcePoliciesCallable()

public UnaryCallable<RemoveResourcePoliciesDiskRequest,Operation> removeResourcePoliciesCallable()
Overrides

removeResourcePoliciesOperationCallable()

public OperationCallable<RemoveResourcePoliciesDiskRequest,Operation,Operation> removeResourcePoliciesOperationCallable()
Overrides

resizeCallable()

public UnaryCallable<ResizeDiskRequest,Operation> resizeCallable()
Overrides

resizeOperationCallable()

public OperationCallable<ResizeDiskRequest,Operation,Operation> resizeOperationCallable()
Overrides

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyDiskRequest,Policy> setIamPolicyCallable()
Overrides

setLabelsCallable()

public UnaryCallable<SetLabelsDiskRequest,Operation> setLabelsCallable()
Overrides

setLabelsOperationCallable()

public OperationCallable<SetLabelsDiskRequest,Operation,Operation> setLabelsOperationCallable()
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

startAsyncReplicationCallable()

public UnaryCallable<StartAsyncReplicationDiskRequest,Operation> startAsyncReplicationCallable()
Overrides

startAsyncReplicationOperationCallable()

public OperationCallable<StartAsyncReplicationDiskRequest,Operation,Operation> startAsyncReplicationOperationCallable()
Overrides

stopAsyncReplicationCallable()

public UnaryCallable<StopAsyncReplicationDiskRequest,Operation> stopAsyncReplicationCallable()
Overrides

stopAsyncReplicationOperationCallable()

public OperationCallable<StopAsyncReplicationDiskRequest,Operation,Operation> stopAsyncReplicationOperationCallable()
Overrides

stopGroupAsyncReplicationCallable()

public UnaryCallable<StopGroupAsyncReplicationDiskRequest,Operation> stopGroupAsyncReplicationCallable()
Overrides

stopGroupAsyncReplicationOperationCallable()

public OperationCallable<StopGroupAsyncReplicationDiskRequest,Operation,Operation> stopGroupAsyncReplicationOperationCallable()
Overrides

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsDiskRequest,TestPermissionsResponse> testIamPermissionsCallable()
Overrides

updateCallable()

public UnaryCallable<UpdateDiskRequest,Operation> updateCallable()
Overrides

updateOperationCallable()

public OperationCallable<UpdateDiskRequest,Operation,Operation> updateOperationCallable()
Overrides