ProjectsLocationsWorkloadIdentityPoolsNamespacesResource class

Properties

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

Methods

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

Operators

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