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