ProjectsLocationsNamespacesResource class

Constructors

ProjectsLocationsNamespacesResource(ApiRequester client)

Properties

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

Methods

create(Namespace request, String parent, {String? namespaceId, String? $fields}) Future<Namespace>
Creates a namespace, and returns the new namespace.
delete(String name, {String? $fields}) Future<Empty>
Deletes a namespace.
get(String name, {String? $fields}) Future<Namespace>
Gets a namespace.
getIamPolicy(GetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Gets the IAM Policy for a resource (namespace or service only).
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListNamespacesResponse>
Lists all namespaces.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Namespace request, String name, {String? updateMask, String? $fields}) Future<Namespace>
Updates a namespace.
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Sets the IAM Policy for a resource (namespace or service only).
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields}) Future<TestIamPermissionsResponse>
Tests IAM permissions for a resource (namespace or service only).
toString() String
A string representation of this object.
inherited

Operators

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