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

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

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






Compute.HttpsHealthChecks (Compute Engine API alpha-rev20200526-1.30.9)












com.google.api.services.compute

Class Compute.HttpsHealthChecks

  • Enclosing class:
    Compute


    public class Compute.HttpsHealthChecks
    extends Object
    The "httpsHealthChecks" collection of methods.
    • Constructor Detail

      • HttpsHealthChecks

        public HttpsHealthChecks()
    • Method Detail

      • delete

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

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

        public Compute.HttpsHealthChecks.List list(String project)
                                            throws IOException
        Retrieves the list of HttpsHealthCheck resources available to the specified project. Create a request for the method "httpsHealthChecks.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.HttpsHealthChecks.Patch patch(String project,
                                                     String httpsHealthCheck,
                                                     HttpsHealthCheck content)
                                              throws IOException
        Updates a HttpsHealthCheck 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 "httpsHealthChecks.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.
        httpsHealthCheck - Name of the HttpsHealthCheck resource to patch.
        content - the HttpsHealthCheck
        Returns:
        the request
        Throws:
        IOException
      • update

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

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy