Google Chat V1 API - Class Google::Apps::Chat::V1::GetSpaceNotificationSettingRequest (v0.11.0)

Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::GetSpaceNotificationSettingRequest.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) —

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

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

#name=

def name=(value) -> ::String
Parameter
  • value (::String) —

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

    • users/me/spaces/{space}/spaceNotificationSetting, OR
    • users/user@example.com/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/user@example.com/spaces/{space}/spaceNotificationSetting, OR
    • users/123456789/spaces/{space}/spaceNotificationSetting. Note: Only the caller's user id or email is allowed in the path.