Class: Google::Apps::Chat::V1::Space::PermissionSettings
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::Space::PermissionSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/space.rb
Overview
Permission settings that you can specify when updating an existing named space.
To set permission settings when creating a space, specify the
PredefinedPermissionSettings field in your request.
Instance Attribute Summary collapse
-
#manage_apps ⇒ ::Google::Apps::Chat::V1::Space::PermissionSetting
Optional.
-
#manage_members_and_groups ⇒ ::Google::Apps::Chat::V1::Space::PermissionSetting
Optional.
-
#manage_webhooks ⇒ ::Google::Apps::Chat::V1::Space::PermissionSetting
Optional.
-
#modify_space_details ⇒ ::Google::Apps::Chat::V1::Space::PermissionSetting
Optional.
-
#post_messages ⇒ ::Google::Apps::Chat::V1::Space::PermissionSetting
readonly
Output only.
-
#reply_messages ⇒ ::Google::Apps::Chat::V1::Space::PermissionSetting
Optional.
-
#toggle_history ⇒ ::Google::Apps::Chat::V1::Space::PermissionSetting
Optional.
-
#use_at_mention_all ⇒ ::Google::Apps::Chat::V1::Space::PermissionSetting
Optional.
Instance Attribute Details
#manage_apps ⇒ ::Google::Apps::Chat::V1::Space::PermissionSetting
318 319 320 321 |
# File 'proto_docs/google/chat/v1/space.rb', line 318 class PermissionSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#manage_members_and_groups ⇒ ::Google::Apps::Chat::V1::Space::PermissionSetting
318 319 320 321 |
# File 'proto_docs/google/chat/v1/space.rb', line 318 class PermissionSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#manage_webhooks ⇒ ::Google::Apps::Chat::V1::Space::PermissionSetting
318 319 320 321 |
# File 'proto_docs/google/chat/v1/space.rb', line 318 class PermissionSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#modify_space_details ⇒ ::Google::Apps::Chat::V1::Space::PermissionSetting
318 319 320 321 |
# File 'proto_docs/google/chat/v1/space.rb', line 318 class PermissionSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#post_messages ⇒ ::Google::Apps::Chat::V1::Space::PermissionSetting (readonly)
318 319 320 321 |
# File 'proto_docs/google/chat/v1/space.rb', line 318 class PermissionSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reply_messages ⇒ ::Google::Apps::Chat::V1::Space::PermissionSetting
318 319 320 321 |
# File 'proto_docs/google/chat/v1/space.rb', line 318 class PermissionSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#toggle_history ⇒ ::Google::Apps::Chat::V1::Space::PermissionSetting
318 319 320 321 |
# File 'proto_docs/google/chat/v1/space.rb', line 318 class PermissionSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#use_at_mention_all ⇒ ::Google::Apps::Chat::V1::Space::PermissionSetting
318 319 320 321 |
# File 'proto_docs/google/chat/v1/space.rb', line 318 class PermissionSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |