Modifier and Type | Class and Description |
---|---|
class |
Compute.RegionTargetTcpProxies.Delete |
class |
Compute.RegionTargetTcpProxies.Get |
class |
Compute.RegionTargetTcpProxies.Insert |
class |
Compute.RegionTargetTcpProxies.List |
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.
|
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.IOException
public 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.IOException
public 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 TargetTcpProxy
IOException
public 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.IOException
Copyright © 2011–2025 Google. All rights reserved.