LocationsWorkforcePoolsProvidersResource class

Constructors

LocationsWorkforcePoolsProvidersResource(ApiRequester client)

Properties

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

Methods

create(WorkforcePoolProvider request, String parent, {String? workforcePoolProviderId, String? $fields}) Future<Operation>
Creates a new WorkforcePoolProvider in a WorkforcePool.
delete(String name, {String? $fields}) Future<Operation>
Deletes a WorkforcePoolProvider.
get(String name, {String? $fields}) Future<WorkforcePoolProvider>
Gets an individual WorkforcePoolProvider.
list(String parent, {int? pageSize, String? pageToken, bool? showDeleted, String? $fields}) Future<ListWorkforcePoolProvidersResponse>
Lists all non-deleted WorkforcePoolProviders in a WorkforcePool.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(WorkforcePoolProvider request, String name, {String? updateMask, String? $fields}) Future<Operation>
Updates an existing WorkforcePoolProvider.
toString() String
A string representation of this object.
inherited
undelete(UndeleteWorkforcePoolProviderRequest request, String name, {String? $fields}) Future<Operation>
Undeletes a WorkforcePoolProvider, as long as it was deleted fewer than 30 days ago.

Operators

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