Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::Space.
A space in Google Chat. Spaces are conversations between two or more users or 1:1 messages between a user and a Chat app.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#access_settings
def access_settings() -> ::Google::Apps::Chat::V1::Space::AccessSettings
-
(::Google::Apps::Chat::V1::Space::AccessSettings) — Optional. Specifies the access
setting of the space.
Only populated when the
space_type
isSPACE
.
#access_settings=
def access_settings=(value) -> ::Google::Apps::Chat::V1::Space::AccessSettings
-
value (::Google::Apps::Chat::V1::Space::AccessSettings) — Optional. Specifies the access
setting of the space.
Only populated when the
space_type
isSPACE
.
-
(::Google::Apps::Chat::V1::Space::AccessSettings) — Optional. Specifies the access
setting of the space.
Only populated when the
space_type
isSPACE
.
#admin_installed
def admin_installed() -> ::Boolean
-
(::Boolean) — Output only. For direct message (DM) spaces with a Chat app, whether the
space was created by a Google Workspace administrator. Administrators can
install and set up a direct message with a Chat app on behalf of users in
their organization.
To support admin install, your Chat app must feature direct messaging.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
-
(::Google::Protobuf::Timestamp) — Optional. Immutable. For spaces created in Chat, the time the space was
created. This field is output only, except when used in import mode spaces.
For import mode spaces, set this field to the historical timestamp at which the space was created in the source in order to preserve the original creation time.
Only populated in the output when
spaceType
isGROUP_CHAT
orSPACE
.
#create_time=
def create_time=(value) -> ::Google::Protobuf::Timestamp
-
value (::Google::Protobuf::Timestamp) — Optional. Immutable. For spaces created in Chat, the time the space was
created. This field is output only, except when used in import mode spaces.
For import mode spaces, set this field to the historical timestamp at which the space was created in the source in order to preserve the original creation time.
Only populated in the output when
spaceType
isGROUP_CHAT
orSPACE
.
-
(::Google::Protobuf::Timestamp) — Optional. Immutable. For spaces created in Chat, the time the space was
created. This field is output only, except when used in import mode spaces.
For import mode spaces, set this field to the historical timestamp at which the space was created in the source in order to preserve the original creation time.
Only populated in the output when
spaceType
isGROUP_CHAT
orSPACE
.
#display_name
def display_name() -> ::String
-
(::String) — The space's display name. Required when creating a
space
with a
spaceType
ofSPACE
. If you receive the error messageALREADY_EXISTS
when creating a space or updating thedisplayName
, try a differentdisplayName
. An existing space within the Google Workspace organization might already use this display name.For direct messages, this field might be empty.
Supports up to 128 characters.
#display_name=
def display_name=(value) -> ::String
-
value (::String) — The space's display name. Required when creating a
space
with a
spaceType
ofSPACE
. If you receive the error messageALREADY_EXISTS
when creating a space or updating thedisplayName
, try a differentdisplayName
. An existing space within the Google Workspace organization might already use this display name.For direct messages, this field might be empty.
Supports up to 128 characters.
-
(::String) — The space's display name. Required when creating a
space
with a
spaceType
ofSPACE
. If you receive the error messageALREADY_EXISTS
when creating a space or updating thedisplayName
, try a differentdisplayName
. An existing space within the Google Workspace organization might already use this display name.For direct messages, this field might be empty.
Supports up to 128 characters.
#external_user_allowed
def external_user_allowed() -> ::Boolean
-
(::Boolean) — Immutable. Whether this space permits any Google Chat user as a member.
Input when creating a space in a Google Workspace organization. Omit this
field when creating spaces in the following conditions:
- The authenticated user uses a consumer account (unmanaged user account). By default, a space created by a consumer account permits any Google Chat user.
For existing spaces, this field is output only.
#external_user_allowed=
def external_user_allowed=(value) -> ::Boolean
-
value (::Boolean) — Immutable. Whether this space permits any Google Chat user as a member.
Input when creating a space in a Google Workspace organization. Omit this
field when creating spaces in the following conditions:
- The authenticated user uses a consumer account (unmanaged user account). By default, a space created by a consumer account permits any Google Chat user.
For existing spaces, this field is output only.
-
(::Boolean) — Immutable. Whether this space permits any Google Chat user as a member.
Input when creating a space in a Google Workspace organization. Omit this
field when creating spaces in the following conditions:
- The authenticated user uses a consumer account (unmanaged user account). By default, a space created by a consumer account permits any Google Chat user.
For existing spaces, this field is output only.
#import_mode
def import_mode() -> ::Boolean
-
(::Boolean) — Optional. Whether this space is created in
Import Mode
as part of a data migration into Google Workspace. While spaces are being imported, they aren't visible to users until the import is complete.
#import_mode=
def import_mode=(value) -> ::Boolean
-
value (::Boolean) — Optional. Whether this space is created in
Import Mode
as part of a data migration into Google Workspace. While spaces are being imported, they aren't visible to users until the import is complete.
-
(::Boolean) — Optional. Whether this space is created in
Import Mode
as part of a data migration into Google Workspace. While spaces are being imported, they aren't visible to users until the import is complete.
#last_active_time
def last_active_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. Timestamp of the last message in the space.
#membership_count
def membership_count() -> ::Google::Apps::Chat::V1::Space::MembershipCount
-
(::Google::Apps::Chat::V1::Space::MembershipCount) — Output only. The count of joined memberships grouped by member type.
Populated when the
space_type
isSPACE
,DIRECT_MESSAGE
orGROUP_CHAT
.
#name
def name() -> ::String
-
(::String) — Resource name of the space.
Format:
spaces/{space}
Where
{space}
represents the system-assigned ID for the space. You can obtain the space ID by calling thespaces.list()
method or from the space URL. For example, if the space URL ishttps://mail.google.com/mail/u/0/#chat/space/AAAAAAAAA
, the space ID isAAAAAAAAA
.
#name=
def name=(value) -> ::String
-
value (::String) — Resource name of the space.
Format:
spaces/{space}
Where
{space}
represents the system-assigned ID for the space. You can obtain the space ID by calling thespaces.list()
method or from the space URL. For example, if the space URL ishttps://mail.google.com/mail/u/0/#chat/space/AAAAAAAAA
, the space ID isAAAAAAAAA
.
-
(::String) — Resource name of the space.
Format:
spaces/{space}
Where
{space}
represents the system-assigned ID for the space. You can obtain the space ID by calling thespaces.list()
method or from the space URL. For example, if the space URL ishttps://mail.google.com/mail/u/0/#chat/space/AAAAAAAAA
, the space ID isAAAAAAAAA
.
#permission_settings
def permission_settings() -> ::Google::Apps::Chat::V1::Space::PermissionSettings
- (::Google::Apps::Chat::V1::Space::PermissionSettings) — Optional. Space permission settings for existing spaces. Input for updating exact space permission settings, where existing permission settings are replaced. Output lists current permission settings.
#permission_settings=
def permission_settings=(value) -> ::Google::Apps::Chat::V1::Space::PermissionSettings
- value (::Google::Apps::Chat::V1::Space::PermissionSettings) — Optional. Space permission settings for existing spaces. Input for updating exact space permission settings, where existing permission settings are replaced. Output lists current permission settings.
- (::Google::Apps::Chat::V1::Space::PermissionSettings) — Optional. Space permission settings for existing spaces. Input for updating exact space permission settings, where existing permission settings are replaced. Output lists current permission settings.
#predefined_permission_settings
def predefined_permission_settings() -> ::Google::Apps::Chat::V1::Space::PredefinedPermissionSettings
-
(::Google::Apps::Chat::V1::Space::PredefinedPermissionSettings) — Optional. Input only. Predefined space permission settings, input only
when creating a space. If the field is not set, a collaboration space is
created. After you create the space, settings are populated in the
PermissionSettings
field.
#predefined_permission_settings=
def predefined_permission_settings=(value) -> ::Google::Apps::Chat::V1::Space::PredefinedPermissionSettings
-
value (::Google::Apps::Chat::V1::Space::PredefinedPermissionSettings) — Optional. Input only. Predefined space permission settings, input only
when creating a space. If the field is not set, a collaboration space is
created. After you create the space, settings are populated in the
PermissionSettings
field.
-
(::Google::Apps::Chat::V1::Space::PredefinedPermissionSettings) — Optional. Input only. Predefined space permission settings, input only
when creating a space. If the field is not set, a collaboration space is
created. After you create the space, settings are populated in the
PermissionSettings
field.
#single_user_bot_dm
def single_user_bot_dm() -> ::Boolean
- (::Boolean) — Optional. Whether the space is a DM between a Chat app and a single human.
#single_user_bot_dm=
def single_user_bot_dm=(value) -> ::Boolean
- value (::Boolean) — Optional. Whether the space is a DM between a Chat app and a single human.
- (::Boolean) — Optional. Whether the space is a DM between a Chat app and a single human.
#space_details
def space_details() -> ::Google::Apps::Chat::V1::Space::SpaceDetails
- (::Google::Apps::Chat::V1::Space::SpaceDetails) — Details about the space including description and rules.
#space_details=
def space_details=(value) -> ::Google::Apps::Chat::V1::Space::SpaceDetails
- value (::Google::Apps::Chat::V1::Space::SpaceDetails) — Details about the space including description and rules.
- (::Google::Apps::Chat::V1::Space::SpaceDetails) — Details about the space including description and rules.
#space_history_state
def space_history_state() -> ::Google::Apps::Chat::V1::HistoryState
- (::Google::Apps::Chat::V1::HistoryState) — The message history state for messages and threads in this space.
#space_history_state=
def space_history_state=(value) -> ::Google::Apps::Chat::V1::HistoryState
- value (::Google::Apps::Chat::V1::HistoryState) — The message history state for messages and threads in this space.
- (::Google::Apps::Chat::V1::HistoryState) — The message history state for messages and threads in this space.
#space_threading_state
def space_threading_state() -> ::Google::Apps::Chat::V1::Space::SpaceThreadingState
- (::Google::Apps::Chat::V1::Space::SpaceThreadingState) — Output only. The threading state in the Chat space.
#space_type
def space_type() -> ::Google::Apps::Chat::V1::Space::SpaceType
- (::Google::Apps::Chat::V1::Space::SpaceType) — The type of space. Required when creating a space or updating the space type of a space. Output only for other usage.
#space_type=
def space_type=(value) -> ::Google::Apps::Chat::V1::Space::SpaceType
- value (::Google::Apps::Chat::V1::Space::SpaceType) — The type of space. Required when creating a space or updating the space type of a space. Output only for other usage.
- (::Google::Apps::Chat::V1::Space::SpaceType) — The type of space. Required when creating a space or updating the space type of a space. Output only for other usage.
#space_uri
def space_uri() -> ::String
- (::String) — Output only. The URI for a user to access the space.
#threaded
def threaded() -> ::Boolean
-
(::Boolean) — Output only. Deprecated: Use
spaceThreadingState
instead. Whether messages are threaded in this space.
#type
def type() -> ::Google::Apps::Chat::V1::Space::Type
-
(::Google::Apps::Chat::V1::Space::Type) — Output only. Deprecated: Use
space_type
instead. The type of a space.