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

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







Compute.HttpHealthChecks (Compute Engine API beta-rev20220312-1.32.1)












com.google.api.services.compute

Class Compute.HttpHealthChecks

  • Enclosing class:
    Compute


    public class Compute.HttpHealthChecks
    extends Object
    The "httpHealthChecks" collection of methods.
    • Constructor Detail

      • HttpHealthChecks

        public HttpHealthChecks()
    • Method Detail

      • delete

        public Compute.HttpHealthChecks.Delete delete(String project,
                                                      String httpHealthCheck)
                                               throws IOException
        Deletes the specified HttpHealthCheck resource. Create a request for the method "httpHealthChecks.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.
        httpHealthCheck - Name of the HttpHealthCheck resource to delete.
        Returns:
        the request
        Throws:
        IOException
      • get

        public Compute.HttpHealthChecks.Get get(String project,
                                                String httpHealthCheck)
                                         throws IOException
        Returns the specified HttpHealthCheck resource. Gets a list of available HTTP health checks by making a list() request. Create a request for the method "httpHealthChecks.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.
        httpHealthCheck - Name of the HttpHealthCheck resource to return.
        Returns:
        the request
        Throws:
        IOException
      • list

        public Compute.HttpHealthChecks.List list(String project)
                                           throws IOException
        Retrieves the list of HttpHealthCheck resources available to the specified project. Create a request for the method "httpHealthChecks.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.
        Returns:
        the request
        Throws:
        IOException
      • patch

        public Compute.HttpHealthChecks.Patch patch(String project,
                                                    String httpHealthCheck,
                                                    HttpHealthCheck content)
                                             throws IOException
        Updates a HttpHealthCheck resource in the specified project using 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 "httpHealthChecks.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.
        httpHealthCheck - Name of the HttpHealthCheck resource to patch.
        content - the HttpHealthCheck
        Returns:
        the request
        Throws:
        IOException
      • update

        public Compute.HttpHealthChecks.Update update(String project,
                                                      String httpHealthCheck,
                                                      HttpHealthCheck content)
                                               throws IOException
        Updates a HttpHealthCheck resource in the specified project using the data included in the request. Create a request for the method "httpHealthChecks.update". 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.
        httpHealthCheck - Name of the HttpHealthCheck resource to update.
        content - the HttpHealthCheck
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy