target.apidocs.com.google.api.services.compute.Compute.TargetTcpProxies.html Maven / Gradle / Ivy
The newest version!
Compute.TargetTcpProxies (Compute Engine API v1-rev20250320-2.0.0)
com.google.api.services.compute
Class Compute.TargetTcpProxies
- java.lang.Object
-
- com.google.api.services.compute.Compute.TargetTcpProxies
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Compute.TargetTcpProxies.AggregatedList
class
Compute.TargetTcpProxies.Delete
class
Compute.TargetTcpProxies.Get
class
Compute.TargetTcpProxies.Insert
class
Compute.TargetTcpProxies.List
class
Compute.TargetTcpProxies.SetBackendService
class
Compute.TargetTcpProxies.SetProxyHeader
-
Constructor Summary
Constructors
Constructor and Description
TargetTcpProxies()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Compute.TargetTcpProxies.AggregatedList
aggregatedList(String project)
Retrieves the list of all TargetTcpProxy resources, regional and global, available to the
specified project.
Compute.TargetTcpProxies.Delete
delete(String project,
String targetTcpProxy)
Deletes the specified TargetTcpProxy resource.
Compute.TargetTcpProxies.Get
get(String project,
String targetTcpProxy)
Returns the specified TargetTcpProxy resource.
Compute.TargetTcpProxies.Insert
insert(String project,
TargetTcpProxy content)
Creates a TargetTcpProxy resource in the specified project using the data included in the
request.
Compute.TargetTcpProxies.List
list(String project)
Retrieves the list of TargetTcpProxy resources available to the specified project.
Compute.TargetTcpProxies.SetBackendService
setBackendService(String project,
String targetTcpProxy,
TargetTcpProxiesSetBackendServiceRequest content)
Changes the BackendService for TargetTcpProxy.
Compute.TargetTcpProxies.SetProxyHeader
setProxyHeader(String project,
String targetTcpProxy,
TargetTcpProxiesSetProxyHeaderRequest content)
Changes the ProxyHeaderType for TargetTcpProxy.
-
-
Method Detail
-
aggregatedList
public Compute.TargetTcpProxies.AggregatedList aggregatedList(String project)
throws IOException
Retrieves the list of all TargetTcpProxy 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 "targetTcpProxies.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.TargetTcpProxies.Delete delete(String project,
String targetTcpProxy)
throws IOException
Deletes the specified TargetTcpProxy resource.
Create a request for the method "targetTcpProxies.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.
targetTcpProxy - Name of the TargetTcpProxy resource to delete.
- Returns:
- the request
- Throws:
IOException
-
get
public Compute.TargetTcpProxies.Get get(String project,
String targetTcpProxy)
throws IOException
Returns the specified TargetTcpProxy resource.
Create a request for the method "targetTcpProxies.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.
targetTcpProxy - Name of the TargetTcpProxy resource to return.
- Returns:
- the request
- Throws:
IOException
-
insert
public Compute.TargetTcpProxies.Insert insert(String project,
TargetTcpProxy content)
throws IOException
Creates a TargetTcpProxy resource in the specified project using the data included in the
request.
Create a request for the method "targetTcpProxies.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 TargetTcpProxy
- Returns:
- the request
- Throws:
IOException
-
list
public Compute.TargetTcpProxies.List list(String project)
throws IOException
Retrieves the list of TargetTcpProxy resources available to the specified project.
Create a request for the method "targetTcpProxies.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
-
setBackendService
public Compute.TargetTcpProxies.SetBackendService setBackendService(String project,
String targetTcpProxy,
TargetTcpProxiesSetBackendServiceRequest content)
throws IOException
Changes the BackendService for TargetTcpProxy.
Create a request for the method "targetTcpProxies.setBackendService".
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.
targetTcpProxy - Name of the TargetTcpProxy resource whose BackendService resource is to be set.
content - the TargetTcpProxiesSetBackendServiceRequest
- Returns:
- the request
- Throws:
IOException
-
setProxyHeader
public Compute.TargetTcpProxies.SetProxyHeader setProxyHeader(String project,
String targetTcpProxy,
TargetTcpProxiesSetProxyHeaderRequest content)
throws IOException
Changes the ProxyHeaderType for TargetTcpProxy.
Create a request for the method "targetTcpProxies.setProxyHeader".
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.
targetTcpProxy - Name of the TargetTcpProxy resource whose ProxyHeader is to be set.
content - the TargetTcpProxiesSetProxyHeaderRequest
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2025 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy