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

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

The newest version!






Compute.TargetHttpsProxies (Compute Engine API v1-rev20250320-2.0.0)












com.google.api.services.compute

Class Compute.TargetHttpsProxies

  • Enclosing class:
    Compute


    public class Compute.TargetHttpsProxies
    extends Object
    The "targetHttpsProxies" collection of methods.
    • Constructor Detail

      • TargetHttpsProxies

        public TargetHttpsProxies()
    • Method Detail

      • aggregatedList

        public Compute.TargetHttpsProxies.AggregatedList aggregatedList(String project)
                                                                 throws IOException
        Retrieves the list of all TargetHttpsProxy resources, regional and global, available to the specified project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. Create a request for the method "targetHttpsProxies.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.TargetHttpsProxies.Delete delete(String project,
                                                        String targetHttpsProxy)
                                                 throws IOException
        Deletes the specified TargetHttpsProxy resource. Create a request for the method "targetHttpsProxies.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.
        targetHttpsProxy - Name of the TargetHttpsProxy resource to delete.
        Returns:
        the request
        Throws:
        IOException
      • get

        public Compute.TargetHttpsProxies.Get get(String project,
                                                  String targetHttpsProxy)
                                           throws IOException
        Returns the specified TargetHttpsProxy resource. Create a request for the method "targetHttpsProxies.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.
        targetHttpsProxy - Name of the TargetHttpsProxy resource to return.
        Returns:
        the request
        Throws:
        IOException
      • insert

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

        public Compute.TargetHttpsProxies.List list(String project)
                                             throws IOException
        Retrieves the list of TargetHttpsProxy resources available to the specified project. Create a request for the method "targetHttpsProxies.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.TargetHttpsProxies.Patch patch(String project,
                                                      String targetHttpsProxy,
                                                      TargetHttpsProxy content)
                                               throws IOException
        Patches the specified TargetHttpsProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules. Create a request for the method "targetHttpsProxies.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.
        targetHttpsProxy - Name of the TargetHttpsProxy resource to patch.
        content - the TargetHttpsProxy
        Returns:
        the request
        Throws:
        IOException
      • setCertificateMap

        public Compute.TargetHttpsProxies.SetCertificateMap setCertificateMap(String project,
                                                                              String targetHttpsProxy,
                                                                              TargetHttpsProxiesSetCertificateMapRequest content)
                                                                       throws IOException
        Changes the Certificate Map for TargetHttpsProxy. Create a request for the method "targetHttpsProxies.setCertificateMap". 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.
        targetHttpsProxy - Name of the TargetHttpsProxy resource whose CertificateMap is to be set. The name must be 1-63 characters long, and comply with RFC1035.
        content - the TargetHttpsProxiesSetCertificateMapRequest
        Returns:
        the request
        Throws:
        IOException
      • setQuicOverride

        public Compute.TargetHttpsProxies.SetQuicOverride setQuicOverride(String project,
                                                                          String targetHttpsProxy,
                                                                          TargetHttpsProxiesSetQuicOverrideRequest content)
                                                                   throws IOException
        Sets the QUIC override policy for TargetHttpsProxy. Create a request for the method "targetHttpsProxies.setQuicOverride". 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.
        targetHttpsProxy - Name of the TargetHttpsProxy resource to set the QUIC override policy for. The name should conform to RFC1035.
        content - the TargetHttpsProxiesSetQuicOverrideRequest
        Returns:
        the request
        Throws:
        IOException
      • setSslPolicy

        public Compute.TargetHttpsProxies.SetSslPolicy setSslPolicy(String project,
                                                                    String targetHttpsProxy,
                                                                    SslPolicyReference content)
                                                             throws IOException
        Sets the SSL policy for TargetHttpsProxy. The SSL policy specifies the server-side support for SSL features. This affects connections between clients and the HTTPS proxy load balancer. They do not affect the connection between the load balancer and the backends. Create a request for the method "targetHttpsProxies.setSslPolicy". 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.
        targetHttpsProxy - Name of the TargetHttpsProxy resource whose SSL policy is to be set. The name must be 1-63 characters long, and comply with RFC1035.
        content - the SslPolicyReference
        Returns:
        the request
        Throws:
        IOException
      • setUrlMap

        public Compute.TargetHttpsProxies.SetUrlMap setUrlMap(String project,
                                                              String targetHttpsProxy,
                                                              UrlMapReference content)
                                                       throws IOException
        Changes the URL map for TargetHttpsProxy. Create a request for the method "targetHttpsProxies.setUrlMap". 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.
        targetHttpsProxy - Name of the TargetHttpsProxy resource whose URL map is to be set.
        content - the UrlMapReference
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2025 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy