LocationsWorkforcePoolsResource class
Methods
-
create(WorkforcePool request, String location, {String? workforcePoolId, String? $fields})
→ Future<Operation>
-
Creates a new WorkforcePool.
-
delete(String name, {String? $fields})
→ Future<Operation>
-
Deletes a WorkforcePool.
-
get(String name, {String? $fields})
→ Future<WorkforcePool>
-
Gets an individual WorkforcePool.
-
getIamPolicy(GetIamPolicyRequest request, String resource, {String? $fields})
→ Future<Policy>
-
Gets IAM policies on a WorkforcePool.
-
list(String location, {int? pageSize, String? pageToken, String? parent, bool? showDeleted, String? $fields})
→ Future<ListWorkforcePoolsResponse>
-
Lists all non-deleted WorkforcePools under the specified parent.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(WorkforcePool request, String name, {String? updateMask, String? $fields})
→ Future<Operation>
-
Updates an existing WorkforcePool.
-
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields})
→ Future<Policy>
-
Sets IAM policies on a WorkforcePool.
-
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields})
→ Future<TestIamPermissionsResponse>
-
Returns the caller's permissions on the WorkforcePool.
-
toString()
→ String
-
A string representation of this object.
inherited
-
undelete(UndeleteWorkforcePoolRequest request, String name, {String? $fields})
→ Future<Operation>
-
Undeletes a WorkforcePool, as long as it was deleted fewer than 30 days
ago.