public class Compute.RegionTargetHttpsProxies
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Compute.RegionTargetHttpsProxies.Delete |
class |
Compute.RegionTargetHttpsProxies.Get |
class |
Compute.RegionTargetHttpsProxies.Insert |
class |
Compute.RegionTargetHttpsProxies.List |
class |
Compute.RegionTargetHttpsProxies.SetSslCertificates |
class |
Compute.RegionTargetHttpsProxies.SetUrlMap |
Constructor and Description |
---|
RegionTargetHttpsProxies() |
Modifier and Type | Method and Description |
---|---|
Compute.RegionTargetHttpsProxies.Delete |
delete(java.lang.String project,
java.lang.String region,
java.lang.String targetHttpsProxy)
Deletes the specified TargetHttpsProxy resource.
|
Compute.RegionTargetHttpsProxies.Get |
get(java.lang.String project,
java.lang.String region,
java.lang.String targetHttpsProxy)
Returns the specified TargetHttpsProxy resource in the specified region.
|
Compute.RegionTargetHttpsProxies.Insert |
insert(java.lang.String project,
java.lang.String region,
TargetHttpsProxy content)
Creates a TargetHttpsProxy resource in the specified project and region using the data included
in the request.
|
Compute.RegionTargetHttpsProxies.List |
list(java.lang.String project,
java.lang.String region)
Retrieves the list of TargetHttpsProxy resources available to the specified project in the
specified region.
|
Compute.RegionTargetHttpsProxies.SetSslCertificates |
setSslCertificates(java.lang.String project,
java.lang.String region,
java.lang.String targetHttpsProxy,
RegionTargetHttpsProxiesSetSslCertificatesRequest content)
Replaces SslCertificates for TargetHttpsProxy.
|
Compute.RegionTargetHttpsProxies.SetUrlMap |
setUrlMap(java.lang.String project,
java.lang.String region,
java.lang.String targetHttpsProxy,
UrlMapReference content)
Changes the URL map for TargetHttpsProxy.
|
public Compute.RegionTargetHttpsProxies.Delete delete(java.lang.String project, java.lang.String region, java.lang.String targetHttpsProxy) 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.targetHttpsProxy
- Name of the TargetHttpsProxy resource to delete.java.io.IOException
public Compute.RegionTargetHttpsProxies.Get get(java.lang.String project, java.lang.String region, java.lang.String targetHttpsProxy) 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.targetHttpsProxy
- Name of the TargetHttpsProxy resource to return.java.io.IOException
public Compute.RegionTargetHttpsProxies.Insert insert(java.lang.String project, java.lang.String region, TargetHttpsProxy 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 TargetHttpsProxy
java.io.IOException
public Compute.RegionTargetHttpsProxies.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.RegionTargetHttpsProxies.SetSslCertificates setSslCertificates(java.lang.String project, java.lang.String region, java.lang.String targetHttpsProxy, RegionTargetHttpsProxiesSetSslCertificatesRequest 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.targetHttpsProxy
- Name of the TargetHttpsProxy resource to set an SslCertificates resource for.content
- the RegionTargetHttpsProxiesSetSslCertificatesRequest
java.io.IOException
public Compute.RegionTargetHttpsProxies.SetUrlMap setUrlMap(java.lang.String project, java.lang.String region, java.lang.String targetHttpsProxy, 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.targetHttpsProxy
- Name of the TargetHttpsProxy to set a URL map for.content
- the UrlMapReference
java.io.IOException