@Generated(value="by gapic-generator-java") public class PersistentResourceServiceClient 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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
PersistentResourceName name =
PersistentResourceName.of("[PROJECT]", "[LOCATION]", "[PERSISTENT_RESOURCE]");
PersistentResource response = persistentResourceServiceClient.getPersistentResource(name);
}
Note: close() needs to be called on the PersistentResourceServiceClient 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 |
|---|---|---|
CreatePersistentResource |
Creates a PersistentResource. |
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.
|
GetPersistentResource |
Gets a PersistentResource. |
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.
|
ListPersistentResources |
Lists PersistentResources in a Location. |
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.
|
DeletePersistentResource |
Deletes a PersistentResource. |
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.
|
UpdatePersistentResource |
Updates a PersistentResource. |
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.
|
RebootPersistentResource |
Reboots a PersistentResource. |
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.
|
ListLocations |
Lists information about the supported locations for this service. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
GetLocation |
Gets information about a location. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
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. Replacesany existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`errors. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
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. Returns an empty policyif the resource exists and does not have a policy set. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
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. If theresource does not exist, this will return an empty set ofpermissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for buildingpermission-aware UIs and command-line tools, not for authorizationchecking. This operation may "fail open" without warning. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
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 PersistentResourceServiceSettings 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
PersistentResourceServiceSettings persistentResourceServiceSettings =
PersistentResourceServiceSettings.newBuilder()
.setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
.build();
PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create(persistentResourceServiceSettings);
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
PersistentResourceServiceSettings persistentResourceServiceSettings =
PersistentResourceServiceSettings.newBuilder().setEndpoint(myEndpoint).build();
PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create(persistentResourceServiceSettings);
Please refer to the GitHub repository's samples for more quickstart code snippets.
| Modifier and Type | Class and Description |
|---|---|
static class |
PersistentResourceServiceClient.ListLocationsFixedSizeCollection |
static class |
PersistentResourceServiceClient.ListLocationsPage |
static class |
PersistentResourceServiceClient.ListLocationsPagedResponse |
static class |
PersistentResourceServiceClient.ListPersistentResourcesFixedSizeCollection |
static class |
PersistentResourceServiceClient.ListPersistentResourcesPage |
static class |
PersistentResourceServiceClient.ListPersistentResourcesPagedResponse |
| Modifier | Constructor and Description |
|---|---|
protected |
PersistentResourceServiceClient(PersistentResourceServiceSettings settings)
Constructs an instance of PersistentResourceServiceClient, using the given settings.
|
protected |
PersistentResourceServiceClient(PersistentResourceServiceStub stub) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static PersistentResourceServiceClient |
create()
Constructs an instance of PersistentResourceServiceClient with default settings.
|
static PersistentResourceServiceClient |
create(PersistentResourceServiceSettings settings)
Constructs an instance of PersistentResourceServiceClient, using the given settings.
|
static PersistentResourceServiceClient |
create(PersistentResourceServiceStub stub)
Constructs an instance of PersistentResourceServiceClient, using the given stub for making
calls.
|
com.google.api.gax.longrunning.OperationFuture<PersistentResource,CreatePersistentResourceOperationMetadata> |
createPersistentResourceAsync(CreatePersistentResourceRequest request)
Creates a PersistentResource.
|
com.google.api.gax.longrunning.OperationFuture<PersistentResource,CreatePersistentResourceOperationMetadata> |
createPersistentResourceAsync(LocationName parent,
PersistentResource persistentResource,
String persistentResourceId)
Creates a PersistentResource.
|
com.google.api.gax.longrunning.OperationFuture<PersistentResource,CreatePersistentResourceOperationMetadata> |
createPersistentResourceAsync(String parent,
PersistentResource persistentResource,
String persistentResourceId)
Creates a PersistentResource.
|
com.google.api.gax.rpc.UnaryCallable<CreatePersistentResourceRequest,com.google.longrunning.Operation> |
createPersistentResourceCallable()
Creates a PersistentResource.
|
com.google.api.gax.rpc.OperationCallable<CreatePersistentResourceRequest,PersistentResource,CreatePersistentResourceOperationMetadata> |
createPersistentResourceOperationCallable()
Creates a PersistentResource.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
deletePersistentResourceAsync(DeletePersistentResourceRequest request)
Deletes a PersistentResource.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
deletePersistentResourceAsync(PersistentResourceName name)
Deletes a PersistentResource.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
deletePersistentResourceAsync(String name)
Deletes a PersistentResource.
|
com.google.api.gax.rpc.UnaryCallable<DeletePersistentResourceRequest,com.google.longrunning.Operation> |
deletePersistentResourceCallable()
Deletes a PersistentResource.
|
com.google.api.gax.rpc.OperationCallable<DeletePersistentResourceRequest,com.google.protobuf.Empty,DeleteOperationMetadata> |
deletePersistentResourceOperationCallable()
Deletes a PersistentResource.
|
com.google.iam.v1.Policy |
getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request)
Gets the access control policy for a resource.
|
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicyCallable()
Gets the access control policy for a resource.
|
com.google.cloud.location.Location |
getLocation(com.google.cloud.location.GetLocationRequest request)
Gets information about a location.
|
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationCallable()
Gets information about a location.
|
com.google.longrunning.OperationsClient |
getOperationsClient()
Returns the OperationsClient that can be used to query the status of a long-running operation
returned by another API method call.
|
PersistentResource |
getPersistentResource(GetPersistentResourceRequest request)
Gets a PersistentResource.
|
PersistentResource |
getPersistentResource(PersistentResourceName name)
Gets a PersistentResource.
|
PersistentResource |
getPersistentResource(String name)
Gets a PersistentResource.
|
com.google.api.gax.rpc.UnaryCallable<GetPersistentResourceRequest,PersistentResource> |
getPersistentResourceCallable()
Gets a PersistentResource.
|
PersistentResourceServiceSettings |
getSettings() |
PersistentResourceServiceStub |
getStub() |
boolean |
isShutdown() |
boolean |
isTerminated() |
PersistentResourceServiceClient.ListLocationsPagedResponse |
listLocations(com.google.cloud.location.ListLocationsRequest request)
Lists information about the supported locations for this service.
|
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
listLocationsCallable()
Lists information about the supported locations for this service.
|
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,PersistentResourceServiceClient.ListLocationsPagedResponse> |
listLocationsPagedCallable()
Lists information about the supported locations for this service.
|
PersistentResourceServiceClient.ListPersistentResourcesPagedResponse |
listPersistentResources(ListPersistentResourcesRequest request)
Lists PersistentResources in a Location.
|
PersistentResourceServiceClient.ListPersistentResourcesPagedResponse |
listPersistentResources(LocationName parent)
Lists PersistentResources in a Location.
|
PersistentResourceServiceClient.ListPersistentResourcesPagedResponse |
listPersistentResources(String parent)
Lists PersistentResources in a Location.
|
com.google.api.gax.rpc.UnaryCallable<ListPersistentResourcesRequest,ListPersistentResourcesResponse> |
listPersistentResourcesCallable()
Lists PersistentResources in a Location.
|
com.google.api.gax.rpc.UnaryCallable<ListPersistentResourcesRequest,PersistentResourceServiceClient.ListPersistentResourcesPagedResponse> |
listPersistentResourcesPagedCallable()
Lists PersistentResources in a Location.
|
com.google.api.gax.longrunning.OperationFuture<PersistentResource,RebootPersistentResourceOperationMetadata> |
rebootPersistentResourceAsync(PersistentResourceName name)
Reboots a PersistentResource.
|
com.google.api.gax.longrunning.OperationFuture<PersistentResource,RebootPersistentResourceOperationMetadata> |
rebootPersistentResourceAsync(RebootPersistentResourceRequest request)
Reboots a PersistentResource.
|
com.google.api.gax.longrunning.OperationFuture<PersistentResource,RebootPersistentResourceOperationMetadata> |
rebootPersistentResourceAsync(String name)
Reboots a PersistentResource.
|
com.google.api.gax.rpc.UnaryCallable<RebootPersistentResourceRequest,com.google.longrunning.Operation> |
rebootPersistentResourceCallable()
Reboots a PersistentResource.
|
com.google.api.gax.rpc.OperationCallable<RebootPersistentResourceRequest,PersistentResource,RebootPersistentResourceOperationMetadata> |
rebootPersistentResourceOperationCallable()
Reboots a PersistentResource.
|
com.google.iam.v1.Policy |
setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request)
Sets the access control policy on the specified resource.
|
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicyCallable()
Sets the access control policy on the specified resource.
|
void |
shutdown() |
void |
shutdownNow() |
com.google.iam.v1.TestIamPermissionsResponse |
testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request)
Returns permissions that a caller has on the specified resource.
|
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsCallable()
Returns permissions that a caller has on the specified resource.
|
com.google.api.gax.longrunning.OperationFuture<PersistentResource,UpdatePersistentResourceOperationMetadata> |
updatePersistentResourceAsync(PersistentResource persistentResource,
com.google.protobuf.FieldMask updateMask)
Updates a PersistentResource.
|
com.google.api.gax.longrunning.OperationFuture<PersistentResource,UpdatePersistentResourceOperationMetadata> |
updatePersistentResourceAsync(UpdatePersistentResourceRequest request)
Updates a PersistentResource.
|
com.google.api.gax.rpc.UnaryCallable<UpdatePersistentResourceRequest,com.google.longrunning.Operation> |
updatePersistentResourceCallable()
Updates a PersistentResource.
|
com.google.api.gax.rpc.OperationCallable<UpdatePersistentResourceRequest,PersistentResource,UpdatePersistentResourceOperationMetadata> |
updatePersistentResourceOperationCallable()
Updates a PersistentResource.
|
protected PersistentResourceServiceClient(PersistentResourceServiceSettings settings) throws IOException
IOExceptionprotected PersistentResourceServiceClient(PersistentResourceServiceStub stub)
public static final PersistentResourceServiceClient create() throws IOException
IOExceptionpublic static final PersistentResourceServiceClient create(PersistentResourceServiceSettings settings) throws IOException
IOExceptionpublic static final PersistentResourceServiceClient create(PersistentResourceServiceStub stub)
public final PersistentResourceServiceSettings getSettings()
public PersistentResourceServiceStub getStub()
public final com.google.longrunning.OperationsClient getOperationsClient()
public final com.google.api.gax.longrunning.OperationFuture<PersistentResource,CreatePersistentResourceOperationMetadata> createPersistentResourceAsync(LocationName parent, PersistentResource persistentResource, String persistentResourceId)
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
PersistentResource persistentResource = PersistentResource.newBuilder().build();
String persistentResourceId = "persistentResourceId-2123080768";
PersistentResource response =
persistentResourceServiceClient
.createPersistentResourceAsync(parent, persistentResource, persistentResourceId)
.get();
}
parent - Required. The resource name of the Location to create the PersistentResource in.
Format: `projects/{project}/locations/{location}`persistentResource - Required. The PersistentResource to create.persistentResourceId - Required. The ID to use for the PersistentResource, which become
the final component of the PersistentResource's resource name.
The maximum length is 63 characters, and valid characters are `/^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/`.
com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<PersistentResource,CreatePersistentResourceOperationMetadata> createPersistentResourceAsync(String parent, PersistentResource persistentResource, String persistentResourceId)
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
PersistentResource persistentResource = PersistentResource.newBuilder().build();
String persistentResourceId = "persistentResourceId-2123080768";
PersistentResource response =
persistentResourceServiceClient
.createPersistentResourceAsync(parent, persistentResource, persistentResourceId)
.get();
}
parent - Required. The resource name of the Location to create the PersistentResource in.
Format: `projects/{project}/locations/{location}`persistentResource - Required. The PersistentResource to create.persistentResourceId - Required. The ID to use for the PersistentResource, which become
the final component of the PersistentResource's resource name.
The maximum length is 63 characters, and valid characters are `/^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/`.
com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<PersistentResource,CreatePersistentResourceOperationMetadata> createPersistentResourceAsync(CreatePersistentResourceRequest 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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
CreatePersistentResourceRequest request =
CreatePersistentResourceRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setPersistentResource(PersistentResource.newBuilder().build())
.setPersistentResourceId("persistentResourceId-2123080768")
.build();
PersistentResource response =
persistentResourceServiceClient.createPersistentResourceAsync(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<CreatePersistentResourceRequest,PersistentResource,CreatePersistentResourceOperationMetadata> createPersistentResourceOperationCallable()
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
CreatePersistentResourceRequest request =
CreatePersistentResourceRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setPersistentResource(PersistentResource.newBuilder().build())
.setPersistentResourceId("persistentResourceId-2123080768")
.build();
OperationFuture<PersistentResource, CreatePersistentResourceOperationMetadata> future =
persistentResourceServiceClient
.createPersistentResourceOperationCallable()
.futureCall(request);
// Do something.
PersistentResource response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<CreatePersistentResourceRequest,com.google.longrunning.Operation> createPersistentResourceCallable()
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
CreatePersistentResourceRequest request =
CreatePersistentResourceRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setPersistentResource(PersistentResource.newBuilder().build())
.setPersistentResourceId("persistentResourceId-2123080768")
.build();
ApiFuture<Operation> future =
persistentResourceServiceClient.createPersistentResourceCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final PersistentResource getPersistentResource(PersistentResourceName name)
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
PersistentResourceName name =
PersistentResourceName.of("[PROJECT]", "[LOCATION]", "[PERSISTENT_RESOURCE]");
PersistentResource response = persistentResourceServiceClient.getPersistentResource(name);
}
name - Required. The name of the PersistentResource resource. Format:
`projects/{project_id_or_number}/locations/{location_id}/persistentResources/{persistent_resource_id}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final PersistentResource getPersistentResource(String name)
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
String name =
PersistentResourceName.of("[PROJECT]", "[LOCATION]", "[PERSISTENT_RESOURCE]").toString();
PersistentResource response = persistentResourceServiceClient.getPersistentResource(name);
}
name - Required. The name of the PersistentResource resource. Format:
`projects/{project_id_or_number}/locations/{location_id}/persistentResources/{persistent_resource_id}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final PersistentResource getPersistentResource(GetPersistentResourceRequest 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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
GetPersistentResourceRequest request =
GetPersistentResourceRequest.newBuilder()
.setName(
PersistentResourceName.of("[PROJECT]", "[LOCATION]", "[PERSISTENT_RESOURCE]")
.toString())
.build();
PersistentResource response = persistentResourceServiceClient.getPersistentResource(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<GetPersistentResourceRequest,PersistentResource> getPersistentResourceCallable()
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
GetPersistentResourceRequest request =
GetPersistentResourceRequest.newBuilder()
.setName(
PersistentResourceName.of("[PROJECT]", "[LOCATION]", "[PERSISTENT_RESOURCE]")
.toString())
.build();
ApiFuture<PersistentResource> future =
persistentResourceServiceClient.getPersistentResourceCallable().futureCall(request);
// Do something.
PersistentResource response = future.get();
}
public final PersistentResourceServiceClient.ListPersistentResourcesPagedResponse listPersistentResources(LocationName parent)
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
for (PersistentResource element :
persistentResourceServiceClient.listPersistentResources(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. The resource name of the Location to list the PersistentResources from.
Format: `projects/{project}/locations/{location}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final PersistentResourceServiceClient.ListPersistentResourcesPagedResponse listPersistentResources(String parent)
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
for (PersistentResource element :
persistentResourceServiceClient.listPersistentResources(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. The resource name of the Location to list the PersistentResources from.
Format: `projects/{project}/locations/{location}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final PersistentResourceServiceClient.ListPersistentResourcesPagedResponse listPersistentResources(ListPersistentResourcesRequest 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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
ListPersistentResourcesRequest request =
ListPersistentResourcesRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
for (PersistentResource element :
persistentResourceServiceClient.listPersistentResources(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<ListPersistentResourcesRequest,PersistentResourceServiceClient.ListPersistentResourcesPagedResponse> listPersistentResourcesPagedCallable()
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
ListPersistentResourcesRequest request =
ListPersistentResourcesRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
ApiFuture<PersistentResource> future =
persistentResourceServiceClient
.listPersistentResourcesPagedCallable()
.futureCall(request);
// Do something.
for (PersistentResource element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
public final com.google.api.gax.rpc.UnaryCallable<ListPersistentResourcesRequest,ListPersistentResourcesResponse> listPersistentResourcesCallable()
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
ListPersistentResourcesRequest request =
ListPersistentResourcesRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
while (true) {
ListPersistentResourcesResponse response =
persistentResourceServiceClient.listPersistentResourcesCallable().call(request);
for (PersistentResource element : response.getPersistentResourcesList()) {
// 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<com.google.protobuf.Empty,DeleteOperationMetadata> deletePersistentResourceAsync(PersistentResourceName name)
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
PersistentResourceName name =
PersistentResourceName.of("[PROJECT]", "[LOCATION]", "[PERSISTENT_RESOURCE]");
persistentResourceServiceClient.deletePersistentResourceAsync(name).get();
}
name - Required. The name of the PersistentResource to be deleted. Format:
`projects/{project}/locations/{location}/persistentResources/{persistent_resource}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deletePersistentResourceAsync(String name)
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
String name =
PersistentResourceName.of("[PROJECT]", "[LOCATION]", "[PERSISTENT_RESOURCE]").toString();
persistentResourceServiceClient.deletePersistentResourceAsync(name).get();
}
name - Required. The name of the PersistentResource to be deleted. Format:
`projects/{project}/locations/{location}/persistentResources/{persistent_resource}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deletePersistentResourceAsync(DeletePersistentResourceRequest 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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
DeletePersistentResourceRequest request =
DeletePersistentResourceRequest.newBuilder()
.setName(
PersistentResourceName.of("[PROJECT]", "[LOCATION]", "[PERSISTENT_RESOURCE]")
.toString())
.build();
persistentResourceServiceClient.deletePersistentResourceAsync(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<DeletePersistentResourceRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deletePersistentResourceOperationCallable()
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
DeletePersistentResourceRequest request =
DeletePersistentResourceRequest.newBuilder()
.setName(
PersistentResourceName.of("[PROJECT]", "[LOCATION]", "[PERSISTENT_RESOURCE]")
.toString())
.build();
OperationFuture<Empty, DeleteOperationMetadata> future =
persistentResourceServiceClient
.deletePersistentResourceOperationCallable()
.futureCall(request);
// Do something.
future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<DeletePersistentResourceRequest,com.google.longrunning.Operation> deletePersistentResourceCallable()
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
DeletePersistentResourceRequest request =
DeletePersistentResourceRequest.newBuilder()
.setName(
PersistentResourceName.of("[PROJECT]", "[LOCATION]", "[PERSISTENT_RESOURCE]")
.toString())
.build();
ApiFuture<Operation> future =
persistentResourceServiceClient.deletePersistentResourceCallable().futureCall(request);
// Do something.
future.get();
}
public final com.google.api.gax.longrunning.OperationFuture<PersistentResource,UpdatePersistentResourceOperationMetadata> updatePersistentResourceAsync(PersistentResource persistentResource, com.google.protobuf.FieldMask updateMask)
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
PersistentResource persistentResource = PersistentResource.newBuilder().build();
FieldMask updateMask = FieldMask.newBuilder().build();
PersistentResource response =
persistentResourceServiceClient
.updatePersistentResourceAsync(persistentResource, updateMask)
.get();
}
persistentResource - Required. The PersistentResource to update.
The PersistentResource's `name` field is used to identify the PersistentResource to update. Format: `projects/{project}/locations/{location}/persistentResources/{persistent_resource}`
updateMask - Required. Specify the fields to be overwritten in the PersistentResource by
the update method.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<PersistentResource,UpdatePersistentResourceOperationMetadata> updatePersistentResourceAsync(UpdatePersistentResourceRequest 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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
UpdatePersistentResourceRequest request =
UpdatePersistentResourceRequest.newBuilder()
.setPersistentResource(PersistentResource.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
PersistentResource response =
persistentResourceServiceClient.updatePersistentResourceAsync(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<UpdatePersistentResourceRequest,PersistentResource,UpdatePersistentResourceOperationMetadata> updatePersistentResourceOperationCallable()
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
UpdatePersistentResourceRequest request =
UpdatePersistentResourceRequest.newBuilder()
.setPersistentResource(PersistentResource.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
OperationFuture<PersistentResource, UpdatePersistentResourceOperationMetadata> future =
persistentResourceServiceClient
.updatePersistentResourceOperationCallable()
.futureCall(request);
// Do something.
PersistentResource response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<UpdatePersistentResourceRequest,com.google.longrunning.Operation> updatePersistentResourceCallable()
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
UpdatePersistentResourceRequest request =
UpdatePersistentResourceRequest.newBuilder()
.setPersistentResource(PersistentResource.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
ApiFuture<Operation> future =
persistentResourceServiceClient.updatePersistentResourceCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final com.google.api.gax.longrunning.OperationFuture<PersistentResource,RebootPersistentResourceOperationMetadata> rebootPersistentResourceAsync(PersistentResourceName name)
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
PersistentResourceName name =
PersistentResourceName.of("[PROJECT]", "[LOCATION]", "[PERSISTENT_RESOURCE]");
PersistentResource response =
persistentResourceServiceClient.rebootPersistentResourceAsync(name).get();
}
name - Required. The name of the PersistentResource resource. Format:
`projects/{project_id_or_number}/locations/{location_id}/persistentResources/{persistent_resource_id}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<PersistentResource,RebootPersistentResourceOperationMetadata> rebootPersistentResourceAsync(String name)
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
String name =
PersistentResourceName.of("[PROJECT]", "[LOCATION]", "[PERSISTENT_RESOURCE]").toString();
PersistentResource response =
persistentResourceServiceClient.rebootPersistentResourceAsync(name).get();
}
name - Required. The name of the PersistentResource resource. Format:
`projects/{project_id_or_number}/locations/{location_id}/persistentResources/{persistent_resource_id}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<PersistentResource,RebootPersistentResourceOperationMetadata> rebootPersistentResourceAsync(RebootPersistentResourceRequest 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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
RebootPersistentResourceRequest request =
RebootPersistentResourceRequest.newBuilder()
.setName(
PersistentResourceName.of("[PROJECT]", "[LOCATION]", "[PERSISTENT_RESOURCE]")
.toString())
.build();
PersistentResource response =
persistentResourceServiceClient.rebootPersistentResourceAsync(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<RebootPersistentResourceRequest,PersistentResource,RebootPersistentResourceOperationMetadata> rebootPersistentResourceOperationCallable()
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
RebootPersistentResourceRequest request =
RebootPersistentResourceRequest.newBuilder()
.setName(
PersistentResourceName.of("[PROJECT]", "[LOCATION]", "[PERSISTENT_RESOURCE]")
.toString())
.build();
OperationFuture<PersistentResource, RebootPersistentResourceOperationMetadata> future =
persistentResourceServiceClient
.rebootPersistentResourceOperationCallable()
.futureCall(request);
// Do something.
PersistentResource response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<RebootPersistentResourceRequest,com.google.longrunning.Operation> rebootPersistentResourceCallable()
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
RebootPersistentResourceRequest request =
RebootPersistentResourceRequest.newBuilder()
.setName(
PersistentResourceName.of("[PROJECT]", "[LOCATION]", "[PERSISTENT_RESOURCE]")
.toString())
.build();
ApiFuture<Operation> future =
persistentResourceServiceClient.rebootPersistentResourceCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final PersistentResourceServiceClient.ListLocationsPagedResponse listLocations(com.google.cloud.location.ListLocationsRequest 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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
ListLocationsRequest request =
ListLocationsRequest.newBuilder()
.setName("name3373707")
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
for (Location element : persistentResourceServiceClient.listLocations(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<com.google.cloud.location.ListLocationsRequest,PersistentResourceServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
ListLocationsRequest request =
ListLocationsRequest.newBuilder()
.setName("name3373707")
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
ApiFuture<Location> future =
persistentResourceServiceClient.listLocationsPagedCallable().futureCall(request);
// Do something.
for (Location element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
public final com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
ListLocationsRequest request =
ListLocationsRequest.newBuilder()
.setName("name3373707")
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
while (true) {
ListLocationsResponse response =
persistentResourceServiceClient.listLocationsCallable().call(request);
for (Location element : response.getLocationsList()) {
// doThingsWith(element);
}
String nextPageToken = response.getNextPageToken();
if (!Strings.isNullOrEmpty(nextPageToken)) {
request = request.toBuilder().setPageToken(nextPageToken).build();
} else {
break;
}
}
}
public final com.google.cloud.location.Location getLocation(com.google.cloud.location.GetLocationRequest 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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
GetLocationRequest request = GetLocationRequest.newBuilder().setName("name3373707").build();
Location response = persistentResourceServiceClient.getLocation(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<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
GetLocationRequest request = GetLocationRequest.newBuilder().setName("name3373707").build();
ApiFuture<Location> future =
persistentResourceServiceClient.getLocationCallable().futureCall(request);
// Do something.
Location response = future.get();
}
public final com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request)
Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`errors.
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
SetIamPolicyRequest request =
SetIamPolicyRequest.newBuilder()
.setResource(
EndpointName.ofProjectLocationEndpointName(
"[PROJECT]", "[LOCATION]", "[ENDPOINT]")
.toString())
.setPolicy(Policy.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
Policy response = persistentResourceServiceClient.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<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`errors.
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
SetIamPolicyRequest request =
SetIamPolicyRequest.newBuilder()
.setResource(
EndpointName.ofProjectLocationEndpointName(
"[PROJECT]", "[LOCATION]", "[ENDPOINT]")
.toString())
.setPolicy(Policy.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
ApiFuture<Policy> future =
persistentResourceServiceClient.setIamPolicyCallable().futureCall(request);
// Do something.
Policy response = future.get();
}
public final com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest 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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
GetIamPolicyRequest request =
GetIamPolicyRequest.newBuilder()
.setResource(
EndpointName.ofProjectLocationEndpointName(
"[PROJECT]", "[LOCATION]", "[ENDPOINT]")
.toString())
.setOptions(GetPolicyOptions.newBuilder().build())
.build();
Policy response = persistentResourceServiceClient.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<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
GetIamPolicyRequest request =
GetIamPolicyRequest.newBuilder()
.setResource(
EndpointName.ofProjectLocationEndpointName(
"[PROJECT]", "[LOCATION]", "[ENDPOINT]")
.toString())
.setOptions(GetPolicyOptions.newBuilder().build())
.build();
ApiFuture<Policy> future =
persistentResourceServiceClient.getIamPolicyCallable().futureCall(request);
// Do something.
Policy response = future.get();
}
public final com.google.iam.v1.TestIamPermissionsResponse testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request)
Note: This operation is designed to be used for buildingpermission-aware UIs and command-line tools, not for authorizationchecking. This operation may "fail open" without warning.
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
TestIamPermissionsRequest request =
TestIamPermissionsRequest.newBuilder()
.setResource(
EndpointName.ofProjectLocationEndpointName(
"[PROJECT]", "[LOCATION]", "[ENDPOINT]")
.toString())
.addAllPermissions(new ArrayList<String>())
.build();
TestIamPermissionsResponse response =
persistentResourceServiceClient.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<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
Note: This operation is designed to be used for buildingpermission-aware UIs and command-line tools, not for authorizationchecking. This operation may "fail open" without warning.
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 (PersistentResourceServiceClient persistentResourceServiceClient =
PersistentResourceServiceClient.create()) {
TestIamPermissionsRequest request =
TestIamPermissionsRequest.newBuilder()
.setResource(
EndpointName.ofProjectLocationEndpointName(
"[PROJECT]", "[LOCATION]", "[ENDPOINT]")
.toString())
.addAllPermissions(new ArrayList<String>())
.build();
ApiFuture<TestIamPermissionsResponse> future =
persistentResourceServiceClient.testIamPermissionsCallable().futureCall(request);
// Do something.
TestIamPermissionsResponse 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.