All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.Compute.NetworkEdgeSecurityServices.html Maven / Gradle / Ivy

There is a newer version: v1-rev20250320-2.0.0
Show newest version






Compute.NetworkEdgeSecurityServices (Compute Engine API v1-rev20250107-2.0.0)












com.google.api.services.compute

Class Compute.NetworkEdgeSecurityServices

  • java.lang.Object
    • com.google.api.services.compute.Compute.NetworkEdgeSecurityServices
  • Enclosing class:
    Compute


    public class Compute.NetworkEdgeSecurityServices
    extends Object
    The "networkEdgeSecurityServices" collection of methods.
    • Constructor Detail

      • NetworkEdgeSecurityServices

        public NetworkEdgeSecurityServices()
    • Method Detail

      • aggregatedList

        public Compute.NetworkEdgeSecurityServices.AggregatedList aggregatedList(String project)
                                                                          throws IOException
        Retrieves the list of all NetworkEdgeSecurityService resources available to the specified project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. Create a request for the method "networkEdgeSecurityServices.aggregatedList". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Name of the project scoping this request.
        Returns:
        the request
        Throws:
        IOException
      • delete

        public Compute.NetworkEdgeSecurityServices.Delete delete(String project,
                                                                 String region,
                                                                 String networkEdgeSecurityService)
                                                          throws IOException
        Deletes the specified service. Create a request for the method "networkEdgeSecurityServices.delete". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        region - Name of the region scoping this request.
        networkEdgeSecurityService - Name of the network edge security service to delete.
        Returns:
        the request
        Throws:
        IOException
      • get

        public Compute.NetworkEdgeSecurityServices.Get get(String project,
                                                           String region,
                                                           String networkEdgeSecurityService)
                                                    throws IOException
        Gets a specified NetworkEdgeSecurityService. Create a request for the method "networkEdgeSecurityServices.get". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        region - Name of the region scoping this request.
        networkEdgeSecurityService - Name of the network edge security service to get.
        Returns:
        the request
        Throws:
        IOException
      • insert

        public Compute.NetworkEdgeSecurityServices.Insert insert(String project,
                                                                 String region,
                                                                 NetworkEdgeSecurityService content)
                                                          throws IOException
        Creates a new service in the specified project using the data included in the request. Create a request for the method "networkEdgeSecurityServices.insert". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        region - Name of the region scoping this request.
        content - the NetworkEdgeSecurityService
        Returns:
        the request
        Throws:
        IOException
      • patch

        public Compute.NetworkEdgeSecurityServices.Patch patch(String project,
                                                               String region,
                                                               String networkEdgeSecurityService,
                                                               NetworkEdgeSecurityService content)
                                                        throws IOException
        Patches the specified policy with the data included in the request. Create a request for the method "networkEdgeSecurityServices.patch". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        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 NetworkEdgeSecurityService
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2025 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy