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