public class Compute.RegionTargetHttpProxies
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Compute.RegionTargetHttpProxies.Delete |
class |
Compute.RegionTargetHttpProxies.Get |
class |
Compute.RegionTargetHttpProxies.Insert |
class |
Compute.RegionTargetHttpProxies.List |
class |
Compute.RegionTargetHttpProxies.SetUrlMap |
Constructor and Description |
---|
RegionTargetHttpProxies() |
Modifier and Type | Method and Description |
---|---|
Compute.RegionTargetHttpProxies.Delete |
delete(java.lang.String project,
java.lang.String region,
java.lang.String targetHttpProxy)
Deletes the specified TargetHttpProxy resource.
|
Compute.RegionTargetHttpProxies.Get |
get(java.lang.String project,
java.lang.String region,
java.lang.String targetHttpProxy)
Returns the specified TargetHttpProxy resource in the specified region.
|
Compute.RegionTargetHttpProxies.Insert |
insert(java.lang.String project,
java.lang.String region,
TargetHttpProxy content)
Creates a TargetHttpProxy resource in the specified project and region using the data included in
the request.
|
Compute.RegionTargetHttpProxies.List |
list(java.lang.String project,
java.lang.String region)
Retrieves the list of TargetHttpProxy resources available to the specified project in the
specified region.
|
Compute.RegionTargetHttpProxies.SetUrlMap |
setUrlMap(java.lang.String project,
java.lang.String region,
java.lang.String targetHttpProxy,
UrlMapReference content)
Changes the URL map for TargetHttpProxy.
|
public Compute.RegionTargetHttpProxies.Delete delete(java.lang.String project, java.lang.String region, java.lang.String targetHttpProxy) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region scoping this request.targetHttpProxy
- Name of the TargetHttpProxy resource to delete.java.io.IOException
public Compute.RegionTargetHttpProxies.Get get(java.lang.String project, java.lang.String region, java.lang.String targetHttpProxy) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region scoping this request.targetHttpProxy
- Name of the TargetHttpProxy resource to return.java.io.IOException
public Compute.RegionTargetHttpProxies.Insert insert(java.lang.String project, java.lang.String region, TargetHttpProxy content) throws java.io.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 TargetHttpProxy
java.io.IOException
public Compute.RegionTargetHttpProxies.List list(java.lang.String project, java.lang.String region) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region scoping this request.java.io.IOException
public Compute.RegionTargetHttpProxies.SetUrlMap setUrlMap(java.lang.String project, java.lang.String region, java.lang.String targetHttpProxy, UrlMapReference content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region scoping this request.targetHttpProxy
- Name of the TargetHttpProxy to set a URL map for.content
- the UrlMapReference
java.io.IOException