Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::CreateSpaceRequest.
A request to create a named space.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#request_id
def request_id() -> ::String
- (::String) — 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.
#request_id=
def request_id=(value) -> ::String
- value (::String) — 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.
- (::String) — 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.
#space
def space() -> ::Google::Apps::Chat::V1::Space
-
(::Google::Apps::Chat::V1::Space) — Required. The
displayName
andspaceType
fields must be populated. OnlySpaceType.SPACE
is supported.If you receive the error message
ALREADY_EXISTS
when creating a space, try a differentdisplayName
. 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.
#space=
def space=(value) -> ::Google::Apps::Chat::V1::Space
-
value (::Google::Apps::Chat::V1::Space) — Required. The
displayName
andspaceType
fields must be populated. OnlySpaceType.SPACE
is supported.If you receive the error message
ALREADY_EXISTS
when creating a space, try a differentdisplayName
. 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.
-
(::Google::Apps::Chat::V1::Space) — Required. The
displayName
andspaceType
fields must be populated. OnlySpaceType.SPACE
is supported.If you receive the error message
ALREADY_EXISTS
when creating a space, try a differentdisplayName
. 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.