Reference documentation and code samples for the Google Apps Meet V2 Client class UpdateSpaceRequest.
Request to update a space.
Generated from protobuf message google.apps.meet.v2.UpdateSpaceRequest
Namespace
Google \ Apps \ Meet \ V2Methods
__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(not set, set with empty paths, or only has "" as paths), it defaults to update all fields provided with values in the request. Using "*" as update_mask will update all fields, 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(not set, set with empty paths, or only has "" as paths), it defaults to update all fields provided with values in the request. Using "*" as update_mask will update all fields, 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(not set, set with empty paths, or only has "" as paths), it defaults to update all fields provided with values in the request. Using "*" as update_mask will update all fields, 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(not set, set with empty paths, or only has "" as paths), it defaults to update all fields provided with values in the request. Using "*" as update_mask will update all fields, including deleting fields not set in the request.