![JAR search and dependency download from the Maven repository](/logo.png)
target.apidocs.com.google.api.services.compute.Compute.RegionTargetHttpProxies.html Maven / Gradle / Ivy
Compute.RegionTargetHttpProxies (Compute Engine API beta-rev20220312-1.32.1)
com.google.api.services.compute
Class Compute.RegionTargetHttpProxies
- java.lang.Object
-
- com.google.api.services.compute.Compute.RegionTargetHttpProxies
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Compute.RegionTargetHttpProxies.Delete
class
Compute.RegionTargetHttpProxies.Get
class
Compute.RegionTargetHttpProxies.Insert
class
Compute.RegionTargetHttpProxies.List
class
Compute.RegionTargetHttpProxies.SetUrlMap
class
Compute.RegionTargetHttpProxies.TestIamPermissions
-
Constructor Summary
Constructors
Constructor and Description
RegionTargetHttpProxies()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Compute.RegionTargetHttpProxies.Delete
delete(String project,
String region,
String targetHttpProxy)
Deletes the specified TargetHttpProxy resource.
Compute.RegionTargetHttpProxies.Get
get(String project,
String region,
String targetHttpProxy)
Returns the specified TargetHttpProxy resource in the specified region.
Compute.RegionTargetHttpProxies.Insert
insert(String project,
String region,
TargetHttpProxy content)
Creates a TargetHttpProxy resource in the specified project and region using the data included in
the request.
Compute.RegionTargetHttpProxies.List
list(String project,
String region)
Retrieves the list of TargetHttpProxy resources available to the specified project in the
specified region.
Compute.RegionTargetHttpProxies.SetUrlMap
setUrlMap(String project,
String region,
String targetHttpProxy,
UrlMapReference content)
Changes the URL map for TargetHttpProxy.
Compute.RegionTargetHttpProxies.TestIamPermissions
testIamPermissions(String project,
String region,
String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
-
-
Method Detail
-
delete
public Compute.RegionTargetHttpProxies.Delete delete(String project,
String region,
String targetHttpProxy)
throws IOException
Deletes the specified TargetHttpProxy resource.
Create a request for the method "regionTargetHttpProxies.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.
targetHttpProxy
- Name of the TargetHttpProxy resource to delete.
- Returns:
- the request
- Throws:
IOException
-
get
public Compute.RegionTargetHttpProxies.Get get(String project,
String region,
String targetHttpProxy)
throws IOException
Returns the specified TargetHttpProxy resource in the specified region. Gets a list of available
target HTTP proxies by making a list() request.
Create a request for the method "regionTargetHttpProxies.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.
targetHttpProxy
- Name of the TargetHttpProxy resource to return.
- Returns:
- the request
- Throws:
IOException
-
insert
public Compute.RegionTargetHttpProxies.Insert insert(String project,
String region,
TargetHttpProxy content)
throws IOException
Creates a TargetHttpProxy resource in the specified project and region using the data included in
the request.
Create a request for the method "regionTargetHttpProxies.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 TargetHttpProxy
- Returns:
- the request
- Throws:
IOException
-
list
public Compute.RegionTargetHttpProxies.List list(String project,
String region)
throws IOException
Retrieves the list of TargetHttpProxy resources available to the specified project in the
specified region.
Create a request for the method "regionTargetHttpProxies.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
-
setUrlMap
public Compute.RegionTargetHttpProxies.SetUrlMap setUrlMap(String project,
String region,
String targetHttpProxy,
UrlMapReference content)
throws IOException
Changes the URL map for TargetHttpProxy.
Create a request for the method "regionTargetHttpProxies.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.
targetHttpProxy
- Name of the TargetHttpProxy to set a URL map for.
content
- the UrlMapReference
- Returns:
- the request
- Throws:
IOException
-
testIamPermissions
public Compute.RegionTargetHttpProxies.TestIamPermissions testIamPermissions(String project,
String region,
String resource,
TestPermissionsRequest content)
throws IOException
Returns permissions that a caller has on the specified resource.
Create a request for the method "regionTargetHttpProxies.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.
region
- The name of the region for this request.
resource
- Name or id of the resource for this request.
content
- the TestPermissionsRequest
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2022 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy