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.
Static Methods
create(ClientContext clientContext)
public static final HttpJsonDisksStub create(ClientContext clientContext)
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonDisksStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
create(DisksStubSettings settings)
public static final HttpJsonDisksStub create(DisksStubSettings settings)
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
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.
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.
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)
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()
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()
isTerminated()
public boolean isTerminated()
listCallable()
public UnaryCallable<ListDisksRequest,DiskList> listCallable()
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()
shutdownNow()
public void shutdownNow()
testIamPermissionsCallable()
public UnaryCallable<TestIamPermissionsDiskRequest,TestPermissionsResponse> testIamPermissionsCallable()
Overrides
updateCallable()
public UnaryCallable<UpdateDiskRequest,Operation> updateCallable()
Overrides
updateOperationCallable()
public OperationCallable<UpdateDiskRequest,Operation,Operation> updateOperationCallable()
Overrides