Google Meet V2BETA API - Class Google::Apps::Meet::V2beta::UpdateSpaceRequest (v0.3.0)

Reference documentation and code samples for the Google Meet V2BETA API class Google::Apps::Meet::V2beta::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::V2beta::Space
Returns

#space=

def space=(value) -> ::Google::Apps::Meet::V2beta::Space
Parameter
Returns

#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.