LocationsWorkforcePoolsProvidersKeysResource class
Methods
-
create(WorkforcePoolProviderKey request, String parent, {String? workforcePoolProviderKeyId, String? $fields})
→ Future<Operation>
-
Creates a new WorkforcePoolProviderKey in a WorkforcePoolProvider.
-
delete(String name, {String? $fields})
→ Future<Operation>
-
Deletes a WorkforcePoolProviderKey.
-
get(String name, {String? $fields})
→ Future<WorkforcePoolProviderKey>
-
Gets a WorkforcePoolProviderKey.
-
list(String parent, {int? pageSize, String? pageToken, bool? showDeleted, String? $fields})
→ Future<ListWorkforcePoolProviderKeysResponse>
-
Lists all non-deleted WorkforcePoolProviderKeys in a
WorkforcePoolProvider.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
undelete(UndeleteWorkforcePoolProviderKeyRequest request, String name, {String? $fields})
→ Future<Operation>
-
Undeletes a WorkforcePoolProviderKey, as long as it was deleted fewer than
30 days ago.