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

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

The newest version!






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












com.google.api.services.compute

Class Compute.RegionTargetTcpProxies

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


    public class Compute.RegionTargetTcpProxies
    extends Object
    The "regionTargetTcpProxies" collection of methods.
    • Constructor Detail

      • RegionTargetTcpProxies

        public RegionTargetTcpProxies()
    • Method Detail

      • delete

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

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

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

        public Compute.RegionTargetTcpProxies.List list(String project,
                                                        String region)
                                                 throws IOException
        Retrieves a list of TargetTcpProxy resources available to the specified project in a given region. Create a request for the method "regionTargetTcpProxies.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

Copyright © 2011–2025 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy