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