Modifier and Type | Class and Description |
---|---|
class |
Compute.InterconnectRemoteLocations.Get |
class |
Compute.InterconnectRemoteLocations.List |
class |
Compute.InterconnectRemoteLocations.TestIamPermissions |
Constructor and Description |
---|
InterconnectRemoteLocations() |
Modifier and Type | Method and Description |
---|---|
Compute.InterconnectRemoteLocations.Get |
get(String project,
String interconnectRemoteLocation)
Returns the details for the specified interconnect remote location.
|
Compute.InterconnectRemoteLocations.List |
list(String project)
Retrieves the list of interconnect remote locations available to the specified project.
|
Compute.InterconnectRemoteLocations.TestIamPermissions |
testIamPermissions(String project,
String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
|
public Compute.InterconnectRemoteLocations.Get get(String project, String interconnectRemoteLocation) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.interconnectRemoteLocation
- Name of the interconnect remote location to return.IOException
public Compute.InterconnectRemoteLocations.List list(String project) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.IOException
public Compute.InterconnectRemoteLocations.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–2022 Google. All rights reserved.