![JAR search and dependency download from the Maven repository](/logo.png)
target.apidocs.com.google.api.services.compute.Compute.RegionAutoscalers.html Maven / Gradle / Ivy
Compute.RegionAutoscalers (Compute Engine API beta-rev20220726-2.0.0)
com.google.api.services.compute
Class Compute.RegionAutoscalers
- java.lang.Object
-
- com.google.api.services.compute.Compute.RegionAutoscalers
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Compute.RegionAutoscalers.Delete
class
Compute.RegionAutoscalers.Get
class
Compute.RegionAutoscalers.Insert
class
Compute.RegionAutoscalers.List
class
Compute.RegionAutoscalers.Patch
class
Compute.RegionAutoscalers.TestIamPermissions
class
Compute.RegionAutoscalers.Update
-
Constructor Summary
Constructors
Constructor and Description
RegionAutoscalers()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Compute.RegionAutoscalers.Delete
delete(String project,
String region,
String autoscaler)
Deletes the specified autoscaler.
Compute.RegionAutoscalers.Get
get(String project,
String region,
String autoscaler)
Returns the specified autoscaler.
Compute.RegionAutoscalers.Insert
insert(String project,
String region,
Autoscaler content)
Creates an autoscaler in the specified project using the data included in the request.
Compute.RegionAutoscalers.List
list(String project,
String region)
Retrieves a list of autoscalers contained within the specified region.
Compute.RegionAutoscalers.Patch
patch(String project,
String region,
Autoscaler content)
Updates an autoscaler in the specified project using the data included in the request.
Compute.RegionAutoscalers.TestIamPermissions
testIamPermissions(String project,
String region,
String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
Compute.RegionAutoscalers.Update
update(String project,
String region,
Autoscaler content)
Updates an autoscaler in the specified project using the data included in the request.
-
-
Method Detail
-
delete
public Compute.RegionAutoscalers.Delete delete(String project,
String region,
String autoscaler)
throws IOException
Deletes the specified autoscaler.
Create a request for the method "regionAutoscalers.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.
autoscaler
- Name of the autoscaler to delete.
- Returns:
- the request
- Throws:
IOException
-
get
public Compute.RegionAutoscalers.Get get(String project,
String region,
String autoscaler)
throws IOException
Returns the specified autoscaler.
Create a request for the method "regionAutoscalers.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.
autoscaler
- Name of the autoscaler to return.
- Returns:
- the request
- Throws:
IOException
-
insert
public Compute.RegionAutoscalers.Insert insert(String project,
String region,
Autoscaler content)
throws IOException
Creates an autoscaler in the specified project using the data included in the request.
Create a request for the method "regionAutoscalers.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 Autoscaler
- Returns:
- the request
- Throws:
IOException
-
list
public Compute.RegionAutoscalers.List list(String project,
String region)
throws IOException
Retrieves a list of autoscalers contained within the specified region.
Create a request for the method "regionAutoscalers.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.RegionAutoscalers.Patch patch(String project,
String region,
Autoscaler content)
throws IOException
Updates an autoscaler in the specified project using the data included in the request. This
method supports PATCH semantics and uses the JSON merge patch format and processing rules.
Create a request for the method "regionAutoscalers.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 scoping this request.
content
- the Autoscaler
- Returns:
- the request
- Throws:
IOException
-
testIamPermissions
public Compute.RegionAutoscalers.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 "regionAutoscalers.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
-
update
public Compute.RegionAutoscalers.Update update(String project,
String region,
Autoscaler content)
throws IOException
Updates an autoscaler in the specified project using the data included in the request.
Create a request for the method "regionAutoscalers.update".
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 Autoscaler
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2022 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy