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 \ V2betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ space
↳ 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.
hasSpace
clearSpace
setSpace
Required. Space to be updated.
$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.
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.
$this
static::build
space
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.