Reference documentation and code samples for the Google Meet V2 API class Google::Apps::Meet::V2::UpdateSpaceRequest.
Request to update a space.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#space
def space() -> ::Google::Apps::Meet::V2::Space
Returns
- (::Google::Apps::Meet::V2::Space) — Required. Space to be updated.
#space=
def space=(value) -> ::Google::Apps::Meet::V2::Space
Parameter
- value (::Google::Apps::Meet::V2::Space) — Required. Space to be updated.
Returns
- (::Google::Apps::Meet::V2::Space) — Required. Space to be updated.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::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.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::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
- (::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.