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