Class: Google::Apps::Chat::V1::CreateSpaceRequest
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::CreateSpaceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/space.rb
Overview
A request to create a named space with no members.
Instance Attribute Summary collapse
-
#request_id ⇒ ::String
Optional.
-
#space ⇒ ::Google::Apps::Chat::V1::Space
Required.
Instance Attribute Details
#request_id ⇒ ::String
Returns Optional. A unique identifier for this request. A random UUID is recommended. Specifying an existing request ID returns the space created with that ID instead of creating a new space. Specifying an existing request ID from the same Chat app with a different authenticated user returns an error.
433 434 435 436 |
# File 'proto_docs/google/chat/v1/space.rb', line 433 class CreateSpaceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#space ⇒ ::Google::Apps::Chat::V1::Space
Returns Required. The displayName and spaceType fields must be populated. Only
SpaceType.SPACE and SpaceType.GROUP_CHAT are supported.
SpaceType.GROUP_CHAT can only be used if importMode is set to true.
If you receive the error message ALREADY_EXISTS,
try a different displayName. An existing space within the Google
Workspace organization might already use this display name.
The space name is assigned on the server so anything specified in this
field will be ignored.
433 434 435 436 |
# File 'proto_docs/google/chat/v1/space.rb', line 433 class CreateSpaceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |