Modifier and Type | Class and Description |
---|---|
class |
Compute.InterconnectAttachmentGroups.Delete |
class |
Compute.InterconnectAttachmentGroups.Get |
class |
Compute.InterconnectAttachmentGroups.GetIamPolicy |
class |
Compute.InterconnectAttachmentGroups.GetOperationalStatus |
class |
Compute.InterconnectAttachmentGroups.Insert |
class |
Compute.InterconnectAttachmentGroups.List |
class |
Compute.InterconnectAttachmentGroups.Patch |
class |
Compute.InterconnectAttachmentGroups.SetIamPolicy |
class |
Compute.InterconnectAttachmentGroups.TestIamPermissions |
Constructor and Description |
---|
InterconnectAttachmentGroups() |
Modifier and Type | Method and Description |
---|---|
Compute.InterconnectAttachmentGroups.Delete |
delete(String project,
String interconnectAttachmentGroup)
Deletes the specified InterconnectAttachmentGroup in the given scope
Create a request for the method "interconnectAttachmentGroups.delete".
|
Compute.InterconnectAttachmentGroups.Get |
get(String project,
String interconnectAttachmentGroup)
Returns the specified InterconnectAttachmentGroup resource in the given scope.
|
Compute.InterconnectAttachmentGroups.GetIamPolicy |
getIamPolicy(String project,
String resource)
Gets the access control policy for a resource.
|
Compute.InterconnectAttachmentGroups.GetOperationalStatus |
getOperationalStatus(String project,
String interconnectAttachmentGroup)
Returns the InterconnectAttachmentStatuses for the specified InterconnectAttachmentGroup
resource.
|
Compute.InterconnectAttachmentGroups.Insert |
insert(String project,
InterconnectAttachmentGroup content)
Creates a InterconnectAttachmentGroup in the specified project in the given scope using the
parameters that are included in the request.
|
Compute.InterconnectAttachmentGroups.List |
list(String project)
Lists the InterconnectAttachmentGroups for a project in the given scope.
|
Compute.InterconnectAttachmentGroups.Patch |
patch(String project,
String interconnectAttachmentGroup,
InterconnectAttachmentGroup content)
Patches the specified InterconnectAttachmentGroup resource with the data included in the request.
|
Compute.InterconnectAttachmentGroups.SetIamPolicy |
setIamPolicy(String project,
String resource,
GlobalSetPolicyRequest content)
Sets the access control policy on the specified resource.
|
Compute.InterconnectAttachmentGroups.TestIamPermissions |
testIamPermissions(String project,
String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
|
public Compute.InterconnectAttachmentGroups.Delete delete(String project, String interconnectAttachmentGroup) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.interconnectAttachmentGroup
- Name of the InterconnectAttachmentGroup resource to delete.IOException
public Compute.InterconnectAttachmentGroups.Get get(String project, String interconnectAttachmentGroup) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.interconnectAttachmentGroup
- Name of the InterconnectAttachmentGroup resource to return.IOException
public Compute.InterconnectAttachmentGroups.GetIamPolicy getIamPolicy(String project, String resource) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.resource
- Name or id of the resource for this request.IOException
public Compute.InterconnectAttachmentGroups.GetOperationalStatus getOperationalStatus(String project, String interconnectAttachmentGroup) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.project
- Project ID for this request.interconnectAttachmentGroup
- Name of the interconnectAttachmentGroup resource to query.IOException
public Compute.InterconnectAttachmentGroups.Insert insert(String project, InterconnectAttachmentGroup content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.content
- the InterconnectAttachmentGroup
IOException
public Compute.InterconnectAttachmentGroups.List list(String project) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.IOException
public Compute.InterconnectAttachmentGroups.Patch patch(String project, String interconnectAttachmentGroup, InterconnectAttachmentGroup content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.interconnectAttachmentGroup
- Name of the InterconnectAttachmentGroup resource to patch.content
- the InterconnectAttachmentGroup
IOException
public Compute.InterconnectAttachmentGroups.SetIamPolicy setIamPolicy(String project, String resource, GlobalSetPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.resource
- Name or id of the resource for this request.content
- the GlobalSetPolicyRequest
IOException
public Compute.InterconnectAttachmentGroups.TestIamPermissions testIamPermissions(String project, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.resource
- Name or id of the resource for this request.content
- the TestPermissionsRequest
IOException
Copyright © 2011–2025 Google. All rights reserved.