![JAR search and dependency download from the Maven repository](/logo.png)
target.apidocs.com.google.api.services.compute.Compute.TargetTcpProxies.html Maven / Gradle / Ivy
Compute.TargetTcpProxies (Compute Engine API beta-rev20220726-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.Delete
class
Compute.TargetTcpProxies.Get
class
Compute.TargetTcpProxies.Insert
class
Compute.TargetTcpProxies.List
class
Compute.TargetTcpProxies.SetBackendService
class
Compute.TargetTcpProxies.SetProxyHeader
class
Compute.TargetTcpProxies.TestIamPermissions
-
Constructor Summary
Constructors
Constructor and Description
TargetTcpProxies()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
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.
Compute.TargetTcpProxies.TestIamPermissions
testIamPermissions(String project,
String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
-
-
Method Detail
-
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. Gets a list of available target TCP proxies by
making a list() request.
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
-
testIamPermissions
public Compute.TargetTcpProxies.TestIamPermissions testIamPermissions(String project,
String resource,
TestPermissionsRequest content)
throws IOException
Returns permissions that a caller has on the specified resource.
Create a request for the method "targetTcpProxies.testIamPermissions".
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.
resource
- Name or id of the resource for this request.
content
- the TestPermissionsRequest
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2022 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy