LocationsWorkforcePoolsProvidersKeysResource class

Constructors

LocationsWorkforcePoolsProvidersKeysResource(ApiRequester client)

Properties

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

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.

Operators

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