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

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

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






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












com.google.api.services.compute

Class Compute.RegionHealthCheckServices

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


    public class Compute.RegionHealthCheckServices
    extends Object
    The "regionHealthCheckServices" collection of methods.
    • Constructor Detail

      • RegionHealthCheckServices

        public RegionHealthCheckServices()
    • Method Detail

      • delete

        public Compute.RegionHealthCheckServices.Delete delete(String project,
                                                               String region,
                                                               String healthCheckService)
                                                        throws IOException
        Deletes the specified regional HealthCheckService. Create a request for the method "regionHealthCheckServices.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.
        healthCheckService - Name of the HealthCheckService to delete. The name must be 1-63 characters long, and comply with RFC1035.
        Returns:
        the request
        Throws:
        IOException
      • get

        public Compute.RegionHealthCheckServices.Get get(String project,
                                                         String region,
                                                         String healthCheckService)
                                                  throws IOException
        Returns the specified regional HealthCheckService resource. Create a request for the method "regionHealthCheckServices.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.
        healthCheckService - Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with RFC1035.
        Returns:
        the request
        Throws:
        IOException
      • insert

        public Compute.RegionHealthCheckServices.Insert insert(String project,
                                                               String region,
                                                               HealthCheckService content)
                                                        throws IOException
        Creates a regional HealthCheckService resource in the specified project and region using the data included in the request. Create a request for the method "regionHealthCheckServices.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 HealthCheckService
        Returns:
        the request
        Throws:
        IOException
      • list

        public Compute.RegionHealthCheckServices.List list(String project,
                                                           String region)
                                                    throws IOException
        Lists all the HealthCheckService resources that have been configured for the specified project in the given region. Create a request for the method "regionHealthCheckServices.list". 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.
        Returns:
        the request
        Throws:
        IOException
      • patch

        public Compute.RegionHealthCheckServices.Patch patch(String project,
                                                             String region,
                                                             String healthCheckService,
                                                             HealthCheckService content)
                                                      throws IOException
        Updates the specified regional HealthCheckService resource with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules. Create a request for the method "regionHealthCheckServices.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.
        healthCheckService - Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with RFC1035.
        content - the HealthCheckService
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2025 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy