| 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 and Description | 
|---|
TargetTcpProxies()  | 
| 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. 
 | 
public Compute.TargetTcpProxies.Delete delete(String project, String targetTcpProxy) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.targetTcpProxy - Name of the TargetTcpProxy resource to delete.IOExceptionpublic Compute.TargetTcpProxies.Get get(String project, String targetTcpProxy) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.targetTcpProxy - Name of the TargetTcpProxy resource to return.IOExceptionpublic Compute.TargetTcpProxies.Insert insert(String project, TargetTcpProxy content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.content - the TargetTcpProxyIOExceptionpublic Compute.TargetTcpProxies.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.TargetTcpProxies.SetBackendService setBackendService(String project, String targetTcpProxy, TargetTcpProxiesSetBackendServiceRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.targetTcpProxy - Name of the TargetTcpProxy resource whose BackendService resource is to be set.content - the TargetTcpProxiesSetBackendServiceRequestIOExceptionpublic Compute.TargetTcpProxies.SetProxyHeader setProxyHeader(String project, String targetTcpProxy, TargetTcpProxiesSetProxyHeaderRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.targetTcpProxy - Name of the TargetTcpProxy resource whose ProxyHeader is to be set.content - the TargetTcpProxiesSetProxyHeaderRequestIOExceptionpublic Compute.TargetTcpProxies.TestIamPermissions testIamPermissions(String project, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionCopyright © 2011–2020 Google. All rights reserved.