target.apidocs.com.google.api.services.compute.Compute.TargetHttpsProxies.html Maven / Gradle / Ivy
The newest version!
Compute.TargetHttpsProxies (Compute Engine API v1-rev20250320-2.0.0)
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.Patch
class
Compute.TargetHttpsProxies.SetCertificateMap
class
Compute.TargetHttpsProxies.SetQuicOverride
class
Compute.TargetHttpsProxies.SetSslCertificates
class
Compute.TargetHttpsProxies.SetSslPolicy
class
Compute.TargetHttpsProxies.SetUrlMap
-
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.Patch
patch(String project,
String targetHttpsProxy,
TargetHttpsProxy content)
Patches the specified TargetHttpsProxy resource with the data included in the request.
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.
-
-
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. To prevent failure, Google recommends that you set the `returnPartialSuccess`
parameter to `true`.
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.
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
-
patch
public Compute.TargetHttpsProxies.Patch patch(String project,
String targetHttpsProxy,
TargetHttpsProxy content)
throws IOException
Patches the specified TargetHttpsProxy resource with the data included in the request. This
method supports PATCH semantics and uses JSON merge patch format and processing rules.
Create a request for the method "targetHttpsProxies.patch".
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 patch.
content - the TargetHttpsProxy
- 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
Copyright © 2011–2025 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy