ProjectsLocationsWorkloadIdentityPoolsResource class

Constructors

ProjectsLocationsWorkloadIdentityPoolsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
namespaces ProjectsLocationsWorkloadIdentityPoolsNamespacesResource
no setter
operations ProjectsLocationsWorkloadIdentityPoolsOperationsResource
no setter
providers ProjectsLocationsWorkloadIdentityPoolsProvidersResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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