ProjectsLocationsNamespacesResource class 
 
    
    
  
    
  
    
  
    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