| 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 | 
| class  | Compute.Addresses.SetLabels | 
| class  | Compute.Addresses.TestIamPermissions | 
| Constructor and Description | 
|---|
| Addresses() | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.Addresses.AggregatedList | aggregatedList(String project)Retrieves an aggregated list of addresses. | 
| Compute.Addresses.Delete | delete(String project,
      String region,
      String address)Deletes the specified address resource. | 
| Compute.Addresses.Get | get(String project,
   String region,
   String address)Returns the specified address resource. | 
| Compute.Addresses.Insert | insert(String project,
      String region,
      Address content)Creates an address resource in the specified project by using the data included in the request. | 
| Compute.Addresses.List | list(String project,
    String region)Retrieves a list of addresses contained within the specified region. | 
| Compute.Addresses.SetLabels | setLabels(String project,
         String region,
         String resource,
         RegionSetLabelsRequest content)Sets the labels on an Address. | 
| Compute.Addresses.TestIamPermissions | testIamPermissions(String project,
                  String region,
                  String resource,
                  TestPermissionsRequest content)Returns permissions that a caller has on the specified resource. | 
public Compute.Addresses.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.Addresses.Delete delete(String project, String region, String address) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.address - Name of the address resource to delete.IOExceptionpublic Compute.Addresses.Get get(String project, String region, String address) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.address - Name of the address resource to return.IOExceptionpublic Compute.Addresses.Insert insert(String project, String region, Address content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.content - the AddressIOExceptionpublic Compute.Addresses.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.IOExceptionpublic Compute.Addresses.SetLabels setLabels(String project, String region, String resource, RegionSetLabelsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The region for this request.resource - Name or id of the resource for this request.content - the RegionSetLabelsRequestIOExceptionpublic Compute.Addresses.TestIamPermissions testIamPermissions(String project, String region, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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 TestPermissionsRequestIOExceptionCopyright © 2011–2022 Google. All rights reserved.