Google Apps Chat V1 Client - Class GetSpaceNotificationSettingRequest (0.10.0)

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

Request message to get space notification setting.

Only supports getting notification setting for the calling user.

Generated from protobuf message google.chat.v1.GetSpaceNotificationSettingRequest

Namespace

Google \ Apps \ Chat \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name 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.

getName

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
Type Description
string

setName

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.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name 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. Please see ChatServiceClient::spaceNotificationSettingName() for help formatting this field.
Returns
Type Description
GetSpaceNotificationSettingRequest