Class: Google::Apps::Chat::V1::Space::PermissionSettings

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#manage_apps::Google::Apps::Chat::V1::Space::PermissionSetting

Returns Optional. Setting for managing apps in a space.

Returns:



277
278
279
280
# File 'proto_docs/google/chat/v1/space.rb', line 277

class PermissionSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#manage_members_and_groups::Google::Apps::Chat::V1::Space::PermissionSetting

Returns Optional. Setting for managing members and groups in a space.

Returns:



277
278
279
280
# File 'proto_docs/google/chat/v1/space.rb', line 277

class PermissionSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#manage_webhooks::Google::Apps::Chat::V1::Space::PermissionSetting

Returns Optional. Setting for managing webhooks in a space.

Returns:



277
278
279
280
# File 'proto_docs/google/chat/v1/space.rb', line 277

class PermissionSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#modify_space_details::Google::Apps::Chat::V1::Space::PermissionSetting

Returns Optional. Setting for updating space name, avatar, description and guidelines.

Returns:



277
278
279
280
# File 'proto_docs/google/chat/v1/space.rb', line 277

class PermissionSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#post_messages::Google::Apps::Chat::V1::Space::PermissionSetting (readonly)

Returns Output only. Setting for posting messages in a space.

Returns:



277
278
279
280
# File 'proto_docs/google/chat/v1/space.rb', line 277

class PermissionSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#reply_messages::Google::Apps::Chat::V1::Space::PermissionSetting

Returns Optional. Setting for replying to messages in a space.

Returns:



277
278
279
280
# File 'proto_docs/google/chat/v1/space.rb', line 277

class PermissionSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#toggle_history::Google::Apps::Chat::V1::Space::PermissionSetting

Returns Optional. Setting for toggling space history on and off.

Returns:



277
278
279
280
# File 'proto_docs/google/chat/v1/space.rb', line 277

class PermissionSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#use_at_mention_all::Google::Apps::Chat::V1::Space::PermissionSetting

Returns Optional. Setting for using @all in a space.

Returns:



277
278
279
280
# File 'proto_docs/google/chat/v1/space.rb', line 277

class PermissionSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end