Class: Google::Apps::Chat::V1::GetSpaceNotificationSettingRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/chat/v1/space_notification_setting.rb

Overview

Request message to get space notification setting. Only supports getting notification setting for the calling user.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Format: users/{user}/spaces/{space}/spaceNotificationSetting

  • users/me/spaces/{space}/spaceNotificationSetting, OR
  • users/[email protected]/spaces/{space}/spaceNotificationSetting, OR
  • users/123456789/spaces/{space}/spaceNotificationSetting. Note: Only the caller's user id or email is allowed in the path.

Returns:

  • (::String)

    Required. Format: users/{user}/spaces/{space}/spaceNotificationSetting

    • users/me/spaces/{space}/spaceNotificationSetting, OR
    • users/[email protected]/spaces/{space}/spaceNotificationSetting, OR
    • users/123456789/spaces/{space}/spaceNotificationSetting. Note: Only the caller's user id or email is allowed in the path.


87
88
89
90
# File 'proto_docs/google/chat/v1/space_notification_setting.rb', line 87

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