RegionBackendServicesResource class

Constructors

RegionBackendServicesResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
getIamPolicy(String project, String region, String resource, {int? optionsRequestedPolicyVersion, String? $fields}) Future<Policy>
Gets the access control policy for a resource.
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.
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.
listUsable(String project, String region, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields}) Future<BackendServiceListUsable>
Retrieves an aggregated list of all usable backend services in the specified project in the given region.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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.
setIamPolicy(RegionSetPolicyRequest request, String project, String region, String resource, {String? $fields}) Future<Policy>
Sets the access control policy on the specified resource.
setSecurityPolicy(SecurityPolicyReference request, String project, String region, String backendService, {String? requestId, String? $fields}) Future<Operation>
Sets the Google Cloud Armor security policy for the specified backend service.
testIamPermissions(TestPermissionsRequest request, String project, String region, String resource, {String? $fields}) Future<TestPermissionsResponse>
Returns permissions that a caller has on the specified resource.
toString() String
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.

Operators

operator ==(Object other) bool
The equality operator.
inherited