| Modifier and Type | Class and Description | 
|---|---|
| class  | Compute.RegionTargetTcpProxies.Delete | 
| class  | Compute.RegionTargetTcpProxies.Get | 
| class  | Compute.RegionTargetTcpProxies.Insert | 
| class  | Compute.RegionTargetTcpProxies.List | 
| class  | Compute.RegionTargetTcpProxies.TestIamPermissions | 
| Constructor and Description | 
|---|
| RegionTargetTcpProxies() | 
| 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. | 
| Compute.RegionTargetTcpProxies.TestIamPermissions | testIamPermissions(String project,
                  String region,
                  String resource,
                  TestPermissionsRequest content)Returns permissions that a caller has on the specified resource. | 
public Compute.RegionTargetTcpProxies.Delete delete(String project, String region, String targetTcpProxy) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.targetTcpProxy - Name of the TargetTcpProxy resource to delete.IOExceptionpublic Compute.RegionTargetTcpProxies.Get get(String project, String region, String targetTcpProxy) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.targetTcpProxy - Name of the TargetTcpProxy resource to return.IOExceptionpublic Compute.RegionTargetTcpProxies.Insert insert(String project, String region, TargetTcpProxy content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.content - the TargetTcpProxyIOExceptionpublic Compute.RegionTargetTcpProxies.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.IOExceptionpublic Compute.RegionTargetTcpProxies.TestIamPermissions testIamPermissions(String project, String region, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionCopyright © 2011–2022 Google. All rights reserved.