@Generated(value="by gapic-generator-java") public class RegionInstantSnapshotsClient 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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
String project = "project-309310695";
String region = "region-934795532";
String instantSnapshot = "instantSnapshot800321221";
InstantSnapshot response = regionInstantSnapshotsClient.get(project, region, instantSnapshot);
}
Note: close() needs to be called on the RegionInstantSnapshotsClient 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 |
|---|---|---|
Delete |
Deletes the specified InstantSnapshot resource. Keep in mind that deleting a single instantSnapshot might not necessarily delete all the data on that instantSnapshot. If any data on the instantSnapshot that is marked for deletion is needed for subsequent instantSnapshots, the data will be moved to the next corresponding instantSnapshot. For more information, see Deleting instantSnapshots. |
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 the specified InstantSnapshot resource in the specified region. |
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 an instant snapshot in the specified region. |
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 the list of InstantSnapshot resources contained within the specified region. |
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.
|
SetLabels |
Sets the labels on a instantSnapshot in the given region. To learn more about labels, read the Labeling Resources documentation. |
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.
|
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.
|
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 RegionInstantSnapshotsSettings 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
RegionInstantSnapshotsSettings regionInstantSnapshotsSettings =
RegionInstantSnapshotsSettings.newBuilder()
.setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
.build();
RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create(regionInstantSnapshotsSettings);
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
RegionInstantSnapshotsSettings regionInstantSnapshotsSettings =
RegionInstantSnapshotsSettings.newBuilder().setEndpoint(myEndpoint).build();
RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create(regionInstantSnapshotsSettings);
Please refer to the GitHub repository's samples for more quickstart code snippets.
| Modifier and Type | Class and Description |
|---|---|
static class |
RegionInstantSnapshotsClient.ListFixedSizeCollection |
static class |
RegionInstantSnapshotsClient.ListPage |
static class |
RegionInstantSnapshotsClient.ListPagedResponse |
| Modifier | Constructor and Description |
|---|---|
protected |
RegionInstantSnapshotsClient(RegionInstantSnapshotsSettings settings)
Constructs an instance of RegionInstantSnapshotsClient, using the given settings.
|
protected |
RegionInstantSnapshotsClient(RegionInstantSnapshotsStub stub) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static RegionInstantSnapshotsClient |
create()
Constructs an instance of RegionInstantSnapshotsClient with default settings.
|
static RegionInstantSnapshotsClient |
create(RegionInstantSnapshotsSettings settings)
Constructs an instance of RegionInstantSnapshotsClient, using the given settings.
|
static RegionInstantSnapshotsClient |
create(RegionInstantSnapshotsStub stub)
Constructs an instance of RegionInstantSnapshotsClient, using the given stub for making calls.
|
com.google.api.gax.longrunning.OperationFuture<Operation,Operation> |
deleteAsync(DeleteRegionInstantSnapshotRequest request)
Deletes the specified InstantSnapshot resource.
|
com.google.api.gax.longrunning.OperationFuture<Operation,Operation> |
deleteAsync(String project,
String region,
String instantSnapshot)
Deletes the specified InstantSnapshot resource.
|
com.google.api.gax.rpc.UnaryCallable<DeleteRegionInstantSnapshotRequest,Operation> |
deleteCallable()
Deletes the specified InstantSnapshot resource.
|
com.google.api.gax.rpc.OperationCallable<DeleteRegionInstantSnapshotRequest,Operation,Operation> |
deleteOperationCallable()
Deletes the specified InstantSnapshot resource.
|
InstantSnapshot |
get(GetRegionInstantSnapshotRequest request)
Returns the specified InstantSnapshot resource in the specified region.
|
InstantSnapshot |
get(String project,
String region,
String instantSnapshot)
Returns the specified InstantSnapshot resource in the specified region.
|
com.google.api.gax.rpc.UnaryCallable<GetRegionInstantSnapshotRequest,InstantSnapshot> |
getCallable()
Returns the specified InstantSnapshot resource in the specified region.
|
Policy |
getIamPolicy(GetIamPolicyRegionInstantSnapshotRequest request)
Gets the access control policy for a resource.
|
Policy |
getIamPolicy(String project,
String region,
String resource)
Gets the access control policy for a resource.
|
com.google.api.gax.rpc.UnaryCallable<GetIamPolicyRegionInstantSnapshotRequest,Policy> |
getIamPolicyCallable()
Gets the access control policy for a resource.
|
RegionInstantSnapshotsSettings |
getSettings() |
RegionInstantSnapshotsStub |
getStub() |
com.google.api.gax.longrunning.OperationFuture<Operation,Operation> |
insertAsync(InsertRegionInstantSnapshotRequest request)
Creates an instant snapshot in the specified region.
|
com.google.api.gax.longrunning.OperationFuture<Operation,Operation> |
insertAsync(String project,
String region,
InstantSnapshot instantSnapshotResource)
Creates an instant snapshot in the specified region.
|
com.google.api.gax.rpc.UnaryCallable<InsertRegionInstantSnapshotRequest,Operation> |
insertCallable()
Creates an instant snapshot in the specified region.
|
com.google.api.gax.rpc.OperationCallable<InsertRegionInstantSnapshotRequest,Operation,Operation> |
insertOperationCallable()
Creates an instant snapshot in the specified region.
|
boolean |
isShutdown() |
boolean |
isTerminated() |
RegionInstantSnapshotsClient.ListPagedResponse |
list(ListRegionInstantSnapshotsRequest request)
Retrieves the list of InstantSnapshot resources contained within the specified region.
|
RegionInstantSnapshotsClient.ListPagedResponse |
list(String project,
String region)
Retrieves the list of InstantSnapshot resources contained within the specified region.
|
com.google.api.gax.rpc.UnaryCallable<ListRegionInstantSnapshotsRequest,InstantSnapshotList> |
listCallable()
Retrieves the list of InstantSnapshot resources contained within the specified region.
|
com.google.api.gax.rpc.UnaryCallable<ListRegionInstantSnapshotsRequest,RegionInstantSnapshotsClient.ListPagedResponse> |
listPagedCallable()
Retrieves the list of InstantSnapshot resources contained within the specified region.
|
Policy |
setIamPolicy(SetIamPolicyRegionInstantSnapshotRequest request)
Sets the access control policy on the specified resource.
|
Policy |
setIamPolicy(String project,
String region,
String resource,
RegionSetPolicyRequest regionSetPolicyRequestResource)
Sets the access control policy on the specified resource.
|
com.google.api.gax.rpc.UnaryCallable<SetIamPolicyRegionInstantSnapshotRequest,Policy> |
setIamPolicyCallable()
Sets the access control policy on the specified resource.
|
com.google.api.gax.longrunning.OperationFuture<Operation,Operation> |
setLabelsAsync(SetLabelsRegionInstantSnapshotRequest request)
Sets the labels on a instantSnapshot in the given region.
|
com.google.api.gax.longrunning.OperationFuture<Operation,Operation> |
setLabelsAsync(String project,
String region,
String resource,
RegionSetLabelsRequest regionSetLabelsRequestResource)
Sets the labels on a instantSnapshot in the given region.
|
com.google.api.gax.rpc.UnaryCallable<SetLabelsRegionInstantSnapshotRequest,Operation> |
setLabelsCallable()
Sets the labels on a instantSnapshot in the given region.
|
com.google.api.gax.rpc.OperationCallable<SetLabelsRegionInstantSnapshotRequest,Operation,Operation> |
setLabelsOperationCallable()
Sets the labels on a instantSnapshot in the given region.
|
void |
shutdown() |
void |
shutdownNow() |
TestPermissionsResponse |
testIamPermissions(String project,
String region,
String resource,
TestPermissionsRequest testPermissionsRequestResource)
Returns permissions that a caller has on the specified resource.
|
TestPermissionsResponse |
testIamPermissions(TestIamPermissionsRegionInstantSnapshotRequest request)
Returns permissions that a caller has on the specified resource.
|
com.google.api.gax.rpc.UnaryCallable<TestIamPermissionsRegionInstantSnapshotRequest,TestPermissionsResponse> |
testIamPermissionsCallable()
Returns permissions that a caller has on the specified resource.
|
protected RegionInstantSnapshotsClient(RegionInstantSnapshotsSettings settings) throws IOException
IOExceptionprotected RegionInstantSnapshotsClient(RegionInstantSnapshotsStub stub)
public static final RegionInstantSnapshotsClient create() throws IOException
IOExceptionpublic static final RegionInstantSnapshotsClient create(RegionInstantSnapshotsSettings settings) throws IOException
IOExceptionpublic static final RegionInstantSnapshotsClient create(RegionInstantSnapshotsStub stub)
public final RegionInstantSnapshotsSettings getSettings()
public RegionInstantSnapshotsStub getStub()
public final com.google.api.gax.longrunning.OperationFuture<Operation,Operation> deleteAsync(String project, String region, String instantSnapshot)
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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
String project = "project-309310695";
String region = "region-934795532";
String instantSnapshot = "instantSnapshot800321221";
Operation response =
regionInstantSnapshotsClient.deleteAsync(project, region, instantSnapshot).get();
}
project - Project ID for this request.region - The name of the region for this request.instantSnapshot - Name of the InstantSnapshot resource to delete.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<Operation,Operation> deleteAsync(DeleteRegionInstantSnapshotRequest 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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
DeleteRegionInstantSnapshotRequest request =
DeleteRegionInstantSnapshotRequest.newBuilder()
.setInstantSnapshot("instantSnapshot800321221")
.setProject("project-309310695")
.setRegion("region-934795532")
.setRequestId("requestId693933066")
.build();
Operation response = regionInstantSnapshotsClient.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<DeleteRegionInstantSnapshotRequest,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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
DeleteRegionInstantSnapshotRequest request =
DeleteRegionInstantSnapshotRequest.newBuilder()
.setInstantSnapshot("instantSnapshot800321221")
.setProject("project-309310695")
.setRegion("region-934795532")
.setRequestId("requestId693933066")
.build();
OperationFuture<Operation, Operation> future =
regionInstantSnapshotsClient.deleteOperationCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<DeleteRegionInstantSnapshotRequest,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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
DeleteRegionInstantSnapshotRequest request =
DeleteRegionInstantSnapshotRequest.newBuilder()
.setInstantSnapshot("instantSnapshot800321221")
.setProject("project-309310695")
.setRegion("region-934795532")
.setRequestId("requestId693933066")
.build();
ApiFuture<Operation> future =
regionInstantSnapshotsClient.deleteCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final InstantSnapshot get(String project, String region, String instantSnapshot)
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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
String project = "project-309310695";
String region = "region-934795532";
String instantSnapshot = "instantSnapshot800321221";
InstantSnapshot response = regionInstantSnapshotsClient.get(project, region, instantSnapshot);
}
project - Project ID for this request.region - The name of the region for this request.instantSnapshot - Name of the InstantSnapshot resource to return.com.google.api.gax.rpc.ApiException - if the remote call failspublic final InstantSnapshot get(GetRegionInstantSnapshotRequest 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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
GetRegionInstantSnapshotRequest request =
GetRegionInstantSnapshotRequest.newBuilder()
.setInstantSnapshot("instantSnapshot800321221")
.setProject("project-309310695")
.setRegion("region-934795532")
.build();
InstantSnapshot response = regionInstantSnapshotsClient.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<GetRegionInstantSnapshotRequest,InstantSnapshot> 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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
GetRegionInstantSnapshotRequest request =
GetRegionInstantSnapshotRequest.newBuilder()
.setInstantSnapshot("instantSnapshot800321221")
.setProject("project-309310695")
.setRegion("region-934795532")
.build();
ApiFuture<InstantSnapshot> future =
regionInstantSnapshotsClient.getCallable().futureCall(request);
// Do something.
InstantSnapshot response = future.get();
}
public final Policy getIamPolicy(String project, String region, 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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
String project = "project-309310695";
String region = "region-934795532";
String resource = "resource-341064690";
Policy response = regionInstantSnapshotsClient.getIamPolicy(project, region, resource);
}
project - Project ID for this request.region - The name of the region 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(GetIamPolicyRegionInstantSnapshotRequest 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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
GetIamPolicyRegionInstantSnapshotRequest request =
GetIamPolicyRegionInstantSnapshotRequest.newBuilder()
.setOptionsRequestedPolicyVersion(-574521795)
.setProject("project-309310695")
.setRegion("region-934795532")
.setResource("resource-341064690")
.build();
Policy response = regionInstantSnapshotsClient.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<GetIamPolicyRegionInstantSnapshotRequest,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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
GetIamPolicyRegionInstantSnapshotRequest request =
GetIamPolicyRegionInstantSnapshotRequest.newBuilder()
.setOptionsRequestedPolicyVersion(-574521795)
.setProject("project-309310695")
.setRegion("region-934795532")
.setResource("resource-341064690")
.build();
ApiFuture<Policy> future =
regionInstantSnapshotsClient.getIamPolicyCallable().futureCall(request);
// Do something.
Policy response = future.get();
}
public final com.google.api.gax.longrunning.OperationFuture<Operation,Operation> insertAsync(String project, String region, InstantSnapshot instantSnapshotResource)
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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
String project = "project-309310695";
String region = "region-934795532";
InstantSnapshot instantSnapshotResource = InstantSnapshot.newBuilder().build();
Operation response =
regionInstantSnapshotsClient.insertAsync(project, region, instantSnapshotResource).get();
}
project - Project ID for this request.region - Name of the region for this request.instantSnapshotResource - 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(InsertRegionInstantSnapshotRequest 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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
InsertRegionInstantSnapshotRequest request =
InsertRegionInstantSnapshotRequest.newBuilder()
.setInstantSnapshotResource(InstantSnapshot.newBuilder().build())
.setProject("project-309310695")
.setRegion("region-934795532")
.setRequestId("requestId693933066")
.build();
Operation response = regionInstantSnapshotsClient.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<InsertRegionInstantSnapshotRequest,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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
InsertRegionInstantSnapshotRequest request =
InsertRegionInstantSnapshotRequest.newBuilder()
.setInstantSnapshotResource(InstantSnapshot.newBuilder().build())
.setProject("project-309310695")
.setRegion("region-934795532")
.setRequestId("requestId693933066")
.build();
OperationFuture<Operation, Operation> future =
regionInstantSnapshotsClient.insertOperationCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<InsertRegionInstantSnapshotRequest,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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
InsertRegionInstantSnapshotRequest request =
InsertRegionInstantSnapshotRequest.newBuilder()
.setInstantSnapshotResource(InstantSnapshot.newBuilder().build())
.setProject("project-309310695")
.setRegion("region-934795532")
.setRequestId("requestId693933066")
.build();
ApiFuture<Operation> future =
regionInstantSnapshotsClient.insertCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final RegionInstantSnapshotsClient.ListPagedResponse list(String project, String region)
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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
String project = "project-309310695";
String region = "region-934795532";
for (InstantSnapshot element :
regionInstantSnapshotsClient.list(project, region).iterateAll()) {
// doThingsWith(element);
}
}
project - Project ID for this request.region - The name of the region for this request.com.google.api.gax.rpc.ApiException - if the remote call failspublic final RegionInstantSnapshotsClient.ListPagedResponse list(ListRegionInstantSnapshotsRequest 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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
ListRegionInstantSnapshotsRequest request =
ListRegionInstantSnapshotsRequest.newBuilder()
.setFilter("filter-1274492040")
.setMaxResults(1128457243)
.setOrderBy("orderBy-1207110587")
.setPageToken("pageToken873572522")
.setProject("project-309310695")
.setRegion("region-934795532")
.setReturnPartialSuccess(true)
.build();
for (InstantSnapshot element : regionInstantSnapshotsClient.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<ListRegionInstantSnapshotsRequest,RegionInstantSnapshotsClient.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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
ListRegionInstantSnapshotsRequest request =
ListRegionInstantSnapshotsRequest.newBuilder()
.setFilter("filter-1274492040")
.setMaxResults(1128457243)
.setOrderBy("orderBy-1207110587")
.setPageToken("pageToken873572522")
.setProject("project-309310695")
.setRegion("region-934795532")
.setReturnPartialSuccess(true)
.build();
ApiFuture<InstantSnapshot> future =
regionInstantSnapshotsClient.listPagedCallable().futureCall(request);
// Do something.
for (InstantSnapshot element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
public final com.google.api.gax.rpc.UnaryCallable<ListRegionInstantSnapshotsRequest,InstantSnapshotList> 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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
ListRegionInstantSnapshotsRequest request =
ListRegionInstantSnapshotsRequest.newBuilder()
.setFilter("filter-1274492040")
.setMaxResults(1128457243)
.setOrderBy("orderBy-1207110587")
.setPageToken("pageToken873572522")
.setProject("project-309310695")
.setRegion("region-934795532")
.setReturnPartialSuccess(true)
.build();
while (true) {
InstantSnapshotList response = regionInstantSnapshotsClient.listCallable().call(request);
for (InstantSnapshot 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 region, String resource, RegionSetPolicyRequest regionSetPolicyRequestResource)
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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
String project = "project-309310695";
String region = "region-934795532";
String resource = "resource-341064690";
RegionSetPolicyRequest regionSetPolicyRequestResource =
RegionSetPolicyRequest.newBuilder().build();
Policy response =
regionInstantSnapshotsClient.setIamPolicy(
project, region, resource, regionSetPolicyRequestResource);
}
project - Project ID for this request.region - The name of the region for this request.resource - Name or id of the resource for this request.regionSetPolicyRequestResource - The body resource for this requestcom.google.api.gax.rpc.ApiException - if the remote call failspublic final Policy setIamPolicy(SetIamPolicyRegionInstantSnapshotRequest 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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
SetIamPolicyRegionInstantSnapshotRequest request =
SetIamPolicyRegionInstantSnapshotRequest.newBuilder()
.setProject("project-309310695")
.setRegion("region-934795532")
.setRegionSetPolicyRequestResource(RegionSetPolicyRequest.newBuilder().build())
.setResource("resource-341064690")
.build();
Policy response = regionInstantSnapshotsClient.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<SetIamPolicyRegionInstantSnapshotRequest,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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
SetIamPolicyRegionInstantSnapshotRequest request =
SetIamPolicyRegionInstantSnapshotRequest.newBuilder()
.setProject("project-309310695")
.setRegion("region-934795532")
.setRegionSetPolicyRequestResource(RegionSetPolicyRequest.newBuilder().build())
.setResource("resource-341064690")
.build();
ApiFuture<Policy> future =
regionInstantSnapshotsClient.setIamPolicyCallable().futureCall(request);
// Do something.
Policy response = future.get();
}
public final com.google.api.gax.longrunning.OperationFuture<Operation,Operation> setLabelsAsync(String project, String region, String resource, RegionSetLabelsRequest regionSetLabelsRequestResource)
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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
String project = "project-309310695";
String region = "region-934795532";
String resource = "resource-341064690";
RegionSetLabelsRequest regionSetLabelsRequestResource =
RegionSetLabelsRequest.newBuilder().build();
Operation response =
regionInstantSnapshotsClient
.setLabelsAsync(project, region, resource, regionSetLabelsRequestResource)
.get();
}
project - Project ID for this request.region - The region for this request.resource - Name or id of the resource for this request.regionSetLabelsRequestResource - 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> setLabelsAsync(SetLabelsRegionInstantSnapshotRequest 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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
SetLabelsRegionInstantSnapshotRequest request =
SetLabelsRegionInstantSnapshotRequest.newBuilder()
.setProject("project-309310695")
.setRegion("region-934795532")
.setRegionSetLabelsRequestResource(RegionSetLabelsRequest.newBuilder().build())
.setRequestId("requestId693933066")
.setResource("resource-341064690")
.build();
Operation response = regionInstantSnapshotsClient.setLabelsAsync(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<SetLabelsRegionInstantSnapshotRequest,Operation,Operation> setLabelsOperationCallable()
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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
SetLabelsRegionInstantSnapshotRequest request =
SetLabelsRegionInstantSnapshotRequest.newBuilder()
.setProject("project-309310695")
.setRegion("region-934795532")
.setRegionSetLabelsRequestResource(RegionSetLabelsRequest.newBuilder().build())
.setRequestId("requestId693933066")
.setResource("resource-341064690")
.build();
OperationFuture<Operation, Operation> future =
regionInstantSnapshotsClient.setLabelsOperationCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<SetLabelsRegionInstantSnapshotRequest,Operation> setLabelsCallable()
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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
SetLabelsRegionInstantSnapshotRequest request =
SetLabelsRegionInstantSnapshotRequest.newBuilder()
.setProject("project-309310695")
.setRegion("region-934795532")
.setRegionSetLabelsRequestResource(RegionSetLabelsRequest.newBuilder().build())
.setRequestId("requestId693933066")
.setResource("resource-341064690")
.build();
ApiFuture<Operation> future =
regionInstantSnapshotsClient.setLabelsCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final TestPermissionsResponse testIamPermissions(String project, String region, 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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
String project = "project-309310695";
String region = "region-934795532";
String resource = "resource-341064690";
TestPermissionsRequest testPermissionsRequestResource =
TestPermissionsRequest.newBuilder().build();
TestPermissionsResponse response =
regionInstantSnapshotsClient.testIamPermissions(
project, region, resource, testPermissionsRequestResource);
}
project - Project ID for this request.region - The name of the region 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(TestIamPermissionsRegionInstantSnapshotRequest 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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
TestIamPermissionsRegionInstantSnapshotRequest request =
TestIamPermissionsRegionInstantSnapshotRequest.newBuilder()
.setProject("project-309310695")
.setRegion("region-934795532")
.setResource("resource-341064690")
.setTestPermissionsRequestResource(TestPermissionsRequest.newBuilder().build())
.build();
TestPermissionsResponse response = regionInstantSnapshotsClient.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<TestIamPermissionsRegionInstantSnapshotRequest,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 (RegionInstantSnapshotsClient regionInstantSnapshotsClient =
RegionInstantSnapshotsClient.create()) {
TestIamPermissionsRegionInstantSnapshotRequest request =
TestIamPermissionsRegionInstantSnapshotRequest.newBuilder()
.setProject("project-309310695")
.setRegion("region-934795532")
.setResource("resource-341064690")
.setTestPermissionsRequestResource(TestPermissionsRequest.newBuilder().build())
.build();
ApiFuture<TestPermissionsResponse> future =
regionInstantSnapshotsClient.testIamPermissionsCallable().futureCall(request);
// Do something.
TestPermissionsResponse 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.