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
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Compute.RegionTargetTcpProxies.Delete
class
Compute.RegionTargetTcpProxies.Get
class
Compute.RegionTargetTcpProxies.Insert
class
Compute.RegionTargetTcpProxies.List
-
Constructor Summary
Constructors
Constructor and Description
RegionTargetTcpProxies()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Compute.RegionTargetTcpProxies.Delete
delete(String project,
String region,
String targetTcpProxy)
Deletes the specified TargetTcpProxy resource.
Compute.RegionTargetTcpProxies.Get
get(String project,
String region,
String targetTcpProxy)
Returns the specified TargetTcpProxy resource.
Compute.RegionTargetTcpProxies.Insert
insert(String project,
String region,
TargetTcpProxy content)
Creates a TargetTcpProxy resource in the specified project and region using the data included in
the request.
Compute.RegionTargetTcpProxies.List
list(String project,
String region)
Retrieves a list of TargetTcpProxy resources available to the specified project in a given
region.
-
-
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