| Modifier and Type | Class and Description | 
|---|---|
| class  | Compute.NetworkEdgeSecurityServices.AggregatedList | 
| class  | Compute.NetworkEdgeSecurityServices.Delete | 
| class  | Compute.NetworkEdgeSecurityServices.Get | 
| class  | Compute.NetworkEdgeSecurityServices.Insert | 
| class  | Compute.NetworkEdgeSecurityServices.Patch | 
| Constructor and Description | 
|---|
| NetworkEdgeSecurityServices() | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.NetworkEdgeSecurityServices.AggregatedList | aggregatedList(String project)Retrieves the list of all NetworkEdgeSecurityService resources available to the specified
 project. | 
| Compute.NetworkEdgeSecurityServices.Delete | delete(String project,
      String region,
      String networkEdgeSecurityService)Deletes the specified service. | 
| Compute.NetworkEdgeSecurityServices.Get | get(String project,
   String region,
   String networkEdgeSecurityService)Gets a specified NetworkEdgeSecurityService. | 
| Compute.NetworkEdgeSecurityServices.Insert | insert(String project,
      String region,
      NetworkEdgeSecurityService content)Creates a new service in the specified project using the data included in the request. | 
| Compute.NetworkEdgeSecurityServices.Patch | patch(String project,
     String region,
     String networkEdgeSecurityService,
     NetworkEdgeSecurityService content)Patches the specified policy with the data included in the request. | 
public Compute.NetworkEdgeSecurityServices.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Name of the project scoping this request.IOExceptionpublic Compute.NetworkEdgeSecurityServices.Delete delete(String project, String region, String networkEdgeSecurityService) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.networkEdgeSecurityService - Name of the network edge security service to delete.IOExceptionpublic Compute.NetworkEdgeSecurityServices.Get get(String project, String region, String networkEdgeSecurityService) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.networkEdgeSecurityService - Name of the network edge security service to get.IOExceptionpublic Compute.NetworkEdgeSecurityServices.Insert insert(String project, String region, NetworkEdgeSecurityService content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.content - the NetworkEdgeSecurityServiceIOExceptionpublic Compute.NetworkEdgeSecurityServices.Patch patch(String project, String region, String networkEdgeSecurityService, NetworkEdgeSecurityService content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.networkEdgeSecurityService - Name of the network edge security service to update.content - the NetworkEdgeSecurityServiceIOExceptionCopyright © 2011–2022 Google. All rights reserved.