@Generated(value="by gapic-generator-java") public class TargetInstancesClient 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 (TargetInstancesClient targetInstancesClient = TargetInstancesClient.create()) {
String project = "project-309310695";
String zone = "zone3744684";
String targetInstance = "targetInstance-1036957370";
TargetInstance response = targetInstancesClient.get(project, zone, targetInstance);
}
Note: close() needs to be called on the TargetInstancesClient object to clean up resources such as threads. In the example above, try-with-resources is used, which automatically calls close().
| Method | Description | Method Variants |
|---|---|---|
AggregatedList |
Retrieves an aggregated list of target instances. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
Delete |
Deletes the specified TargetInstance resource. |
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 TargetInstance 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.
|
Insert |
Creates a TargetInstance resource in the specified project and zone using the data included in the request. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
List |
Retrieves a list of TargetInstance resources available to the specified project and zone. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
SetSecurityPolicy |
Sets the Google Cloud Armor security policy for the specified target instance. For more information, see Google Cloud Armor Overview |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
See the individual methods for example code.
Many parameters require resource names to be formatted in a particular way. To assist with these names, this class includes a format method for each type of name, and additionally a parse method to extract the individual identifiers contained within names that are returned.
This class can be customized by passing in a custom instance of TargetInstancesSettings 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
TargetInstancesSettings targetInstancesSettings =
TargetInstancesSettings.newBuilder()
.setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
.build();
TargetInstancesClient targetInstancesClient =
TargetInstancesClient.create(targetInstancesSettings);
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
TargetInstancesSettings targetInstancesSettings =
TargetInstancesSettings.newBuilder().setEndpoint(myEndpoint).build();
TargetInstancesClient targetInstancesClient =
TargetInstancesClient.create(targetInstancesSettings);
Please refer to the GitHub repository's samples for more quickstart code snippets.
| Modifier and Type | Class and Description |
|---|---|
static class |
TargetInstancesClient.AggregatedListFixedSizeCollection |
static class |
TargetInstancesClient.AggregatedListPage |
static class |
TargetInstancesClient.AggregatedListPagedResponse |
static class |
TargetInstancesClient.ListFixedSizeCollection |
static class |
TargetInstancesClient.ListPage |
static class |
TargetInstancesClient.ListPagedResponse |
| Modifier | Constructor and Description |
|---|---|
protected |
TargetInstancesClient(TargetInstancesSettings settings)
Constructs an instance of TargetInstancesClient, using the given settings.
|
protected |
TargetInstancesClient(TargetInstancesStub stub) |
| Modifier and Type | Method and Description |
|---|---|
TargetInstancesClient.AggregatedListPagedResponse |
aggregatedList(AggregatedListTargetInstancesRequest request)
Retrieves an aggregated list of target instances.
|
TargetInstancesClient.AggregatedListPagedResponse |
aggregatedList(String project)
Retrieves an aggregated list of target instances.
|
com.google.api.gax.rpc.UnaryCallable<AggregatedListTargetInstancesRequest,TargetInstanceAggregatedList> |
aggregatedListCallable()
Retrieves an aggregated list of target instances.
|
com.google.api.gax.rpc.UnaryCallable<AggregatedListTargetInstancesRequest,TargetInstancesClient.AggregatedListPagedResponse> |
aggregatedListPagedCallable()
Retrieves an aggregated list of target instances.
|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static TargetInstancesClient |
create()
Constructs an instance of TargetInstancesClient with default settings.
|
static TargetInstancesClient |
create(TargetInstancesSettings settings)
Constructs an instance of TargetInstancesClient, using the given settings.
|
static TargetInstancesClient |
create(TargetInstancesStub stub)
Constructs an instance of TargetInstancesClient, using the given stub for making calls.
|
com.google.api.gax.longrunning.OperationFuture<Operation,Operation> |
deleteAsync(DeleteTargetInstanceRequest request)
Deletes the specified TargetInstance resource.
|
com.google.api.gax.longrunning.OperationFuture<Operation,Operation> |
deleteAsync(String project,
String zone,
String targetInstance)
Deletes the specified TargetInstance resource.
|
com.google.api.gax.rpc.UnaryCallable<DeleteTargetInstanceRequest,Operation> |
deleteCallable()
Deletes the specified TargetInstance resource.
|
com.google.api.gax.rpc.OperationCallable<DeleteTargetInstanceRequest,Operation,Operation> |
deleteOperationCallable()
Deletes the specified TargetInstance resource.
|
TargetInstance |
get(GetTargetInstanceRequest request)
Returns the specified TargetInstance resource.
|
TargetInstance |
get(String project,
String zone,
String targetInstance)
Returns the specified TargetInstance resource.
|
com.google.api.gax.rpc.UnaryCallable<GetTargetInstanceRequest,TargetInstance> |
getCallable()
Returns the specified TargetInstance resource.
|
TargetInstancesSettings |
getSettings() |
TargetInstancesStub |
getStub() |
com.google.api.gax.longrunning.OperationFuture<Operation,Operation> |
insertAsync(InsertTargetInstanceRequest request)
Creates a TargetInstance resource in the specified project and zone using the data included in
the request.
|
com.google.api.gax.longrunning.OperationFuture<Operation,Operation> |
insertAsync(String project,
String zone,
TargetInstance targetInstanceResource)
Creates a TargetInstance resource in the specified project and zone using the data included in
the request.
|
com.google.api.gax.rpc.UnaryCallable<InsertTargetInstanceRequest,Operation> |
insertCallable()
Creates a TargetInstance resource in the specified project and zone using the data included in
the request.
|
com.google.api.gax.rpc.OperationCallable<InsertTargetInstanceRequest,Operation,Operation> |
insertOperationCallable()
Creates a TargetInstance resource in the specified project and zone using the data included in
the request.
|
boolean |
isShutdown() |
boolean |
isTerminated() |
TargetInstancesClient.ListPagedResponse |
list(ListTargetInstancesRequest request)
Retrieves a list of TargetInstance resources available to the specified project and zone.
|
TargetInstancesClient.ListPagedResponse |
list(String project,
String zone)
Retrieves a list of TargetInstance resources available to the specified project and zone.
|
com.google.api.gax.rpc.UnaryCallable<ListTargetInstancesRequest,TargetInstanceList> |
listCallable()
Retrieves a list of TargetInstance resources available to the specified project and zone.
|
com.google.api.gax.rpc.UnaryCallable<ListTargetInstancesRequest,TargetInstancesClient.ListPagedResponse> |
listPagedCallable()
Retrieves a list of TargetInstance resources available to the specified project and zone.
|
com.google.api.gax.longrunning.OperationFuture<Operation,Operation> |
setSecurityPolicyAsync(SetSecurityPolicyTargetInstanceRequest request)
Sets the Google Cloud Armor security policy for the specified target instance.
|
com.google.api.gax.longrunning.OperationFuture<Operation,Operation> |
setSecurityPolicyAsync(String project,
String zone,
String targetInstance,
SecurityPolicyReference securityPolicyReferenceResource)
Sets the Google Cloud Armor security policy for the specified target instance.
|
com.google.api.gax.rpc.UnaryCallable<SetSecurityPolicyTargetInstanceRequest,Operation> |
setSecurityPolicyCallable()
Sets the Google Cloud Armor security policy for the specified target instance.
|
com.google.api.gax.rpc.OperationCallable<SetSecurityPolicyTargetInstanceRequest,Operation,Operation> |
setSecurityPolicyOperationCallable()
Sets the Google Cloud Armor security policy for the specified target instance.
|
void |
shutdown() |
void |
shutdownNow() |
protected TargetInstancesClient(TargetInstancesSettings settings) throws IOException
IOExceptionprotected TargetInstancesClient(TargetInstancesStub stub)
public static final TargetInstancesClient create() throws IOException
IOExceptionpublic static final TargetInstancesClient create(TargetInstancesSettings settings) throws IOException
IOExceptionpublic static final TargetInstancesClient create(TargetInstancesStub stub)
public final TargetInstancesSettings getSettings()
public TargetInstancesStub getStub()
public final TargetInstancesClient.AggregatedListPagedResponse aggregatedList(String project)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (TargetInstancesClient targetInstancesClient = TargetInstancesClient.create()) {
String project = "project-309310695";
for (Map.Entry<String, TargetInstancesScopedList> element :
targetInstancesClient.aggregatedList(project).iterateAll()) {
// doThingsWith(element);
}
}
project - Project ID for this request.com.google.api.gax.rpc.ApiException - if the remote call failspublic final TargetInstancesClient.AggregatedListPagedResponse aggregatedList(AggregatedListTargetInstancesRequest 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 (TargetInstancesClient targetInstancesClient = TargetInstancesClient.create()) {
AggregatedListTargetInstancesRequest request =
AggregatedListTargetInstancesRequest.newBuilder()
.setFilter("filter-1274492040")
.setIncludeAllScopes(true)
.setMaxResults(1128457243)
.setOrderBy("orderBy-1207110587")
.setPageToken("pageToken873572522")
.setProject("project-309310695")
.setReturnPartialSuccess(true)
.setServiceProjectNumber(-1293855239)
.build();
for (Map.Entry<String, TargetInstancesScopedList> element :
targetInstancesClient.aggregatedList(request).iterateAll()) {
// doThingsWith(element);
}
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<AggregatedListTargetInstancesRequest,TargetInstancesClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (TargetInstancesClient targetInstancesClient = TargetInstancesClient.create()) {
AggregatedListTargetInstancesRequest request =
AggregatedListTargetInstancesRequest.newBuilder()
.setFilter("filter-1274492040")
.setIncludeAllScopes(true)
.setMaxResults(1128457243)
.setOrderBy("orderBy-1207110587")
.setPageToken("pageToken873572522")
.setProject("project-309310695")
.setReturnPartialSuccess(true)
.setServiceProjectNumber(-1293855239)
.build();
ApiFuture<Map.Entry<String, TargetInstancesScopedList>> future =
targetInstancesClient.aggregatedListPagedCallable().futureCall(request);
// Do something.
for (Map.Entry<String, TargetInstancesScopedList> element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
public final com.google.api.gax.rpc.UnaryCallable<AggregatedListTargetInstancesRequest,TargetInstanceAggregatedList> aggregatedListCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (TargetInstancesClient targetInstancesClient = TargetInstancesClient.create()) {
AggregatedListTargetInstancesRequest request =
AggregatedListTargetInstancesRequest.newBuilder()
.setFilter("filter-1274492040")
.setIncludeAllScopes(true)
.setMaxResults(1128457243)
.setOrderBy("orderBy-1207110587")
.setPageToken("pageToken873572522")
.setProject("project-309310695")
.setReturnPartialSuccess(true)
.setServiceProjectNumber(-1293855239)
.build();
while (true) {
TargetInstanceAggregatedList response =
targetInstancesClient.aggregatedListCallable().call(request);
for (Map.Entry<String, TargetInstancesScopedList> element : response.getItemsList()) {
// doThingsWith(element);
}
String nextPageToken = response.getNextPageToken();
if (!Strings.isNullOrEmpty(nextPageToken)) {
request = request.toBuilder().setPageToken(nextPageToken).build();
} else {
break;
}
}
}
public final com.google.api.gax.longrunning.OperationFuture<Operation,Operation> deleteAsync(String project, String zone, String targetInstance)
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 (TargetInstancesClient targetInstancesClient = TargetInstancesClient.create()) {
String project = "project-309310695";
String zone = "zone3744684";
String targetInstance = "targetInstance-1036957370";
Operation response = targetInstancesClient.deleteAsync(project, zone, targetInstance).get();
}
project - Project ID for this request.zone - Name of the zone scoping this request.targetInstance - Name of the TargetInstance resource to delete.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<Operation,Operation> deleteAsync(DeleteTargetInstanceRequest 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 (TargetInstancesClient targetInstancesClient = TargetInstancesClient.create()) {
DeleteTargetInstanceRequest request =
DeleteTargetInstanceRequest.newBuilder()
.setProject("project-309310695")
.setRequestId("requestId693933066")
.setTargetInstance("targetInstance-1036957370")
.setZone("zone3744684")
.build();
Operation response = targetInstancesClient.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<DeleteTargetInstanceRequest,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 (TargetInstancesClient targetInstancesClient = TargetInstancesClient.create()) {
DeleteTargetInstanceRequest request =
DeleteTargetInstanceRequest.newBuilder()
.setProject("project-309310695")
.setRequestId("requestId693933066")
.setTargetInstance("targetInstance-1036957370")
.setZone("zone3744684")
.build();
OperationFuture<Operation, Operation> future =
targetInstancesClient.deleteOperationCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<DeleteTargetInstanceRequest,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 (TargetInstancesClient targetInstancesClient = TargetInstancesClient.create()) {
DeleteTargetInstanceRequest request =
DeleteTargetInstanceRequest.newBuilder()
.setProject("project-309310695")
.setRequestId("requestId693933066")
.setTargetInstance("targetInstance-1036957370")
.setZone("zone3744684")
.build();
ApiFuture<Operation> future = targetInstancesClient.deleteCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final TargetInstance get(String project, String zone, String targetInstance)
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 (TargetInstancesClient targetInstancesClient = TargetInstancesClient.create()) {
String project = "project-309310695";
String zone = "zone3744684";
String targetInstance = "targetInstance-1036957370";
TargetInstance response = targetInstancesClient.get(project, zone, targetInstance);
}
project - Project ID for this request.zone - Name of the zone scoping this request.targetInstance - Name of the TargetInstance resource to return.com.google.api.gax.rpc.ApiException - if the remote call failspublic final TargetInstance get(GetTargetInstanceRequest 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 (TargetInstancesClient targetInstancesClient = TargetInstancesClient.create()) {
GetTargetInstanceRequest request =
GetTargetInstanceRequest.newBuilder()
.setProject("project-309310695")
.setTargetInstance("targetInstance-1036957370")
.setZone("zone3744684")
.build();
TargetInstance response = targetInstancesClient.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<GetTargetInstanceRequest,TargetInstance> 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 (TargetInstancesClient targetInstancesClient = TargetInstancesClient.create()) {
GetTargetInstanceRequest request =
GetTargetInstanceRequest.newBuilder()
.setProject("project-309310695")
.setTargetInstance("targetInstance-1036957370")
.setZone("zone3744684")
.build();
ApiFuture<TargetInstance> future = targetInstancesClient.getCallable().futureCall(request);
// Do something.
TargetInstance response = future.get();
}
public final com.google.api.gax.longrunning.OperationFuture<Operation,Operation> insertAsync(String project, String zone, TargetInstance targetInstanceResource)
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 (TargetInstancesClient targetInstancesClient = TargetInstancesClient.create()) {
String project = "project-309310695";
String zone = "zone3744684";
TargetInstance targetInstanceResource = TargetInstance.newBuilder().build();
Operation response =
targetInstancesClient.insertAsync(project, zone, targetInstanceResource).get();
}
project - Project ID for this request.zone - Name of the zone scoping this request.targetInstanceResource - 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(InsertTargetInstanceRequest 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 (TargetInstancesClient targetInstancesClient = TargetInstancesClient.create()) {
InsertTargetInstanceRequest request =
InsertTargetInstanceRequest.newBuilder()
.setProject("project-309310695")
.setRequestId("requestId693933066")
.setTargetInstanceResource(TargetInstance.newBuilder().build())
.setZone("zone3744684")
.build();
Operation response = targetInstancesClient.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<InsertTargetInstanceRequest,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 (TargetInstancesClient targetInstancesClient = TargetInstancesClient.create()) {
InsertTargetInstanceRequest request =
InsertTargetInstanceRequest.newBuilder()
.setProject("project-309310695")
.setRequestId("requestId693933066")
.setTargetInstanceResource(TargetInstance.newBuilder().build())
.setZone("zone3744684")
.build();
OperationFuture<Operation, Operation> future =
targetInstancesClient.insertOperationCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<InsertTargetInstanceRequest,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 (TargetInstancesClient targetInstancesClient = TargetInstancesClient.create()) {
InsertTargetInstanceRequest request =
InsertTargetInstanceRequest.newBuilder()
.setProject("project-309310695")
.setRequestId("requestId693933066")
.setTargetInstanceResource(TargetInstance.newBuilder().build())
.setZone("zone3744684")
.build();
ApiFuture<Operation> future = targetInstancesClient.insertCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final TargetInstancesClient.ListPagedResponse list(String project, String zone)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (TargetInstancesClient targetInstancesClient = TargetInstancesClient.create()) {
String project = "project-309310695";
String zone = "zone3744684";
for (TargetInstance element : targetInstancesClient.list(project, zone).iterateAll()) {
// doThingsWith(element);
}
}
project - Project ID for this request.zone - Name of the zone scoping this request.com.google.api.gax.rpc.ApiException - if the remote call failspublic final TargetInstancesClient.ListPagedResponse list(ListTargetInstancesRequest 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 (TargetInstancesClient targetInstancesClient = TargetInstancesClient.create()) {
ListTargetInstancesRequest request =
ListTargetInstancesRequest.newBuilder()
.setFilter("filter-1274492040")
.setMaxResults(1128457243)
.setOrderBy("orderBy-1207110587")
.setPageToken("pageToken873572522")
.setProject("project-309310695")
.setReturnPartialSuccess(true)
.setZone("zone3744684")
.build();
for (TargetInstance element : targetInstancesClient.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<ListTargetInstancesRequest,TargetInstancesClient.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 (TargetInstancesClient targetInstancesClient = TargetInstancesClient.create()) {
ListTargetInstancesRequest request =
ListTargetInstancesRequest.newBuilder()
.setFilter("filter-1274492040")
.setMaxResults(1128457243)
.setOrderBy("orderBy-1207110587")
.setPageToken("pageToken873572522")
.setProject("project-309310695")
.setReturnPartialSuccess(true)
.setZone("zone3744684")
.build();
ApiFuture<TargetInstance> future =
targetInstancesClient.listPagedCallable().futureCall(request);
// Do something.
for (TargetInstance element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
public final com.google.api.gax.rpc.UnaryCallable<ListTargetInstancesRequest,TargetInstanceList> 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 (TargetInstancesClient targetInstancesClient = TargetInstancesClient.create()) {
ListTargetInstancesRequest request =
ListTargetInstancesRequest.newBuilder()
.setFilter("filter-1274492040")
.setMaxResults(1128457243)
.setOrderBy("orderBy-1207110587")
.setPageToken("pageToken873572522")
.setProject("project-309310695")
.setReturnPartialSuccess(true)
.setZone("zone3744684")
.build();
while (true) {
TargetInstanceList response = targetInstancesClient.listCallable().call(request);
for (TargetInstance element : response.getItemsList()) {
// doThingsWith(element);
}
String nextPageToken = response.getNextPageToken();
if (!Strings.isNullOrEmpty(nextPageToken)) {
request = request.toBuilder().setPageToken(nextPageToken).build();
} else {
break;
}
}
}
public final com.google.api.gax.longrunning.OperationFuture<Operation,Operation> setSecurityPolicyAsync(String project, String zone, String targetInstance, SecurityPolicyReference securityPolicyReferenceResource)
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 (TargetInstancesClient targetInstancesClient = TargetInstancesClient.create()) {
String project = "project-309310695";
String zone = "zone3744684";
String targetInstance = "targetInstance-1036957370";
SecurityPolicyReference securityPolicyReferenceResource =
SecurityPolicyReference.newBuilder().build();
Operation response =
targetInstancesClient
.setSecurityPolicyAsync(
project, zone, targetInstance, securityPolicyReferenceResource)
.get();
}
project - Project ID for this request.zone - Name of the zone scoping this request.targetInstance - Name of the TargetInstance resource to which the security policy should
be set. The name should conform to RFC1035.securityPolicyReferenceResource - 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> setSecurityPolicyAsync(SetSecurityPolicyTargetInstanceRequest 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 (TargetInstancesClient targetInstancesClient = TargetInstancesClient.create()) {
SetSecurityPolicyTargetInstanceRequest request =
SetSecurityPolicyTargetInstanceRequest.newBuilder()
.setProject("project-309310695")
.setRequestId("requestId693933066")
.setSecurityPolicyReferenceResource(SecurityPolicyReference.newBuilder().build())
.setTargetInstance("targetInstance-1036957370")
.setZone("zone3744684")
.build();
Operation response = targetInstancesClient.setSecurityPolicyAsync(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<SetSecurityPolicyTargetInstanceRequest,Operation,Operation> setSecurityPolicyOperationCallable()
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 (TargetInstancesClient targetInstancesClient = TargetInstancesClient.create()) {
SetSecurityPolicyTargetInstanceRequest request =
SetSecurityPolicyTargetInstanceRequest.newBuilder()
.setProject("project-309310695")
.setRequestId("requestId693933066")
.setSecurityPolicyReferenceResource(SecurityPolicyReference.newBuilder().build())
.setTargetInstance("targetInstance-1036957370")
.setZone("zone3744684")
.build();
OperationFuture<Operation, Operation> future =
targetInstancesClient.setSecurityPolicyOperationCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<SetSecurityPolicyTargetInstanceRequest,Operation> setSecurityPolicyCallable()
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 (TargetInstancesClient targetInstancesClient = TargetInstancesClient.create()) {
SetSecurityPolicyTargetInstanceRequest request =
SetSecurityPolicyTargetInstanceRequest.newBuilder()
.setProject("project-309310695")
.setRequestId("requestId693933066")
.setSecurityPolicyReferenceResource(SecurityPolicyReference.newBuilder().build())
.setTargetInstance("targetInstance-1036957370")
.setZone("zone3744684")
.build();
ApiFuture<Operation> future =
targetInstancesClient.setSecurityPolicyCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final void close()
close in interface AutoCloseablepublic void shutdown()
shutdown in interface com.google.api.gax.core.BackgroundResourcepublic boolean isShutdown()
isShutdown in interface com.google.api.gax.core.BackgroundResourcepublic boolean isTerminated()
isTerminated in interface com.google.api.gax.core.BackgroundResourcepublic void shutdownNow()
shutdownNow in interface com.google.api.gax.core.BackgroundResourcepublic boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
awaitTermination in interface com.google.api.gax.core.BackgroundResourceInterruptedExceptionCopyright © 2024 Google LLC. All rights reserved.