@Generated(value="by gapic-generator-java") public class InterconnectAttachmentGroupsClient 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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
String project = "project-309310695";
String interconnectAttachmentGroup = "interconnectAttachmentGroup-1652813650";
InterconnectAttachmentGroup response =
interconnectAttachmentGroupsClient.get(project, interconnectAttachmentGroup);
}
Note: close() needs to be called on the InterconnectAttachmentGroupsClient 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 InterconnectAttachmentGroup in the given scope |
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 InterconnectAttachmentGroup resource in the given scope. |
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.
|
GetOperationalStatus |
Returns the InterconnectAttachmentStatuses for the specified InterconnectAttachmentGroup 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 InterconnectAttachmentGroup in the specified project in the given scope using the parameters that are 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 |
Lists the InterconnectAttachmentGroups for a project in the given scope. |
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.
|
Patch |
Patches the specified InterconnectAttachmentGroup resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules. |
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.
|
SetIamPolicy |
Sets the access control policy on the specified resource. Replaces any existing policy. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
TestIamPermissions |
Returns permissions that a caller has on the specified resource. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
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 InterconnectAttachmentGroupsSettings 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
InterconnectAttachmentGroupsSettings interconnectAttachmentGroupsSettings =
InterconnectAttachmentGroupsSettings.newBuilder()
.setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
.build();
InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create(interconnectAttachmentGroupsSettings);
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
InterconnectAttachmentGroupsSettings interconnectAttachmentGroupsSettings =
InterconnectAttachmentGroupsSettings.newBuilder().setEndpoint(myEndpoint).build();
InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create(interconnectAttachmentGroupsSettings);
Please refer to the GitHub repository's samples for more quickstart code snippets.
| Modifier and Type | Class and Description |
|---|---|
static class |
InterconnectAttachmentGroupsClient.ListFixedSizeCollection |
static class |
InterconnectAttachmentGroupsClient.ListPage |
static class |
InterconnectAttachmentGroupsClient.ListPagedResponse |
| Modifier | Constructor and Description |
|---|---|
protected |
InterconnectAttachmentGroupsClient(InterconnectAttachmentGroupsSettings settings)
Constructs an instance of InterconnectAttachmentGroupsClient, using the given settings.
|
protected |
InterconnectAttachmentGroupsClient(InterconnectAttachmentGroupsStub stub) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static InterconnectAttachmentGroupsClient |
create()
Constructs an instance of InterconnectAttachmentGroupsClient with default settings.
|
static InterconnectAttachmentGroupsClient |
create(InterconnectAttachmentGroupsSettings settings)
Constructs an instance of InterconnectAttachmentGroupsClient, using the given settings.
|
static InterconnectAttachmentGroupsClient |
create(InterconnectAttachmentGroupsStub stub)
Constructs an instance of InterconnectAttachmentGroupsClient, using the given stub for making
calls.
|
com.google.api.gax.longrunning.OperationFuture<Operation,Operation> |
deleteAsync(DeleteInterconnectAttachmentGroupRequest request)
Deletes the specified InterconnectAttachmentGroup in the given scope
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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
DeleteInterconnectAttachmentGroupRequest request =
DeleteInterconnectAttachmentGroupRequest.newBuilder()
.setInterconnectAttachmentGroup("interconnectAttachmentGroup-1652813650")
.setProject("project-309310695")
.setRequestId("requestId693933066")
.build();
Operation response = interconnectAttachmentGroupsClient.deleteAsync(request).get();
}
|
com.google.api.gax.longrunning.OperationFuture<Operation,Operation> |
deleteAsync(String project,
String interconnectAttachmentGroup)
Deletes the specified InterconnectAttachmentGroup in the given scope
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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
String project = "project-309310695";
String interconnectAttachmentGroup = "interconnectAttachmentGroup-1652813650";
Operation response =
interconnectAttachmentGroupsClient
.deleteAsync(project, interconnectAttachmentGroup)
.get();
}
|
com.google.api.gax.rpc.UnaryCallable<DeleteInterconnectAttachmentGroupRequest,Operation> |
deleteCallable()
Deletes the specified InterconnectAttachmentGroup in the given scope
Sample code:
{@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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
DeleteInterconnectAttachmentGroupRequest request =
DeleteInterconnectAttachmentGroupRequest.newBuilder()
.setInterconnectAttachmentGroup("interconnectAttachmentGroup-1652813650")
.setProject("project-309310695")
.setRequestId("requestId693933066")
.build();
ApiFuture
|
com.google.api.gax.rpc.OperationCallable<DeleteInterconnectAttachmentGroupRequest,Operation,Operation> |
deleteOperationCallable()
Deletes the specified InterconnectAttachmentGroup in the given scope
Sample code:
{@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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
DeleteInterconnectAttachmentGroupRequest request =
DeleteInterconnectAttachmentGroupRequest.newBuilder()
.setInterconnectAttachmentGroup("interconnectAttachmentGroup-1652813650")
.setProject("project-309310695")
.setRequestId("requestId693933066")
.build();
OperationFuture
|
InterconnectAttachmentGroup |
get(GetInterconnectAttachmentGroupRequest request)
Returns the specified InterconnectAttachmentGroup resource in the given scope.
|
InterconnectAttachmentGroup |
get(String project,
String interconnectAttachmentGroup)
Returns the specified InterconnectAttachmentGroup resource in the given scope.
|
com.google.api.gax.rpc.UnaryCallable<GetInterconnectAttachmentGroupRequest,InterconnectAttachmentGroup> |
getCallable()
Returns the specified InterconnectAttachmentGroup resource in the given scope.
|
Policy |
getIamPolicy(GetIamPolicyInterconnectAttachmentGroupRequest request)
Gets the access control policy for a resource.
|
Policy |
getIamPolicy(String project,
String resource)
Gets the access control policy for a resource.
|
com.google.api.gax.rpc.UnaryCallable<GetIamPolicyInterconnectAttachmentGroupRequest,Policy> |
getIamPolicyCallable()
Gets the access control policy for a resource.
|
InterconnectAttachmentGroupsGetOperationalStatusResponse |
getOperationalStatus(GetOperationalStatusInterconnectAttachmentGroupRequest request)
Returns the InterconnectAttachmentStatuses for the specified InterconnectAttachmentGroup
resource.
|
InterconnectAttachmentGroupsGetOperationalStatusResponse |
getOperationalStatus(String project,
String interconnectAttachmentGroup)
Returns the InterconnectAttachmentStatuses for the specified InterconnectAttachmentGroup
resource.
|
com.google.api.gax.rpc.UnaryCallable<GetOperationalStatusInterconnectAttachmentGroupRequest,InterconnectAttachmentGroupsGetOperationalStatusResponse> |
getOperationalStatusCallable()
Returns the InterconnectAttachmentStatuses for the specified InterconnectAttachmentGroup
resource.
|
InterconnectAttachmentGroupsSettings |
getSettings() |
InterconnectAttachmentGroupsStub |
getStub() |
com.google.api.gax.longrunning.OperationFuture<Operation,Operation> |
insertAsync(InsertInterconnectAttachmentGroupRequest request)
Creates a InterconnectAttachmentGroup in the specified project in the given scope using the
parameters that are included in the request.
|
com.google.api.gax.longrunning.OperationFuture<Operation,Operation> |
insertAsync(String project,
InterconnectAttachmentGroup interconnectAttachmentGroupResource)
Creates a InterconnectAttachmentGroup in the specified project in the given scope using the
parameters that are included in the request.
|
com.google.api.gax.rpc.UnaryCallable<InsertInterconnectAttachmentGroupRequest,Operation> |
insertCallable()
Creates a InterconnectAttachmentGroup in the specified project in the given scope using the
parameters that are included in the request.
|
com.google.api.gax.rpc.OperationCallable<InsertInterconnectAttachmentGroupRequest,Operation,Operation> |
insertOperationCallable()
Creates a InterconnectAttachmentGroup in the specified project in the given scope using the
parameters that are included in the request.
|
boolean |
isShutdown() |
boolean |
isTerminated() |
InterconnectAttachmentGroupsClient.ListPagedResponse |
list(ListInterconnectAttachmentGroupsRequest request)
Lists the InterconnectAttachmentGroups for a project in the given scope.
|
InterconnectAttachmentGroupsClient.ListPagedResponse |
list(String project)
Lists the InterconnectAttachmentGroups for a project in the given scope.
|
com.google.api.gax.rpc.UnaryCallable<ListInterconnectAttachmentGroupsRequest,InterconnectAttachmentGroupsListResponse> |
listCallable()
Lists the InterconnectAttachmentGroups for a project in the given scope.
|
com.google.api.gax.rpc.UnaryCallable<ListInterconnectAttachmentGroupsRequest,InterconnectAttachmentGroupsClient.ListPagedResponse> |
listPagedCallable()
Lists the InterconnectAttachmentGroups for a project in the given scope.
|
com.google.api.gax.longrunning.OperationFuture<Operation,Operation> |
patchAsync(PatchInterconnectAttachmentGroupRequest request)
Patches the specified InterconnectAttachmentGroup resource with the data included in the
request.
|
com.google.api.gax.longrunning.OperationFuture<Operation,Operation> |
patchAsync(String project,
String interconnectAttachmentGroup,
InterconnectAttachmentGroup interconnectAttachmentGroupResource)
Patches the specified InterconnectAttachmentGroup resource with the data included in the
request.
|
com.google.api.gax.rpc.UnaryCallable<PatchInterconnectAttachmentGroupRequest,Operation> |
patchCallable()
Patches the specified InterconnectAttachmentGroup resource with the data included in the
request.
|
com.google.api.gax.rpc.OperationCallable<PatchInterconnectAttachmentGroupRequest,Operation,Operation> |
patchOperationCallable()
Patches the specified InterconnectAttachmentGroup resource with the data included in the
request.
|
Policy |
setIamPolicy(SetIamPolicyInterconnectAttachmentGroupRequest request)
Sets the access control policy on the specified resource.
|
Policy |
setIamPolicy(String project,
String resource,
GlobalSetPolicyRequest globalSetPolicyRequestResource)
Sets the access control policy on the specified resource.
|
com.google.api.gax.rpc.UnaryCallable<SetIamPolicyInterconnectAttachmentGroupRequest,Policy> |
setIamPolicyCallable()
Sets the access control policy on the specified resource.
|
void |
shutdown() |
void |
shutdownNow() |
TestPermissionsResponse |
testIamPermissions(String project,
String resource,
TestPermissionsRequest testPermissionsRequestResource)
Returns permissions that a caller has on the specified resource.
|
TestPermissionsResponse |
testIamPermissions(TestIamPermissionsInterconnectAttachmentGroupRequest request)
Returns permissions that a caller has on the specified resource.
|
com.google.api.gax.rpc.UnaryCallable<TestIamPermissionsInterconnectAttachmentGroupRequest,TestPermissionsResponse> |
testIamPermissionsCallable()
Returns permissions that a caller has on the specified resource.
|
protected InterconnectAttachmentGroupsClient(InterconnectAttachmentGroupsSettings settings) throws IOException
IOExceptionprotected InterconnectAttachmentGroupsClient(InterconnectAttachmentGroupsStub stub)
public static final InterconnectAttachmentGroupsClient create() throws IOException
IOExceptionpublic static final InterconnectAttachmentGroupsClient create(InterconnectAttachmentGroupsSettings settings) throws IOException
IOExceptionpublic static final InterconnectAttachmentGroupsClient create(InterconnectAttachmentGroupsStub stub)
public final InterconnectAttachmentGroupsSettings getSettings()
public InterconnectAttachmentGroupsStub getStub()
public final com.google.api.gax.longrunning.OperationFuture<Operation,Operation> deleteAsync(String project, String interconnectAttachmentGroup)
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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
String project = "project-309310695";
String interconnectAttachmentGroup = "interconnectAttachmentGroup-1652813650";
Operation response =
interconnectAttachmentGroupsClient
.deleteAsync(project, interconnectAttachmentGroup)
.get();
}
project - Project ID for this request.interconnectAttachmentGroup - Name of the InterconnectAttachmentGroup resource to delete.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<Operation,Operation> deleteAsync(DeleteInterconnectAttachmentGroupRequest 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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
DeleteInterconnectAttachmentGroupRequest request =
DeleteInterconnectAttachmentGroupRequest.newBuilder()
.setInterconnectAttachmentGroup("interconnectAttachmentGroup-1652813650")
.setProject("project-309310695")
.setRequestId("requestId693933066")
.build();
Operation response = interconnectAttachmentGroupsClient.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<DeleteInterconnectAttachmentGroupRequest,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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
DeleteInterconnectAttachmentGroupRequest request =
DeleteInterconnectAttachmentGroupRequest.newBuilder()
.setInterconnectAttachmentGroup("interconnectAttachmentGroup-1652813650")
.setProject("project-309310695")
.setRequestId("requestId693933066")
.build();
OperationFuture<Operation, Operation> future =
interconnectAttachmentGroupsClient.deleteOperationCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<DeleteInterconnectAttachmentGroupRequest,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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
DeleteInterconnectAttachmentGroupRequest request =
DeleteInterconnectAttachmentGroupRequest.newBuilder()
.setInterconnectAttachmentGroup("interconnectAttachmentGroup-1652813650")
.setProject("project-309310695")
.setRequestId("requestId693933066")
.build();
ApiFuture<Operation> future =
interconnectAttachmentGroupsClient.deleteCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final InterconnectAttachmentGroup get(String project, String interconnectAttachmentGroup)
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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
String project = "project-309310695";
String interconnectAttachmentGroup = "interconnectAttachmentGroup-1652813650";
InterconnectAttachmentGroup response =
interconnectAttachmentGroupsClient.get(project, interconnectAttachmentGroup);
}
project - Project ID for this request.interconnectAttachmentGroup - Name of the InterconnectAttachmentGroup resource to return.com.google.api.gax.rpc.ApiException - if the remote call failspublic final InterconnectAttachmentGroup get(GetInterconnectAttachmentGroupRequest 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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
GetInterconnectAttachmentGroupRequest request =
GetInterconnectAttachmentGroupRequest.newBuilder()
.setInterconnectAttachmentGroup("interconnectAttachmentGroup-1652813650")
.setProject("project-309310695")
.build();
InterconnectAttachmentGroup response = interconnectAttachmentGroupsClient.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<GetInterconnectAttachmentGroupRequest,InterconnectAttachmentGroup> 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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
GetInterconnectAttachmentGroupRequest request =
GetInterconnectAttachmentGroupRequest.newBuilder()
.setInterconnectAttachmentGroup("interconnectAttachmentGroup-1652813650")
.setProject("project-309310695")
.build();
ApiFuture<InterconnectAttachmentGroup> future =
interconnectAttachmentGroupsClient.getCallable().futureCall(request);
// Do something.
InterconnectAttachmentGroup response = future.get();
}
public final Policy getIamPolicy(String project, 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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
String project = "project-309310695";
String resource = "resource-341064690";
Policy response = interconnectAttachmentGroupsClient.getIamPolicy(project, resource);
}
project - Project ID 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(GetIamPolicyInterconnectAttachmentGroupRequest 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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
GetIamPolicyInterconnectAttachmentGroupRequest request =
GetIamPolicyInterconnectAttachmentGroupRequest.newBuilder()
.setOptionsRequestedPolicyVersion(-574521795)
.setProject("project-309310695")
.setResource("resource-341064690")
.build();
Policy response = interconnectAttachmentGroupsClient.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<GetIamPolicyInterconnectAttachmentGroupRequest,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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
GetIamPolicyInterconnectAttachmentGroupRequest request =
GetIamPolicyInterconnectAttachmentGroupRequest.newBuilder()
.setOptionsRequestedPolicyVersion(-574521795)
.setProject("project-309310695")
.setResource("resource-341064690")
.build();
ApiFuture<Policy> future =
interconnectAttachmentGroupsClient.getIamPolicyCallable().futureCall(request);
// Do something.
Policy response = future.get();
}
public final InterconnectAttachmentGroupsGetOperationalStatusResponse getOperationalStatus(String project, String interconnectAttachmentGroup)
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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
String project = "project-309310695";
String interconnectAttachmentGroup = "interconnectAttachmentGroup-1652813650";
InterconnectAttachmentGroupsGetOperationalStatusResponse response =
interconnectAttachmentGroupsClient.getOperationalStatus(
project, interconnectAttachmentGroup);
}
project - Project ID for this request.interconnectAttachmentGroup - Name of the interconnectAttachmentGroup resource to query.com.google.api.gax.rpc.ApiException - if the remote call failspublic final InterconnectAttachmentGroupsGetOperationalStatusResponse getOperationalStatus(GetOperationalStatusInterconnectAttachmentGroupRequest 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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
GetOperationalStatusInterconnectAttachmentGroupRequest request =
GetOperationalStatusInterconnectAttachmentGroupRequest.newBuilder()
.setInterconnectAttachmentGroup("interconnectAttachmentGroup-1652813650")
.setProject("project-309310695")
.build();
InterconnectAttachmentGroupsGetOperationalStatusResponse response =
interconnectAttachmentGroupsClient.getOperationalStatus(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<GetOperationalStatusInterconnectAttachmentGroupRequest,InterconnectAttachmentGroupsGetOperationalStatusResponse> getOperationalStatusCallable()
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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
GetOperationalStatusInterconnectAttachmentGroupRequest request =
GetOperationalStatusInterconnectAttachmentGroupRequest.newBuilder()
.setInterconnectAttachmentGroup("interconnectAttachmentGroup-1652813650")
.setProject("project-309310695")
.build();
ApiFuture<InterconnectAttachmentGroupsGetOperationalStatusResponse> future =
interconnectAttachmentGroupsClient.getOperationalStatusCallable().futureCall(request);
// Do something.
InterconnectAttachmentGroupsGetOperationalStatusResponse response = future.get();
}
public final com.google.api.gax.longrunning.OperationFuture<Operation,Operation> insertAsync(String project, InterconnectAttachmentGroup interconnectAttachmentGroupResource)
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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
String project = "project-309310695";
InterconnectAttachmentGroup interconnectAttachmentGroupResource =
InterconnectAttachmentGroup.newBuilder().build();
Operation response =
interconnectAttachmentGroupsClient
.insertAsync(project, interconnectAttachmentGroupResource)
.get();
}
project - Project ID for this request.interconnectAttachmentGroupResource - 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(InsertInterconnectAttachmentGroupRequest 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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
InsertInterconnectAttachmentGroupRequest request =
InsertInterconnectAttachmentGroupRequest.newBuilder()
.setInterconnectAttachmentGroupResource(
InterconnectAttachmentGroup.newBuilder().build())
.setProject("project-309310695")
.setRequestId("requestId693933066")
.build();
Operation response = interconnectAttachmentGroupsClient.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<InsertInterconnectAttachmentGroupRequest,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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
InsertInterconnectAttachmentGroupRequest request =
InsertInterconnectAttachmentGroupRequest.newBuilder()
.setInterconnectAttachmentGroupResource(
InterconnectAttachmentGroup.newBuilder().build())
.setProject("project-309310695")
.setRequestId("requestId693933066")
.build();
OperationFuture<Operation, Operation> future =
interconnectAttachmentGroupsClient.insertOperationCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<InsertInterconnectAttachmentGroupRequest,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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
InsertInterconnectAttachmentGroupRequest request =
InsertInterconnectAttachmentGroupRequest.newBuilder()
.setInterconnectAttachmentGroupResource(
InterconnectAttachmentGroup.newBuilder().build())
.setProject("project-309310695")
.setRequestId("requestId693933066")
.build();
ApiFuture<Operation> future =
interconnectAttachmentGroupsClient.insertCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final InterconnectAttachmentGroupsClient.ListPagedResponse list(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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
String project = "project-309310695";
for (InterconnectAttachmentGroup element :
interconnectAttachmentGroupsClient.list(project).iterateAll()) {
// doThingsWith(element);
}
}
project - Project ID for this request.com.google.api.gax.rpc.ApiException - if the remote call failspublic final InterconnectAttachmentGroupsClient.ListPagedResponse list(ListInterconnectAttachmentGroupsRequest 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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
ListInterconnectAttachmentGroupsRequest request =
ListInterconnectAttachmentGroupsRequest.newBuilder()
.setFilter("filter-1274492040")
.setMaxResults(1128457243)
.setOrderBy("orderBy-1207110587")
.setPageToken("pageToken873572522")
.setProject("project-309310695")
.setReturnPartialSuccess(true)
.build();
for (InterconnectAttachmentGroup element :
interconnectAttachmentGroupsClient.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<ListInterconnectAttachmentGroupsRequest,InterconnectAttachmentGroupsClient.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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
ListInterconnectAttachmentGroupsRequest request =
ListInterconnectAttachmentGroupsRequest.newBuilder()
.setFilter("filter-1274492040")
.setMaxResults(1128457243)
.setOrderBy("orderBy-1207110587")
.setPageToken("pageToken873572522")
.setProject("project-309310695")
.setReturnPartialSuccess(true)
.build();
ApiFuture<InterconnectAttachmentGroup> future =
interconnectAttachmentGroupsClient.listPagedCallable().futureCall(request);
// Do something.
for (InterconnectAttachmentGroup element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
public final com.google.api.gax.rpc.UnaryCallable<ListInterconnectAttachmentGroupsRequest,InterconnectAttachmentGroupsListResponse> 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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
ListInterconnectAttachmentGroupsRequest request =
ListInterconnectAttachmentGroupsRequest.newBuilder()
.setFilter("filter-1274492040")
.setMaxResults(1128457243)
.setOrderBy("orderBy-1207110587")
.setPageToken("pageToken873572522")
.setProject("project-309310695")
.setReturnPartialSuccess(true)
.build();
while (true) {
InterconnectAttachmentGroupsListResponse response =
interconnectAttachmentGroupsClient.listCallable().call(request);
for (InterconnectAttachmentGroup 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> patchAsync(String project, String interconnectAttachmentGroup, InterconnectAttachmentGroup interconnectAttachmentGroupResource)
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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
String project = "project-309310695";
String interconnectAttachmentGroup = "interconnectAttachmentGroup-1652813650";
InterconnectAttachmentGroup interconnectAttachmentGroupResource =
InterconnectAttachmentGroup.newBuilder().build();
Operation response =
interconnectAttachmentGroupsClient
.patchAsync(project, interconnectAttachmentGroup, interconnectAttachmentGroupResource)
.get();
}
project - Project ID for this request.interconnectAttachmentGroup - Name of the InterconnectAttachmentGroup resource to patch.interconnectAttachmentGroupResource - 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> patchAsync(PatchInterconnectAttachmentGroupRequest 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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
PatchInterconnectAttachmentGroupRequest request =
PatchInterconnectAttachmentGroupRequest.newBuilder()
.setInterconnectAttachmentGroup("interconnectAttachmentGroup-1652813650")
.setInterconnectAttachmentGroupResource(
InterconnectAttachmentGroup.newBuilder().build())
.setProject("project-309310695")
.setRequestId("requestId693933066")
.setUpdateMask("updateMask-296147115")
.build();
Operation response = interconnectAttachmentGroupsClient.patchAsync(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<PatchInterconnectAttachmentGroupRequest,Operation,Operation> patchOperationCallable()
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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
PatchInterconnectAttachmentGroupRequest request =
PatchInterconnectAttachmentGroupRequest.newBuilder()
.setInterconnectAttachmentGroup("interconnectAttachmentGroup-1652813650")
.setInterconnectAttachmentGroupResource(
InterconnectAttachmentGroup.newBuilder().build())
.setProject("project-309310695")
.setRequestId("requestId693933066")
.setUpdateMask("updateMask-296147115")
.build();
OperationFuture<Operation, Operation> future =
interconnectAttachmentGroupsClient.patchOperationCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<PatchInterconnectAttachmentGroupRequest,Operation> patchCallable()
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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
PatchInterconnectAttachmentGroupRequest request =
PatchInterconnectAttachmentGroupRequest.newBuilder()
.setInterconnectAttachmentGroup("interconnectAttachmentGroup-1652813650")
.setInterconnectAttachmentGroupResource(
InterconnectAttachmentGroup.newBuilder().build())
.setProject("project-309310695")
.setRequestId("requestId693933066")
.setUpdateMask("updateMask-296147115")
.build();
ApiFuture<Operation> future =
interconnectAttachmentGroupsClient.patchCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final Policy setIamPolicy(String project, String resource, GlobalSetPolicyRequest globalSetPolicyRequestResource)
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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
String project = "project-309310695";
String resource = "resource-341064690";
GlobalSetPolicyRequest globalSetPolicyRequestResource =
GlobalSetPolicyRequest.newBuilder().build();
Policy response =
interconnectAttachmentGroupsClient.setIamPolicy(
project, resource, globalSetPolicyRequestResource);
}
project - Project ID for this request.resource - Name or id of the resource for this request.globalSetPolicyRequestResource - The body resource for this requestcom.google.api.gax.rpc.ApiException - if the remote call failspublic final Policy setIamPolicy(SetIamPolicyInterconnectAttachmentGroupRequest 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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
SetIamPolicyInterconnectAttachmentGroupRequest request =
SetIamPolicyInterconnectAttachmentGroupRequest.newBuilder()
.setGlobalSetPolicyRequestResource(GlobalSetPolicyRequest.newBuilder().build())
.setProject("project-309310695")
.setResource("resource-341064690")
.build();
Policy response = interconnectAttachmentGroupsClient.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<SetIamPolicyInterconnectAttachmentGroupRequest,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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
SetIamPolicyInterconnectAttachmentGroupRequest request =
SetIamPolicyInterconnectAttachmentGroupRequest.newBuilder()
.setGlobalSetPolicyRequestResource(GlobalSetPolicyRequest.newBuilder().build())
.setProject("project-309310695")
.setResource("resource-341064690")
.build();
ApiFuture<Policy> future =
interconnectAttachmentGroupsClient.setIamPolicyCallable().futureCall(request);
// Do something.
Policy response = future.get();
}
public final TestPermissionsResponse testIamPermissions(String project, 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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
String project = "project-309310695";
String resource = "resource-341064690";
TestPermissionsRequest testPermissionsRequestResource =
TestPermissionsRequest.newBuilder().build();
TestPermissionsResponse response =
interconnectAttachmentGroupsClient.testIamPermissions(
project, resource, testPermissionsRequestResource);
}
project - Project ID 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(TestIamPermissionsInterconnectAttachmentGroupRequest 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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
TestIamPermissionsInterconnectAttachmentGroupRequest request =
TestIamPermissionsInterconnectAttachmentGroupRequest.newBuilder()
.setProject("project-309310695")
.setResource("resource-341064690")
.setTestPermissionsRequestResource(TestPermissionsRequest.newBuilder().build())
.build();
TestPermissionsResponse response =
interconnectAttachmentGroupsClient.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<TestIamPermissionsInterconnectAttachmentGroupRequest,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 (InterconnectAttachmentGroupsClient interconnectAttachmentGroupsClient =
InterconnectAttachmentGroupsClient.create()) {
TestIamPermissionsInterconnectAttachmentGroupRequest request =
TestIamPermissionsInterconnectAttachmentGroupRequest.newBuilder()
.setProject("project-309310695")
.setResource("resource-341064690")
.setTestPermissionsRequestResource(TestPermissionsRequest.newBuilder().build())
.build();
ApiFuture<TestPermissionsResponse> future =
interconnectAttachmentGroupsClient.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 © 2025 Google LLC. All rights reserved.