![JAR search and dependency download from the Maven repository](/logo.png)
target.apidocs.com.google.api.services.compute.Compute.InterconnectAttachments.html Maven / Gradle / Ivy
Compute.InterconnectAttachments (Compute Engine API beta-rev20220726-2.0.0)
com.google.api.services.compute
Class Compute.InterconnectAttachments
- java.lang.Object
-
- com.google.api.services.compute.Compute.InterconnectAttachments
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Compute.InterconnectAttachments.AggregatedList
class
Compute.InterconnectAttachments.Delete
class
Compute.InterconnectAttachments.Get
class
Compute.InterconnectAttachments.Insert
class
Compute.InterconnectAttachments.List
class
Compute.InterconnectAttachments.Patch
class
Compute.InterconnectAttachments.SetLabels
class
Compute.InterconnectAttachments.TestIamPermissions
-
Constructor Summary
Constructors
Constructor and Description
InterconnectAttachments()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Compute.InterconnectAttachments.AggregatedList
aggregatedList(String project)
Retrieves an aggregated list of interconnect attachments.
Compute.InterconnectAttachments.Delete
delete(String project,
String region,
String interconnectAttachment)
Deletes the specified interconnect attachment.
Compute.InterconnectAttachments.Get
get(String project,
String region,
String interconnectAttachment)
Returns the specified interconnect attachment.
Compute.InterconnectAttachments.Insert
insert(String project,
String region,
InterconnectAttachment content)
Creates an InterconnectAttachment in the specified project using the data included in the
request.
Compute.InterconnectAttachments.List
list(String project,
String region)
Retrieves the list of interconnect attachments contained within the specified region.
Compute.InterconnectAttachments.Patch
patch(String project,
String region,
String interconnectAttachment,
InterconnectAttachment content)
Updates the specified interconnect attachment with the data included in the request.
Compute.InterconnectAttachments.SetLabels
setLabels(String project,
String region,
String resource,
RegionSetLabelsRequest content)
Sets the labels on an InterconnectAttachment.
Compute.InterconnectAttachments.TestIamPermissions
testIamPermissions(String project,
String region,
String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
-
-
Method Detail
-
aggregatedList
public Compute.InterconnectAttachments.AggregatedList aggregatedList(String project)
throws IOException
Retrieves an aggregated list of interconnect attachments.
Create a request for the method "interconnectAttachments.aggregatedList".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
- Returns:
- the request
- Throws:
IOException
-
delete
public Compute.InterconnectAttachments.Delete delete(String project,
String region,
String interconnectAttachment)
throws IOException
Deletes the specified interconnect attachment.
Create a request for the method "interconnectAttachments.delete".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
region
- Name of the region for this request.
interconnectAttachment
- Name of the interconnect attachment to delete.
- Returns:
- the request
- Throws:
IOException
-
get
public Compute.InterconnectAttachments.Get get(String project,
String region,
String interconnectAttachment)
throws IOException
Returns the specified interconnect attachment.
Create a request for the method "interconnectAttachments.get".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
region
- Name of the region for this request.
interconnectAttachment
- Name of the interconnect attachment to return.
- Returns:
- the request
- Throws:
IOException
-
insert
public Compute.InterconnectAttachments.Insert insert(String project,
String region,
InterconnectAttachment content)
throws IOException
Creates an InterconnectAttachment in the specified project using the data included in the
request.
Create a request for the method "interconnectAttachments.insert".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
region
- Name of the region for this request.
content
- the InterconnectAttachment
- Returns:
- the request
- Throws:
IOException
-
list
public Compute.InterconnectAttachments.List list(String project,
String region)
throws IOException
Retrieves the list of interconnect attachments contained within the specified region.
Create a request for the method "interconnectAttachments.list".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
region
- Name of the region for this request.
- Returns:
- the request
- Throws:
IOException
-
patch
public Compute.InterconnectAttachments.Patch patch(String project,
String region,
String interconnectAttachment,
InterconnectAttachment content)
throws IOException
Updates the specified interconnect attachment with the data included in the request. This method
supports PATCH semantics and uses the JSON merge patch format and processing rules.
Create a request for the method "interconnectAttachments.patch".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
region
- Name of the region scoping this request.
interconnectAttachment
- Name of the interconnect attachment to patch.
content
- the InterconnectAttachment
- Returns:
- the request
- Throws:
IOException
-
setLabels
public Compute.InterconnectAttachments.SetLabels setLabels(String project,
String region,
String resource,
RegionSetLabelsRequest content)
throws IOException
Sets the labels on an InterconnectAttachment. To learn more about labels, read the Labeling
Resources documentation.
Create a request for the method "interconnectAttachments.setLabels".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
region
- The region for this request.
resource
- Name or id of the resource for this request.
content
- the RegionSetLabelsRequest
- Returns:
- the request
- Throws:
IOException
-
testIamPermissions
public Compute.InterconnectAttachments.TestIamPermissions testIamPermissions(String project,
String region,
String resource,
TestPermissionsRequest content)
throws IOException
Returns permissions that a caller has on the specified resource.
Create a request for the method "interconnectAttachments.testIamPermissions".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
region
- The name of the region for this request.
resource
- Name or id of the resource for this request.
content
- the TestPermissionsRequest
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2022 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy