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