
target.apidocs.com.google.api.services.compute.Compute.TargetHttpsProxies.html Maven / Gradle / Ivy
Compute.TargetHttpsProxies (Compute Engine API alpha-rev20200526-1.30.9)
com.google.api.services.compute
Class Compute.TargetHttpsProxies
- java.lang.Object
-
- com.google.api.services.compute.Compute.TargetHttpsProxies
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Compute.TargetHttpsProxies.AggregatedList
class
Compute.TargetHttpsProxies.Delete
class
Compute.TargetHttpsProxies.Get
class
Compute.TargetHttpsProxies.Insert
class
Compute.TargetHttpsProxies.List
class
Compute.TargetHttpsProxies.SetCertificateMap
class
Compute.TargetHttpsProxies.SetQuicOverride
class
Compute.TargetHttpsProxies.SetSslCertificates
class
Compute.TargetHttpsProxies.SetSslPolicy
class
Compute.TargetHttpsProxies.SetUrlMap
class
Compute.TargetHttpsProxies.TestIamPermissions
-
Constructor Summary
Constructors
Constructor and Description
TargetHttpsProxies()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Compute.TargetHttpsProxies.AggregatedList
aggregatedList(String project)
Retrieves the list of all TargetHttpsProxy resources, regional and global, available to the
specified project.
Compute.TargetHttpsProxies.Delete
delete(String project,
String targetHttpsProxy)
Deletes the specified TargetHttpsProxy resource.
Compute.TargetHttpsProxies.Get
get(String project,
String targetHttpsProxy)
Returns the specified TargetHttpsProxy resource.
Compute.TargetHttpsProxies.Insert
insert(String project,
TargetHttpsProxy content)
Creates a TargetHttpsProxy resource in the specified project using the data included in the
request.
Compute.TargetHttpsProxies.List
list(String project)
Retrieves the list of TargetHttpsProxy resources available to the specified project.
Compute.TargetHttpsProxies.SetCertificateMap
setCertificateMap(String project,
String targetHttpsProxy,
TargetHttpsProxiesSetCertificateMapRequest content)
Changes the Certificate Map for TargetHttpsProxy.
Compute.TargetHttpsProxies.SetQuicOverride
setQuicOverride(String project,
String targetHttpsProxy,
TargetHttpsProxiesSetQuicOverrideRequest content)
Sets the QUIC override policy for TargetHttpsProxy.
Compute.TargetHttpsProxies.SetSslCertificates
setSslCertificates(String project,
String targetHttpsProxy,
TargetHttpsProxiesSetSslCertificatesRequest content)
Replaces SslCertificates for TargetHttpsProxy.
Compute.TargetHttpsProxies.SetSslPolicy
setSslPolicy(String project,
String targetHttpsProxy,
SslPolicyReference content)
Sets the SSL policy for TargetHttpsProxy.
Compute.TargetHttpsProxies.SetUrlMap
setUrlMap(String project,
String targetHttpsProxy,
UrlMapReference content)
Changes the URL map for TargetHttpsProxy.
Compute.TargetHttpsProxies.TestIamPermissions
testIamPermissions(String project,
String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
-
-
Method Detail
-
aggregatedList
public Compute.TargetHttpsProxies.AggregatedList aggregatedList(String project)
throws IOException
Retrieves the list of all TargetHttpsProxy resources, regional and global, available to the
specified project.
Create a request for the method "targetHttpsProxies.aggregatedList".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Name of the project scoping this request.
- Returns:
- the request
- Throws:
IOException
-
delete
public Compute.TargetHttpsProxies.Delete delete(String project,
String targetHttpsProxy)
throws IOException
Deletes the specified TargetHttpsProxy resource.
Create a request for the method "targetHttpsProxies.delete".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
targetHttpsProxy
- Name of the TargetHttpsProxy resource to delete.
- Returns:
- the request
- Throws:
IOException
-
get
public Compute.TargetHttpsProxies.Get get(String project,
String targetHttpsProxy)
throws IOException
Returns the specified TargetHttpsProxy resource. Gets a list of available target HTTPS proxies by
making a list() request.
Create a request for the method "targetHttpsProxies.get".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
targetHttpsProxy
- Name of the TargetHttpsProxy resource to return.
- Returns:
- the request
- Throws:
IOException
-
insert
public Compute.TargetHttpsProxies.Insert insert(String project,
TargetHttpsProxy content)
throws IOException
Creates a TargetHttpsProxy resource in the specified project using the data included in the
request.
Create a request for the method "targetHttpsProxies.insert".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
content
- the TargetHttpsProxy
- Returns:
- the request
- Throws:
IOException
-
list
public Compute.TargetHttpsProxies.List list(String project)
throws IOException
Retrieves the list of TargetHttpsProxy resources available to the specified project.
Create a request for the method "targetHttpsProxies.list".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
- Returns:
- the request
- Throws:
IOException
-
setCertificateMap
public Compute.TargetHttpsProxies.SetCertificateMap setCertificateMap(String project,
String targetHttpsProxy,
TargetHttpsProxiesSetCertificateMapRequest content)
throws IOException
Changes the Certificate Map for TargetHttpsProxy.
Create a request for the method "targetHttpsProxies.setCertificateMap".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
targetHttpsProxy
- Name of the TargetHttpsProxy resource whose CertificateMap is to be set. The name must be 1-63
characters long, and comply with RFC1035.
content
- the TargetHttpsProxiesSetCertificateMapRequest
- Returns:
- the request
- Throws:
IOException
-
setQuicOverride
public Compute.TargetHttpsProxies.SetQuicOverride setQuicOverride(String project,
String targetHttpsProxy,
TargetHttpsProxiesSetQuicOverrideRequest content)
throws IOException
Sets the QUIC override policy for TargetHttpsProxy.
Create a request for the method "targetHttpsProxies.setQuicOverride".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
targetHttpsProxy
- Name of the TargetHttpsProxy resource to set the QUIC override policy for. The name should conform
to RFC1035.
content
- the TargetHttpsProxiesSetQuicOverrideRequest
- Returns:
- the request
- Throws:
IOException
-
setSslCertificates
public Compute.TargetHttpsProxies.SetSslCertificates setSslCertificates(String project,
String targetHttpsProxy,
TargetHttpsProxiesSetSslCertificatesRequest content)
throws IOException
Replaces SslCertificates for TargetHttpsProxy.
Create a request for the method "targetHttpsProxies.setSslCertificates".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
targetHttpsProxy
- Name of the TargetHttpsProxy resource to set an SslCertificates resource for.
content
- the TargetHttpsProxiesSetSslCertificatesRequest
- Returns:
- the request
- Throws:
IOException
-
setSslPolicy
public Compute.TargetHttpsProxies.SetSslPolicy setSslPolicy(String project,
String targetHttpsProxy,
SslPolicyReference content)
throws IOException
Sets the SSL policy for TargetHttpsProxy. The SSL policy specifies the server-side support for
SSL features. This affects connections between clients and the HTTPS proxy load balancer. They do
not affect the connection between the load balancer and the backends.
Create a request for the method "targetHttpsProxies.setSslPolicy".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
targetHttpsProxy
- Name of the TargetHttpsProxy resource whose SSL policy is to be set. The name must be 1-63
characters long, and comply with RFC1035.
content
- the SslPolicyReference
- Returns:
- the request
- Throws:
IOException
-
setUrlMap
public Compute.TargetHttpsProxies.SetUrlMap setUrlMap(String project,
String targetHttpsProxy,
UrlMapReference content)
throws IOException
Changes the URL map for TargetHttpsProxy.
Create a request for the method "targetHttpsProxies.setUrlMap".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
targetHttpsProxy
- Name of the TargetHttpsProxy resource whose URL map is to be set.
content
- the UrlMapReference
- Returns:
- the request
- Throws:
IOException
-
testIamPermissions
public Compute.TargetHttpsProxies.TestIamPermissions testIamPermissions(String project,
String resource,
TestPermissionsRequest content)
throws IOException
Returns permissions that a caller has on the specified resource.
Create a request for the method "targetHttpsProxies.testIamPermissions".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
resource
- Name or id of the resource for this request.
content
- the TestPermissionsRequest
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2020 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy