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

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

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






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












com.google.api.services.compute

Class Compute.TargetHttpProxies

  • Enclosing class:
    Compute


    public class Compute.TargetHttpProxies
    extends Object
    The "targetHttpProxies" collection of methods.
    • Constructor Detail

      • TargetHttpProxies

        public TargetHttpProxies()
    • Method Detail

      • aggregatedList

        public Compute.TargetHttpProxies.AggregatedList aggregatedList(String project)
                                                                throws IOException
        Retrieves the list of all TargetHttpProxy 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 "targetHttpProxies.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.TargetHttpProxies.Delete delete(String project,
                                                       String targetHttpProxy)
                                                throws IOException
        Deletes the specified TargetHttpProxy resource. Create a request for the method "targetHttpProxies.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.
        targetHttpProxy - Name of the TargetHttpProxy resource to delete.
        Returns:
        the request
        Throws:
        IOException
      • get

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

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

        public Compute.TargetHttpProxies.List list(String project)
                                            throws IOException
        Retrieves the list of TargetHttpProxy resources available to the specified project. Create a request for the method "targetHttpProxies.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.TargetHttpProxies.Patch patch(String project,
                                                     String targetHttpProxy,
                                                     TargetHttpProxy content)
                                              throws IOException
        Patches the specified TargetHttpProxy 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 "targetHttpProxies.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.
        targetHttpProxy - Name of the TargetHttpProxy resource to patch.
        content - the TargetHttpProxy
        Returns:
        the request
        Throws:
        IOException
      • setUrlMap

        public Compute.TargetHttpProxies.SetUrlMap setUrlMap(String project,
                                                             String targetHttpProxy,
                                                             UrlMapReference content)
                                                      throws IOException
        Changes the URL map for TargetHttpProxy. Create a request for the method "targetHttpProxies.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.
        targetHttpProxy - Name of the TargetHttpProxy to set a URL map for.
        content - the UrlMapReference
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2025 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy