public class Compute.Addresses
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Compute.Addresses.AggregatedList |
class |
Compute.Addresses.Delete |
class |
Compute.Addresses.Get |
class |
Compute.Addresses.Insert |
class |
Compute.Addresses.List |
Constructor and Description |
---|
Compute.Addresses() |
Modifier and Type | Method and Description |
---|---|
Compute.Addresses.AggregatedList |
aggregatedList(java.lang.String project)
Retrieves the list of addresses grouped by scope.
|
Compute.Addresses.Delete |
delete(java.lang.String project,
java.lang.String region,
java.lang.String address)
Deletes the specified address resource.
|
Compute.Addresses.Get |
get(java.lang.String project,
java.lang.String region,
java.lang.String address)
Returns the specified address resource.
|
Compute.Addresses.Insert |
insert(java.lang.String project,
java.lang.String region,
Address content)
Creates an address resource in the specified project using the data included in the request.
|
Compute.Addresses.List |
list(java.lang.String project,
java.lang.String region)
Retrieves the list of address resources contained within the specified region.
|
public Compute.Addresses.AggregatedList aggregatedList(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.Addresses.Delete delete(java.lang.String project, java.lang.String region, java.lang.String address) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- The name of the region for this request.address
- Name of the address resource to delete.java.io.IOException
public Compute.Addresses.Get get(java.lang.String project, java.lang.String region, java.lang.String address) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- The name of the region for this request.address
- Name of the address resource to return.java.io.IOException
public Compute.Addresses.Insert insert(java.lang.String project, java.lang.String region, Address content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- The name of the region for this request.content
- the Address
java.io.IOException
public Compute.Addresses.List list(java.lang.String project, java.lang.String region) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- The name of the region for this request.java.io.IOException