target.apidocs.com.google.api.services.compute.Compute.RegionTargetHttpsProxies.html Maven / Gradle / Ivy
Compute.RegionTargetHttpsProxies (Compute Engine API v1-rev20250107-2.0.0)
com.google.api.services.compute
Class Compute.RegionTargetHttpsProxies
- java.lang.Object
-
- com.google.api.services.compute.Compute.RegionTargetHttpsProxies
-
-
Nested Class Summary
Nested Classes
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.Patch
class
Compute.RegionTargetHttpsProxies.SetSslCertificates
class
Compute.RegionTargetHttpsProxies.SetUrlMap
-
Constructor Summary
Constructors
Constructor and Description
RegionTargetHttpsProxies()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Compute.RegionTargetHttpsProxies.Delete
delete(String project,
String region,
String targetHttpsProxy)
Deletes the specified TargetHttpsProxy resource.
Compute.RegionTargetHttpsProxies.Get
get(String project,
String region,
String targetHttpsProxy)
Returns the specified TargetHttpsProxy resource in the specified region.
Compute.RegionTargetHttpsProxies.Insert
insert(String project,
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(String project,
String region)
Retrieves the list of TargetHttpsProxy resources available to the specified project in the
specified region.
Compute.RegionTargetHttpsProxies.Patch
patch(String project,
String region,
String targetHttpsProxy,
TargetHttpsProxy content)
Patches the specified regional TargetHttpsProxy resource with the data included in the request.
Compute.RegionTargetHttpsProxies.SetSslCertificates
setSslCertificates(String project,
String region,
String targetHttpsProxy,
RegionTargetHttpsProxiesSetSslCertificatesRequest content)
Replaces SslCertificates for TargetHttpsProxy.
Compute.RegionTargetHttpsProxies.SetUrlMap
setUrlMap(String project,
String region,
String targetHttpsProxy,
UrlMapReference content)
Changes the URL map for TargetHttpsProxy.
-
-
Method Detail
-
delete
public Compute.RegionTargetHttpsProxies.Delete delete(String project,
String region,
String targetHttpsProxy)
throws IOException
Deletes the specified TargetHttpsProxy resource.
Create a request for the method "regionTargetHttpsProxies.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.
region - Name of the region scoping this request.
targetHttpsProxy - Name of the TargetHttpsProxy resource to delete.
- Returns:
- the request
- Throws:
IOException
-
get
public Compute.RegionTargetHttpsProxies.Get get(String project,
String region,
String targetHttpsProxy)
throws IOException
Returns the specified TargetHttpsProxy resource in the specified region.
Create a request for the method "regionTargetHttpsProxies.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.
region - Name of the region scoping this request.
targetHttpsProxy - Name of the TargetHttpsProxy resource to return.
- Returns:
- the request
- Throws:
IOException
-
insert
public Compute.RegionTargetHttpsProxies.Insert insert(String project,
String region,
TargetHttpsProxy content)
throws IOException
Creates a TargetHttpsProxy resource in the specified project and region using the data included
in the request.
Create a request for the method "regionTargetHttpsProxies.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.
region - Name of the region scoping this request.
content - the TargetHttpsProxy
- Returns:
- the request
- Throws:
IOException
-
list
public Compute.RegionTargetHttpsProxies.List list(String project,
String region)
throws IOException
Retrieves the list of TargetHttpsProxy resources available to the specified project in the
specified region.
Create a request for the method "regionTargetHttpsProxies.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.
region - Name of the region scoping this request.
- Returns:
- the request
- Throws:
IOException
-
patch
public Compute.RegionTargetHttpsProxies.Patch patch(String project,
String region,
String targetHttpsProxy,
TargetHttpsProxy content)
throws IOException
Patches the specified regional 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 "regionTargetHttpsProxies.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.
region - Name of the region for this request.
targetHttpsProxy - Name of the TargetHttpsProxy resource to patch.
content - the TargetHttpsProxy
- Returns:
- the request
- Throws:
IOException
-
setSslCertificates
public Compute.RegionTargetHttpsProxies.SetSslCertificates setSslCertificates(String project,
String region,
String targetHttpsProxy,
RegionTargetHttpsProxiesSetSslCertificatesRequest content)
throws IOException
Replaces SslCertificates for TargetHttpsProxy.
Create a request for the method "regionTargetHttpsProxies.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.
region - Name of the region scoping this request.
targetHttpsProxy - Name of the TargetHttpsProxy resource to set an SslCertificates resource for.
content - the RegionTargetHttpsProxiesSetSslCertificatesRequest
- Returns:
- the request
- Throws:
IOException
-
setUrlMap
public Compute.RegionTargetHttpsProxies.SetUrlMap setUrlMap(String project,
String region,
String targetHttpsProxy,
UrlMapReference content)
throws IOException
Changes the URL map for TargetHttpsProxy.
Create a request for the method "regionTargetHttpsProxies.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.
region - Name of the region scoping this request.
targetHttpsProxy - Name of the TargetHttpsProxy to set a URL map for.
content - the UrlMapReference
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2025 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy