RegionAutoscalersResourceApi class
Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
delete(String project, String region, String autoscaler, {String requestId, String $fields})
→ Future<Operation>
-
Deletes the specified autoscaler. [...]
-
get(String project, String region, String autoscaler, {String $fields})
→ Future<Autoscaler>
-
Returns the specified autoscaler. [...]
-
insert(Autoscaler request, String project, String region, {String requestId, String $fields})
→ Future<Operation>
-
Creates an autoscaler in the specified project using the data included in
the request. [...]
-
list(String project, String region, {String filter, int maxResults, String orderBy, String pageToken, bool returnPartialSuccess, String $fields})
→ Future<RegionAutoscalerList>
-
Retrieves a list of autoscalers contained within the specified region. [...]
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
patch(Autoscaler request, String project, String region, {String autoscaler, String requestId, String $fields})
→ Future<Operation>
-
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. [...]
-
toString()
→ String
-
Returns a string representation of this object.
inherited
-
update(Autoscaler request, String project, String region, {String autoscaler, String requestId, String $fields})
→ Future<Operation>
-
Updates an autoscaler in the specified project using the data included in
the request. [...]