Google Apps Chat V1 Client - Class UpdateSectionRequest (0.19.0)

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

Request message for updating a section.

Generated from protobuf message google.chat.v1.UpdateSectionRequest

Namespace

Google \ Apps \ Chat \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ section Section

Required. The section to update.

↳ update_mask Google\Protobuf\FieldMask

Required. The mask to specify which fields to update. Currently supported field paths: - display_name

getSection

Required. The section to update.

Returns
Type Description
Section|null

hasSection

clearSection

setSection

Required. The section to update.

Parameter
Name Description
var Section
Returns
Type Description
$this

getUpdateMask

Required. The mask to specify which fields to update.

Currently supported field paths:

  • display_name
Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. The mask to specify which fields to update.

Currently supported field paths:

  • display_name
Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

static::build

Parameters
Name Description
section Section

Required. The section to update.

updateMask Google\Protobuf\FieldMask

Required. The mask to specify which fields to update.

Currently supported field paths:

  • display_name
Returns
Type Description
UpdateSectionRequest