Class: Google::Apps::Meet::V2::UpdateSpaceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/apps/meet/v2/service.rb

Overview

Request to update a space.

Instance Attribute Summary collapse

Instance Attribute Details

#space::Google::Apps::Meet::V2::Space

Returns Required. Space to be updated.

Returns:



53
54
55
56
# File 'proto_docs/google/apps/meet/v2/service.rb', line 53

class UpdateSpaceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

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



53
54
55
56
# File 'proto_docs/google/apps/meet/v2/service.rb', line 53

class UpdateSpaceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end