RegionBackendServicesResourceApi 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 backendService, {String requestId, String $fields})
→ Future<Operation>
-
Deletes the specified regional BackendService resource. [...]
-
get(String project, String region, String backendService, {String $fields})
→ Future<BackendService>
-
Returns the specified regional BackendService resource. [...]
-
getHealth(ResourceGroupReference request, String project, String region, String backendService, {String $fields})
→ Future<BackendServiceGroupHealth>
-
Gets the most recent health check results for this regional
BackendService. [...]
-
insert(BackendService request, String project, String region, {String requestId, String $fields})
→ Future<Operation>
-
Creates a regional BackendService resource in the specified project using
the data included in the request. For more information, see Backend
services overview. [...]
-
list(String project, String region, {String filter, int maxResults, String orderBy, String pageToken, bool returnPartialSuccess, String $fields})
→ Future<BackendServiceList>
-
Retrieves the list of regional BackendService resources available to the
specified project in the given region. [...]
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
patch(BackendService request, String project, String region, String backendService, {String requestId, String $fields})
→ Future<Operation>
-
Updates the specified regional BackendService resource with the data
included in the request. For more information, see Understanding backend
services 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(BackendService request, String project, String region, String backendService, {String requestId, String $fields})
→ Future<Operation>
-
Updates the specified regional BackendService resource with the data
included in the request. For more information, see Backend services
overview. [...]
Operators
-
operator ==(Object other)
→ bool
-
The equality operator. [...]
inherited