| 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 and Description | 
|---|
RegionAutoscalers()  | 
| 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. 
 | 
public Compute.RegionAutoscalers.Delete delete(String project, String region, String autoscaler) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.autoscaler - Name of the autoscaler to delete.IOExceptionpublic Compute.RegionAutoscalers.Get get(String project, String region, String autoscaler) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.autoscaler - Name of the autoscaler to return.IOExceptionpublic Compute.RegionAutoscalers.Insert insert(String project, String region, Autoscaler content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.content - the AutoscalerIOExceptionpublic Compute.RegionAutoscalers.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.IOExceptionpublic Compute.RegionAutoscalers.Patch patch(String project, String region, Autoscaler content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.content - the AutoscalerIOExceptionpublic Compute.RegionAutoscalers.TestIamPermissions testIamPermissions(String project, String region, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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 TestPermissionsRequestIOExceptionpublic Compute.RegionAutoscalers.Update update(String project, String region, Autoscaler content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.content - the AutoscalerIOExceptionCopyright © 2011–2020 Google. All rights reserved.