target.apidocs.com.google.api.services.compute.Compute.TargetHttpProxies.html Maven / Gradle / Ivy
Compute.TargetHttpProxies (Compute Engine API v1-rev20250107-2.0.0)
com.google.api.services.compute
Class Compute.TargetHttpProxies
- java.lang.Object
-
- com.google.api.services.compute.Compute.TargetHttpProxies
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Compute.TargetHttpProxies.AggregatedList
class
Compute.TargetHttpProxies.Delete
class
Compute.TargetHttpProxies.Get
class
Compute.TargetHttpProxies.Insert
class
Compute.TargetHttpProxies.List
class
Compute.TargetHttpProxies.Patch
class
Compute.TargetHttpProxies.SetUrlMap
-
Constructor Summary
Constructors
Constructor and Description
TargetHttpProxies()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Compute.TargetHttpProxies.AggregatedList
aggregatedList(String project)
Retrieves the list of all TargetHttpProxy resources, regional and global, available to the
specified project.
Compute.TargetHttpProxies.Delete
delete(String project,
String targetHttpProxy)
Deletes the specified TargetHttpProxy resource.
Compute.TargetHttpProxies.Get
get(String project,
String targetHttpProxy)
Returns the specified TargetHttpProxy resource.
Compute.TargetHttpProxies.Insert
insert(String project,
TargetHttpProxy content)
Creates a TargetHttpProxy resource in the specified project using the data included in the
request.
Compute.TargetHttpProxies.List
list(String project)
Retrieves the list of TargetHttpProxy resources available to the specified project.
Compute.TargetHttpProxies.Patch
patch(String project,
String targetHttpProxy,
TargetHttpProxy content)
Patches the specified TargetHttpProxy resource with the data included in the request.
Compute.TargetHttpProxies.SetUrlMap
setUrlMap(String project,
String targetHttpProxy,
UrlMapReference content)
Changes the URL map for TargetHttpProxy.
-
-
Method Detail
-
aggregatedList
public Compute.TargetHttpProxies.AggregatedList aggregatedList(String project)
throws IOException
Retrieves the list of all TargetHttpProxy 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 "targetHttpProxies.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.TargetHttpProxies.Delete delete(String project,
String targetHttpProxy)
throws IOException
Deletes the specified TargetHttpProxy resource.
Create a request for the method "targetHttpProxies.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.
targetHttpProxy - Name of the TargetHttpProxy resource to delete.
- Returns:
- the request
- Throws:
IOException
-
get
public Compute.TargetHttpProxies.Get get(String project,
String targetHttpProxy)
throws IOException
Returns the specified TargetHttpProxy resource.
Create a request for the method "targetHttpProxies.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.
targetHttpProxy - Name of the TargetHttpProxy resource to return.
- Returns:
- the request
- Throws:
IOException
-
insert
public Compute.TargetHttpProxies.Insert insert(String project,
TargetHttpProxy content)
throws IOException
Creates a TargetHttpProxy resource in the specified project using the data included in the
request.
Create a request for the method "targetHttpProxies.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 TargetHttpProxy
- Returns:
- the request
- Throws:
IOException
-
list
public Compute.TargetHttpProxies.List list(String project)
throws IOException
Retrieves the list of TargetHttpProxy resources available to the specified project.
Create a request for the method "targetHttpProxies.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.TargetHttpProxies.Patch patch(String project,
String targetHttpProxy,
TargetHttpProxy content)
throws IOException
Patches the specified TargetHttpProxy 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 "targetHttpProxies.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.
targetHttpProxy - Name of the TargetHttpProxy resource to patch.
content - the TargetHttpProxy
- Returns:
- the request
- Throws:
IOException
-
setUrlMap
public Compute.TargetHttpProxies.SetUrlMap setUrlMap(String project,
String targetHttpProxy,
UrlMapReference content)
throws IOException
Changes the URL map for TargetHttpProxy.
Create a request for the method "targetHttpProxies.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.
targetHttpProxy - Name of the TargetHttpProxy 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