Google Apps Meet V2beta Client - Class UpdateSpaceRequest (0.2.4)

Reference documentation and code samples for the Google Apps Meet V2beta Client class UpdateSpaceRequest.

Request to update a space.

Generated from protobuf message google.apps.meet.v2beta.UpdateSpaceRequest

Namespace

Google \ Apps \ Meet \ V2beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ space Space

Required. Space to be updated.

↳ update_mask Google\Protobuf\FieldMask

Optional. Field mask used to specify the fields to be updated in the space. If update_mask isn't provided, it defaults to '*' and updates all fields provided in the request, including deleting fields not set in the request.

getSpace

Required. Space to be updated.

Returns
Type Description
Space|null

hasSpace

clearSpace

setSpace

Required. Space to be updated.

Parameter
Name Description
var Space
Returns
Type Description
$this

getUpdateMask

Optional. Field mask used to specify the fields to be updated in the space.

If update_mask isn't provided, it defaults to '*' and updates all fields provided in the request, including deleting fields not set in the request.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Optional. Field mask used to specify the fields to be updated in the space.

If update_mask isn't provided, it defaults to '*' and updates all fields provided in the request, including deleting fields not set in the request.

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

static::build

Parameters
Name Description
space Space

Required. Space to be updated.

updateMask Google\Protobuf\FieldMask

Optional. Field mask used to specify the fields to be updated in the space. If update_mask isn't provided, it defaults to '*' and updates all fields provided in the request, including deleting fields not set in the request.

Returns
Type Description
UpdateSpaceRequest