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

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

Request to update the space notification settings. Only supports updating notification setting for the calling user.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#space_notification_setting

def space_notification_setting() -> ::Google::Apps::Chat::V1::SpaceNotificationSetting
Returns
  • (::Google::Apps::Chat::V1::SpaceNotificationSetting) — Required. The resource name for the space notification settings must be populated in the form of users/{user}/spaces/{space}/spaceNotificationSetting. Only fields specified by update_mask are updated.

#space_notification_setting=

def space_notification_setting=(value) -> ::Google::Apps::Chat::V1::SpaceNotificationSetting
Parameter
  • value (::Google::Apps::Chat::V1::SpaceNotificationSetting) — Required. The resource name for the space notification settings must be populated in the form of users/{user}/spaces/{space}/spaceNotificationSetting. Only fields specified by update_mask are updated.
Returns
  • (::Google::Apps::Chat::V1::SpaceNotificationSetting) — Required. The resource name for the space notification settings must be populated in the form of users/{user}/spaces/{space}/spaceNotificationSetting. Only fields specified by update_mask are updated.

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
Returns