| Modifier and Type | Class and Description | 
|---|---|
| class  | Compute.RegionNetworkEndpointGroups.Delete | 
| class  | Compute.RegionNetworkEndpointGroups.Get | 
| class  | Compute.RegionNetworkEndpointGroups.Insert | 
| class  | Compute.RegionNetworkEndpointGroups.List | 
| Constructor and Description | 
|---|
| RegionNetworkEndpointGroups() | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.RegionNetworkEndpointGroups.Delete | delete(String project,
      String region,
      String networkEndpointGroup)Deletes the specified network endpoint group. | 
| Compute.RegionNetworkEndpointGroups.Get | get(String project,
   String region,
   String networkEndpointGroup)Returns the specified network endpoint group. | 
| Compute.RegionNetworkEndpointGroups.Insert | insert(String project,
      String region,
      NetworkEndpointGroup content)Creates a network endpoint group in the specified project using the parameters that are included
 in the request. | 
| Compute.RegionNetworkEndpointGroups.List | list(String project,
    String region)Retrieves the list of regional network endpoint groups available to the specified project in the
 given region. | 
public Compute.RegionNetworkEndpointGroups.Delete delete(String project, String region, String networkEndpointGroup) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region where the network endpoint group is located. It should comply with RFC1035.networkEndpointGroup - The name of the network endpoint group to delete. It should comply with RFC1035.IOExceptionpublic Compute.RegionNetworkEndpointGroups.Get get(String project, String region, String networkEndpointGroup) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region where the network endpoint group is located. It should comply with RFC1035.networkEndpointGroup - The name of the network endpoint group. It should comply with RFC1035.IOExceptionpublic Compute.RegionNetworkEndpointGroups.Insert insert(String project, String region, NetworkEndpointGroup content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region where you want to create the network endpoint group. It should comply with
        RFC1035.content - the NetworkEndpointGroupIOExceptionpublic Compute.RegionNetworkEndpointGroups.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region where the network endpoint group is located. It should comply with RFC1035.IOExceptionCopyright © 2011–2022 Google. All rights reserved.