@Generated(value="by gapic-generator-java") public class StoragePoolsClient extends Object implements com.google.api.gax.core.BackgroundResource
This class provides the ability to make remote calls to the backing service through method calls that map to API methods. Sample code to get started:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
String project = "project-309310695";
String zone = "zone3744684";
String storagePool = "storagePool-525690569";
StoragePool response = storagePoolsClient.get(project, zone, storagePool);
}
Note: close() needs to be called on the StoragePoolsClient object to clean up resources such as threads. In the example above, try-with-resources is used, which automatically calls close().
| Method | Description | Method Variants |
|---|---|---|
AggregatedList |
Retrieves an aggregated list of storage pools. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
Delete |
Deletes the specified storage pool. Deleting a storagePool removes its data permanently and is irreversible. However, deleting a storagePool does not delete any snapshots previously made from the storagePool. You must separately delete snapshots. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
Get |
Returns a specified storage pool. Gets a list of available storage pools by making a list() request. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
GetIamPolicy |
Gets the access control policy for a resource. May be empty if no such policy or resource exists. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
Insert |
Creates a storage pool in the specified project using the data in the request. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
List |
Retrieves a list of storage pools contained within the specified zone. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
ListDisks |
Lists the disks in a specified storage pool. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
SetIamPolicy |
Sets the access control policy on the specified resource. Replaces any existing policy. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
TestIamPermissions |
Returns permissions that a caller has on the specified resource. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
Update |
Updates the specified storagePool with the data included in the request. The update is performed only on selected fields included as part of update-mask. Only the following fields can be modified: size_tb and provisioned_iops. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
See the individual methods for example code.
Many parameters require resource names to be formatted in a particular way. To assist with these names, this class includes a format method for each type of name, and additionally a parse method to extract the individual identifiers contained within names that are returned.
This class can be customized by passing in a custom instance of StoragePoolsSettings to create(). For example:
To customize credentials:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
StoragePoolsSettings storagePoolsSettings =
StoragePoolsSettings.newBuilder()
.setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
.build();
StoragePoolsClient storagePoolsClient = StoragePoolsClient.create(storagePoolsSettings);
To customize the endpoint:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
StoragePoolsSettings storagePoolsSettings =
StoragePoolsSettings.newBuilder().setEndpoint(myEndpoint).build();
StoragePoolsClient storagePoolsClient = StoragePoolsClient.create(storagePoolsSettings);
Please refer to the GitHub repository's samples for more quickstart code snippets.
| Modifier and Type | Class and Description |
|---|---|
static class |
StoragePoolsClient.AggregatedListFixedSizeCollection |
static class |
StoragePoolsClient.AggregatedListPage |
static class |
StoragePoolsClient.AggregatedListPagedResponse |
static class |
StoragePoolsClient.ListDisksFixedSizeCollection |
static class |
StoragePoolsClient.ListDisksPage |
static class |
StoragePoolsClient.ListDisksPagedResponse |
static class |
StoragePoolsClient.ListFixedSizeCollection |
static class |
StoragePoolsClient.ListPage |
static class |
StoragePoolsClient.ListPagedResponse |
| Modifier | Constructor and Description |
|---|---|
protected |
StoragePoolsClient(StoragePoolsSettings settings)
Constructs an instance of StoragePoolsClient, using the given settings.
|
protected |
StoragePoolsClient(StoragePoolsStub stub) |
| Modifier and Type | Method and Description |
|---|---|
StoragePoolsClient.AggregatedListPagedResponse |
aggregatedList(AggregatedListStoragePoolsRequest request)
Retrieves an aggregated list of storage pools.
|
StoragePoolsClient.AggregatedListPagedResponse |
aggregatedList(String project)
Retrieves an aggregated list of storage pools.
|
com.google.api.gax.rpc.UnaryCallable<AggregatedListStoragePoolsRequest,StoragePoolAggregatedList> |
aggregatedListCallable()
Retrieves an aggregated list of storage pools.
|
com.google.api.gax.rpc.UnaryCallable<AggregatedListStoragePoolsRequest,StoragePoolsClient.AggregatedListPagedResponse> |
aggregatedListPagedCallable()
Retrieves an aggregated list of storage pools.
|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static StoragePoolsClient |
create()
Constructs an instance of StoragePoolsClient with default settings.
|
static StoragePoolsClient |
create(StoragePoolsSettings settings)
Constructs an instance of StoragePoolsClient, using the given settings.
|
static StoragePoolsClient |
create(StoragePoolsStub stub)
Constructs an instance of StoragePoolsClient, using the given stub for making calls.
|
com.google.api.gax.longrunning.OperationFuture<Operation,Operation> |
deleteAsync(DeleteStoragePoolRequest request)
Deletes the specified storage pool.
|
com.google.api.gax.longrunning.OperationFuture<Operation,Operation> |
deleteAsync(String project,
String zone,
String storagePool)
Deletes the specified storage pool.
|
com.google.api.gax.rpc.UnaryCallable<DeleteStoragePoolRequest,Operation> |
deleteCallable()
Deletes the specified storage pool.
|
com.google.api.gax.rpc.OperationCallable<DeleteStoragePoolRequest,Operation,Operation> |
deleteOperationCallable()
Deletes the specified storage pool.
|
StoragePool |
get(GetStoragePoolRequest request)
Returns a specified storage pool.
|
StoragePool |
get(String project,
String zone,
String storagePool)
Returns a specified storage pool.
|
com.google.api.gax.rpc.UnaryCallable<GetStoragePoolRequest,StoragePool> |
getCallable()
Returns a specified storage pool.
|
Policy |
getIamPolicy(GetIamPolicyStoragePoolRequest request)
Gets the access control policy for a resource.
|
Policy |
getIamPolicy(String project,
String zone,
String resource)
Gets the access control policy for a resource.
|
com.google.api.gax.rpc.UnaryCallable<GetIamPolicyStoragePoolRequest,Policy> |
getIamPolicyCallable()
Gets the access control policy for a resource.
|
StoragePoolsSettings |
getSettings() |
StoragePoolsStub |
getStub() |
com.google.api.gax.longrunning.OperationFuture<Operation,Operation> |
insertAsync(InsertStoragePoolRequest request)
Creates a storage pool in the specified project using the data in the request.
|
com.google.api.gax.longrunning.OperationFuture<Operation,Operation> |
insertAsync(String project,
String zone,
StoragePool storagePoolResource)
Creates a storage pool in the specified project using the data in the request.
|
com.google.api.gax.rpc.UnaryCallable<InsertStoragePoolRequest,Operation> |
insertCallable()
Creates a storage pool in the specified project using the data in the request.
|
com.google.api.gax.rpc.OperationCallable<InsertStoragePoolRequest,Operation,Operation> |
insertOperationCallable()
Creates a storage pool in the specified project using the data in the request.
|
boolean |
isShutdown() |
boolean |
isTerminated() |
StoragePoolsClient.ListPagedResponse |
list(ListStoragePoolsRequest request)
Retrieves a list of storage pools contained within the specified zone.
|
StoragePoolsClient.ListPagedResponse |
list(String project,
String zone)
Retrieves a list of storage pools contained within the specified zone.
|
com.google.api.gax.rpc.UnaryCallable<ListStoragePoolsRequest,StoragePoolList> |
listCallable()
Retrieves a list of storage pools contained within the specified zone.
|
StoragePoolsClient.ListDisksPagedResponse |
listDisks(ListDisksStoragePoolsRequest request)
Lists the disks in a specified storage pool.
|
StoragePoolsClient.ListDisksPagedResponse |
listDisks(String project,
String zone,
String storagePool)
Lists the disks in a specified storage pool.
|
com.google.api.gax.rpc.UnaryCallable<ListDisksStoragePoolsRequest,StoragePoolListDisks> |
listDisksCallable()
Lists the disks in a specified storage pool.
|
com.google.api.gax.rpc.UnaryCallable<ListDisksStoragePoolsRequest,StoragePoolsClient.ListDisksPagedResponse> |
listDisksPagedCallable()
Lists the disks in a specified storage pool.
|
com.google.api.gax.rpc.UnaryCallable<ListStoragePoolsRequest,StoragePoolsClient.ListPagedResponse> |
listPagedCallable()
Retrieves a list of storage pools contained within the specified zone.
|
Policy |
setIamPolicy(SetIamPolicyStoragePoolRequest request)
Sets the access control policy on the specified resource.
|
Policy |
setIamPolicy(String project,
String zone,
String resource,
ZoneSetPolicyRequest zoneSetPolicyRequestResource)
Sets the access control policy on the specified resource.
|
com.google.api.gax.rpc.UnaryCallable<SetIamPolicyStoragePoolRequest,Policy> |
setIamPolicyCallable()
Sets the access control policy on the specified resource.
|
void |
shutdown() |
void |
shutdownNow() |
TestPermissionsResponse |
testIamPermissions(String project,
String zone,
String resource,
TestPermissionsRequest testPermissionsRequestResource)
Returns permissions that a caller has on the specified resource.
|
TestPermissionsResponse |
testIamPermissions(TestIamPermissionsStoragePoolRequest request)
Returns permissions that a caller has on the specified resource.
|
com.google.api.gax.rpc.UnaryCallable<TestIamPermissionsStoragePoolRequest,TestPermissionsResponse> |
testIamPermissionsCallable()
Returns permissions that a caller has on the specified resource.
|
com.google.api.gax.longrunning.OperationFuture<Operation,Operation> |
updateAsync(String project,
String zone,
String storagePool,
StoragePool storagePoolResource)
Updates the specified storagePool with the data included in the request.
|
com.google.api.gax.longrunning.OperationFuture<Operation,Operation> |
updateAsync(UpdateStoragePoolRequest request)
Updates the specified storagePool with the data included in the request.
|
com.google.api.gax.rpc.UnaryCallable<UpdateStoragePoolRequest,Operation> |
updateCallable()
Updates the specified storagePool with the data included in the request.
|
com.google.api.gax.rpc.OperationCallable<UpdateStoragePoolRequest,Operation,Operation> |
updateOperationCallable()
Updates the specified storagePool with the data included in the request.
|
protected StoragePoolsClient(StoragePoolsSettings settings) throws IOException
IOExceptionprotected StoragePoolsClient(StoragePoolsStub stub)
public static final StoragePoolsClient create() throws IOException
IOExceptionpublic static final StoragePoolsClient create(StoragePoolsSettings settings) throws IOException
IOExceptionpublic static final StoragePoolsClient create(StoragePoolsStub stub)
public final StoragePoolsSettings getSettings()
public StoragePoolsStub getStub()
public final StoragePoolsClient.AggregatedListPagedResponse aggregatedList(String project)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
String project = "project-309310695";
for (Map.Entry<String, StoragePoolsScopedList> element :
storagePoolsClient.aggregatedList(project).iterateAll()) {
// doThingsWith(element);
}
}
project - Project ID for this request.com.google.api.gax.rpc.ApiException - if the remote call failspublic final StoragePoolsClient.AggregatedListPagedResponse aggregatedList(AggregatedListStoragePoolsRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
AggregatedListStoragePoolsRequest request =
AggregatedListStoragePoolsRequest.newBuilder()
.setFilter("filter-1274492040")
.setIncludeAllScopes(true)
.setMaxResults(1128457243)
.setOrderBy("orderBy-1207110587")
.setPageToken("pageToken873572522")
.setProject("project-309310695")
.setReturnPartialSuccess(true)
.setServiceProjectNumber(-1293855239)
.build();
for (Map.Entry<String, StoragePoolsScopedList> element :
storagePoolsClient.aggregatedList(request).iterateAll()) {
// doThingsWith(element);
}
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<AggregatedListStoragePoolsRequest,StoragePoolsClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
AggregatedListStoragePoolsRequest request =
AggregatedListStoragePoolsRequest.newBuilder()
.setFilter("filter-1274492040")
.setIncludeAllScopes(true)
.setMaxResults(1128457243)
.setOrderBy("orderBy-1207110587")
.setPageToken("pageToken873572522")
.setProject("project-309310695")
.setReturnPartialSuccess(true)
.setServiceProjectNumber(-1293855239)
.build();
ApiFuture<Map.Entry<String, StoragePoolsScopedList>> future =
storagePoolsClient.aggregatedListPagedCallable().futureCall(request);
// Do something.
for (Map.Entry<String, StoragePoolsScopedList> element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
public final com.google.api.gax.rpc.UnaryCallable<AggregatedListStoragePoolsRequest,StoragePoolAggregatedList> aggregatedListCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
AggregatedListStoragePoolsRequest request =
AggregatedListStoragePoolsRequest.newBuilder()
.setFilter("filter-1274492040")
.setIncludeAllScopes(true)
.setMaxResults(1128457243)
.setOrderBy("orderBy-1207110587")
.setPageToken("pageToken873572522")
.setProject("project-309310695")
.setReturnPartialSuccess(true)
.setServiceProjectNumber(-1293855239)
.build();
while (true) {
StoragePoolAggregatedList response =
storagePoolsClient.aggregatedListCallable().call(request);
for (Map.Entry<String, StoragePoolsScopedList> element : response.getItemsList()) {
// doThingsWith(element);
}
String nextPageToken = response.getNextPageToken();
if (!Strings.isNullOrEmpty(nextPageToken)) {
request = request.toBuilder().setPageToken(nextPageToken).build();
} else {
break;
}
}
}
public final com.google.api.gax.longrunning.OperationFuture<Operation,Operation> deleteAsync(String project, String zone, String storagePool)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
String project = "project-309310695";
String zone = "zone3744684";
String storagePool = "storagePool-525690569";
Operation response = storagePoolsClient.deleteAsync(project, zone, storagePool).get();
}
project - Project ID for this request.zone - The name of the zone for this request.storagePool - Name of the storage pool to delete.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<Operation,Operation> deleteAsync(DeleteStoragePoolRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
DeleteStoragePoolRequest request =
DeleteStoragePoolRequest.newBuilder()
.setProject("project-309310695")
.setRequestId("requestId693933066")
.setStoragePool("storagePool-525690569")
.setZone("zone3744684")
.build();
Operation response = storagePoolsClient.deleteAsync(request).get();
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.OperationCallable<DeleteStoragePoolRequest,Operation,Operation> deleteOperationCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
DeleteStoragePoolRequest request =
DeleteStoragePoolRequest.newBuilder()
.setProject("project-309310695")
.setRequestId("requestId693933066")
.setStoragePool("storagePool-525690569")
.setZone("zone3744684")
.build();
OperationFuture<Operation, Operation> future =
storagePoolsClient.deleteOperationCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<DeleteStoragePoolRequest,Operation> deleteCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
DeleteStoragePoolRequest request =
DeleteStoragePoolRequest.newBuilder()
.setProject("project-309310695")
.setRequestId("requestId693933066")
.setStoragePool("storagePool-525690569")
.setZone("zone3744684")
.build();
ApiFuture<Operation> future = storagePoolsClient.deleteCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final StoragePool get(String project, String zone, String storagePool)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
String project = "project-309310695";
String zone = "zone3744684";
String storagePool = "storagePool-525690569";
StoragePool response = storagePoolsClient.get(project, zone, storagePool);
}
project - Project ID for this request.zone - The name of the zone for this request.storagePool - Name of the storage pool to return.com.google.api.gax.rpc.ApiException - if the remote call failspublic final StoragePool get(GetStoragePoolRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
GetStoragePoolRequest request =
GetStoragePoolRequest.newBuilder()
.setProject("project-309310695")
.setStoragePool("storagePool-525690569")
.setZone("zone3744684")
.build();
StoragePool response = storagePoolsClient.get(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<GetStoragePoolRequest,StoragePool> getCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
GetStoragePoolRequest request =
GetStoragePoolRequest.newBuilder()
.setProject("project-309310695")
.setStoragePool("storagePool-525690569")
.setZone("zone3744684")
.build();
ApiFuture<StoragePool> future = storagePoolsClient.getCallable().futureCall(request);
// Do something.
StoragePool response = future.get();
}
public final Policy getIamPolicy(String project, String zone, String resource)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
String project = "project-309310695";
String zone = "zone3744684";
String resource = "resource-341064690";
Policy response = storagePoolsClient.getIamPolicy(project, zone, resource);
}
project - Project ID for this request.zone - The name of the zone for this request.resource - Name or id of the resource for this request.com.google.api.gax.rpc.ApiException - if the remote call failspublic final Policy getIamPolicy(GetIamPolicyStoragePoolRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
GetIamPolicyStoragePoolRequest request =
GetIamPolicyStoragePoolRequest.newBuilder()
.setOptionsRequestedPolicyVersion(-574521795)
.setProject("project-309310695")
.setResource("resource-341064690")
.setZone("zone3744684")
.build();
Policy response = storagePoolsClient.getIamPolicy(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<GetIamPolicyStoragePoolRequest,Policy> getIamPolicyCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
GetIamPolicyStoragePoolRequest request =
GetIamPolicyStoragePoolRequest.newBuilder()
.setOptionsRequestedPolicyVersion(-574521795)
.setProject("project-309310695")
.setResource("resource-341064690")
.setZone("zone3744684")
.build();
ApiFuture<Policy> future = storagePoolsClient.getIamPolicyCallable().futureCall(request);
// Do something.
Policy response = future.get();
}
public final com.google.api.gax.longrunning.OperationFuture<Operation,Operation> insertAsync(String project, String zone, StoragePool storagePoolResource)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
String project = "project-309310695";
String zone = "zone3744684";
StoragePool storagePoolResource = StoragePool.newBuilder().build();
Operation response = storagePoolsClient.insertAsync(project, zone, storagePoolResource).get();
}
project - Project ID for this request.zone - The name of the zone for this request.storagePoolResource - The body resource for this requestcom.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<Operation,Operation> insertAsync(InsertStoragePoolRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
InsertStoragePoolRequest request =
InsertStoragePoolRequest.newBuilder()
.setProject("project-309310695")
.setRequestId("requestId693933066")
.setStoragePoolResource(StoragePool.newBuilder().build())
.setZone("zone3744684")
.build();
Operation response = storagePoolsClient.insertAsync(request).get();
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.OperationCallable<InsertStoragePoolRequest,Operation,Operation> insertOperationCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
InsertStoragePoolRequest request =
InsertStoragePoolRequest.newBuilder()
.setProject("project-309310695")
.setRequestId("requestId693933066")
.setStoragePoolResource(StoragePool.newBuilder().build())
.setZone("zone3744684")
.build();
OperationFuture<Operation, Operation> future =
storagePoolsClient.insertOperationCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<InsertStoragePoolRequest,Operation> insertCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
InsertStoragePoolRequest request =
InsertStoragePoolRequest.newBuilder()
.setProject("project-309310695")
.setRequestId("requestId693933066")
.setStoragePoolResource(StoragePool.newBuilder().build())
.setZone("zone3744684")
.build();
ApiFuture<Operation> future = storagePoolsClient.insertCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final StoragePoolsClient.ListPagedResponse list(String project, String zone)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
String project = "project-309310695";
String zone = "zone3744684";
for (StoragePool element : storagePoolsClient.list(project, zone).iterateAll()) {
// doThingsWith(element);
}
}
project - Project ID for this request.zone - The name of the zone for this request.com.google.api.gax.rpc.ApiException - if the remote call failspublic final StoragePoolsClient.ListPagedResponse list(ListStoragePoolsRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
ListStoragePoolsRequest request =
ListStoragePoolsRequest.newBuilder()
.setFilter("filter-1274492040")
.setMaxResults(1128457243)
.setOrderBy("orderBy-1207110587")
.setPageToken("pageToken873572522")
.setProject("project-309310695")
.setReturnPartialSuccess(true)
.setZone("zone3744684")
.build();
for (StoragePool element : storagePoolsClient.list(request).iterateAll()) {
// doThingsWith(element);
}
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<ListStoragePoolsRequest,StoragePoolsClient.ListPagedResponse> listPagedCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
ListStoragePoolsRequest request =
ListStoragePoolsRequest.newBuilder()
.setFilter("filter-1274492040")
.setMaxResults(1128457243)
.setOrderBy("orderBy-1207110587")
.setPageToken("pageToken873572522")
.setProject("project-309310695")
.setReturnPartialSuccess(true)
.setZone("zone3744684")
.build();
ApiFuture<StoragePool> future = storagePoolsClient.listPagedCallable().futureCall(request);
// Do something.
for (StoragePool element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
public final com.google.api.gax.rpc.UnaryCallable<ListStoragePoolsRequest,StoragePoolList> listCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
ListStoragePoolsRequest request =
ListStoragePoolsRequest.newBuilder()
.setFilter("filter-1274492040")
.setMaxResults(1128457243)
.setOrderBy("orderBy-1207110587")
.setPageToken("pageToken873572522")
.setProject("project-309310695")
.setReturnPartialSuccess(true)
.setZone("zone3744684")
.build();
while (true) {
StoragePoolList response = storagePoolsClient.listCallable().call(request);
for (StoragePool element : response.getItemsList()) {
// doThingsWith(element);
}
String nextPageToken = response.getNextPageToken();
if (!Strings.isNullOrEmpty(nextPageToken)) {
request = request.toBuilder().setPageToken(nextPageToken).build();
} else {
break;
}
}
}
public final StoragePoolsClient.ListDisksPagedResponse listDisks(String project, String zone, String storagePool)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
String project = "project-309310695";
String zone = "zone3744684";
String storagePool = "storagePool-525690569";
for (StoragePoolDisk element :
storagePoolsClient.listDisks(project, zone, storagePool).iterateAll()) {
// doThingsWith(element);
}
}
project - Project ID for this request.zone - The name of the zone for this request.storagePool - Name of the storage pool to list disks of.com.google.api.gax.rpc.ApiException - if the remote call failspublic final StoragePoolsClient.ListDisksPagedResponse listDisks(ListDisksStoragePoolsRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
ListDisksStoragePoolsRequest request =
ListDisksStoragePoolsRequest.newBuilder()
.setFilter("filter-1274492040")
.setMaxResults(1128457243)
.setOrderBy("orderBy-1207110587")
.setPageToken("pageToken873572522")
.setProject("project-309310695")
.setReturnPartialSuccess(true)
.setStoragePool("storagePool-525690569")
.setZone("zone3744684")
.build();
for (StoragePoolDisk element : storagePoolsClient.listDisks(request).iterateAll()) {
// doThingsWith(element);
}
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<ListDisksStoragePoolsRequest,StoragePoolsClient.ListDisksPagedResponse> listDisksPagedCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
ListDisksStoragePoolsRequest request =
ListDisksStoragePoolsRequest.newBuilder()
.setFilter("filter-1274492040")
.setMaxResults(1128457243)
.setOrderBy("orderBy-1207110587")
.setPageToken("pageToken873572522")
.setProject("project-309310695")
.setReturnPartialSuccess(true)
.setStoragePool("storagePool-525690569")
.setZone("zone3744684")
.build();
ApiFuture<StoragePoolDisk> future =
storagePoolsClient.listDisksPagedCallable().futureCall(request);
// Do something.
for (StoragePoolDisk element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
public final com.google.api.gax.rpc.UnaryCallable<ListDisksStoragePoolsRequest,StoragePoolListDisks> listDisksCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
ListDisksStoragePoolsRequest request =
ListDisksStoragePoolsRequest.newBuilder()
.setFilter("filter-1274492040")
.setMaxResults(1128457243)
.setOrderBy("orderBy-1207110587")
.setPageToken("pageToken873572522")
.setProject("project-309310695")
.setReturnPartialSuccess(true)
.setStoragePool("storagePool-525690569")
.setZone("zone3744684")
.build();
while (true) {
StoragePoolListDisks response = storagePoolsClient.listDisksCallable().call(request);
for (StoragePoolDisk element : response.getItemsList()) {
// doThingsWith(element);
}
String nextPageToken = response.getNextPageToken();
if (!Strings.isNullOrEmpty(nextPageToken)) {
request = request.toBuilder().setPageToken(nextPageToken).build();
} else {
break;
}
}
}
public final Policy setIamPolicy(String project, String zone, String resource, ZoneSetPolicyRequest zoneSetPolicyRequestResource)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
String project = "project-309310695";
String zone = "zone3744684";
String resource = "resource-341064690";
ZoneSetPolicyRequest zoneSetPolicyRequestResource = ZoneSetPolicyRequest.newBuilder().build();
Policy response =
storagePoolsClient.setIamPolicy(project, zone, resource, zoneSetPolicyRequestResource);
}
project - Project ID for this request.zone - The name of the zone for this request.resource - Name or id of the resource for this request.zoneSetPolicyRequestResource - The body resource for this requestcom.google.api.gax.rpc.ApiException - if the remote call failspublic final Policy setIamPolicy(SetIamPolicyStoragePoolRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
SetIamPolicyStoragePoolRequest request =
SetIamPolicyStoragePoolRequest.newBuilder()
.setProject("project-309310695")
.setResource("resource-341064690")
.setZone("zone3744684")
.setZoneSetPolicyRequestResource(ZoneSetPolicyRequest.newBuilder().build())
.build();
Policy response = storagePoolsClient.setIamPolicy(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<SetIamPolicyStoragePoolRequest,Policy> setIamPolicyCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
SetIamPolicyStoragePoolRequest request =
SetIamPolicyStoragePoolRequest.newBuilder()
.setProject("project-309310695")
.setResource("resource-341064690")
.setZone("zone3744684")
.setZoneSetPolicyRequestResource(ZoneSetPolicyRequest.newBuilder().build())
.build();
ApiFuture<Policy> future = storagePoolsClient.setIamPolicyCallable().futureCall(request);
// Do something.
Policy response = future.get();
}
public final TestPermissionsResponse testIamPermissions(String project, String zone, String resource, TestPermissionsRequest testPermissionsRequestResource)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
String project = "project-309310695";
String zone = "zone3744684";
String resource = "resource-341064690";
TestPermissionsRequest testPermissionsRequestResource =
TestPermissionsRequest.newBuilder().build();
TestPermissionsResponse response =
storagePoolsClient.testIamPermissions(
project, zone, resource, testPermissionsRequestResource);
}
project - Project ID for this request.zone - The name of the zone for this request.resource - Name or id of the resource for this request.testPermissionsRequestResource - The body resource for this requestcom.google.api.gax.rpc.ApiException - if the remote call failspublic final TestPermissionsResponse testIamPermissions(TestIamPermissionsStoragePoolRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
TestIamPermissionsStoragePoolRequest request =
TestIamPermissionsStoragePoolRequest.newBuilder()
.setProject("project-309310695")
.setResource("resource-341064690")
.setTestPermissionsRequestResource(TestPermissionsRequest.newBuilder().build())
.setZone("zone3744684")
.build();
TestPermissionsResponse response = storagePoolsClient.testIamPermissions(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<TestIamPermissionsStoragePoolRequest,TestPermissionsResponse> testIamPermissionsCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
TestIamPermissionsStoragePoolRequest request =
TestIamPermissionsStoragePoolRequest.newBuilder()
.setProject("project-309310695")
.setResource("resource-341064690")
.setTestPermissionsRequestResource(TestPermissionsRequest.newBuilder().build())
.setZone("zone3744684")
.build();
ApiFuture<TestPermissionsResponse> future =
storagePoolsClient.testIamPermissionsCallable().futureCall(request);
// Do something.
TestPermissionsResponse response = future.get();
}
public final com.google.api.gax.longrunning.OperationFuture<Operation,Operation> updateAsync(String project, String zone, String storagePool, StoragePool storagePoolResource)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
String project = "project-309310695";
String zone = "zone3744684";
String storagePool = "storagePool-525690569";
StoragePool storagePoolResource = StoragePool.newBuilder().build();
Operation response =
storagePoolsClient.updateAsync(project, zone, storagePool, storagePoolResource).get();
}
project - Project ID for this request.zone - The name of the zone for this request.storagePool - The storagePool name for this request.storagePoolResource - The body resource for this requestcom.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<Operation,Operation> updateAsync(UpdateStoragePoolRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
UpdateStoragePoolRequest request =
UpdateStoragePoolRequest.newBuilder()
.setProject("project-309310695")
.setRequestId("requestId693933066")
.setStoragePool("storagePool-525690569")
.setStoragePoolResource(StoragePool.newBuilder().build())
.setUpdateMask("updateMask-296147115")
.setZone("zone3744684")
.build();
Operation response = storagePoolsClient.updateAsync(request).get();
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.OperationCallable<UpdateStoragePoolRequest,Operation,Operation> updateOperationCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
UpdateStoragePoolRequest request =
UpdateStoragePoolRequest.newBuilder()
.setProject("project-309310695")
.setRequestId("requestId693933066")
.setStoragePool("storagePool-525690569")
.setStoragePoolResource(StoragePool.newBuilder().build())
.setUpdateMask("updateMask-296147115")
.setZone("zone3744684")
.build();
OperationFuture<Operation, Operation> future =
storagePoolsClient.updateOperationCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<UpdateStoragePoolRequest,Operation> updateCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (StoragePoolsClient storagePoolsClient = StoragePoolsClient.create()) {
UpdateStoragePoolRequest request =
UpdateStoragePoolRequest.newBuilder()
.setProject("project-309310695")
.setRequestId("requestId693933066")
.setStoragePool("storagePool-525690569")
.setStoragePoolResource(StoragePool.newBuilder().build())
.setUpdateMask("updateMask-296147115")
.setZone("zone3744684")
.build();
ApiFuture<Operation> future = storagePoolsClient.updateCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final void close()
close in interface AutoCloseablepublic void shutdown()
shutdown in interface com.google.api.gax.core.BackgroundResourcepublic boolean isShutdown()
isShutdown in interface com.google.api.gax.core.BackgroundResourcepublic boolean isTerminated()
isTerminated in interface com.google.api.gax.core.BackgroundResourcepublic void shutdownNow()
shutdownNow in interface com.google.api.gax.core.BackgroundResourcepublic boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
awaitTermination in interface com.google.api.gax.core.BackgroundResourceInterruptedExceptionCopyright © 2024 Google LLC. All rights reserved.