SpacesResource class
Methods
-
completeImport(CompleteImportSpaceRequest request, String name, {String? $fields})
→ Future<CompleteImportSpaceResponse>
-
Completes the
import process
for the specified space and makes it visible to users.
-
create(Space request, {String? requestId, String? $fields})
→ Future<Space>
-
Creates a named space.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes a named space.
-
findDirectMessage({String? name, String? $fields})
→ Future<Space>
-
Returns the existing direct message with the specified user.
-
get(String name, {String? $fields})
→ Future<Space>
-
Returns details about a space.
-
list({String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<ListSpacesResponse>
-
Lists spaces the caller is a member of.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Space request, String name, {String? updateMask, String? $fields})
→ Future<Space>
-
Updates a space.
-
setup(SetUpSpaceRequest request, {String? $fields})
→ Future<Space>
-
Creates a space and adds specified users to it.
-
toString()
→ String
-
A string representation of this object.
inherited