Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::UpdateEntryGroupRequest.
Request message for UpdateEntryGroup.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#entry_group
def entry_group() -> ::Google::Cloud::DataCatalog::V1::EntryGroup- 
        (::Google::Cloud::DataCatalog::V1::EntryGroup) — Required. Updates for the entry group. The namefield must be set.
#entry_group=
def entry_group=(value) -> ::Google::Cloud::DataCatalog::V1::EntryGroup- 
        value (::Google::Cloud::DataCatalog::V1::EntryGroup) — Required. Updates for the entry group. The namefield must be set.
- 
        (::Google::Cloud::DataCatalog::V1::EntryGroup) — Required. Updates for the entry group. The namefield must be set.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask- 
        (::Google::Protobuf::FieldMask) — Names of fields whose values to overwrite on an entry group.If this parameter is absent or empty, all modifiable fields are overwritten. If such fields are non-required and omitted in the request body, their values are emptied. 
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask- 
        value (::Google::Protobuf::FieldMask) — Names of fields whose values to overwrite on an entry group.If this parameter is absent or empty, all modifiable fields are overwritten. If such fields are non-required and omitted in the request body, their values are emptied. 
- 
        (::Google::Protobuf::FieldMask) — Names of fields whose values to overwrite on an entry group.If this parameter is absent or empty, all modifiable fields are overwritten. If such fields are non-required and omitted in the request body, their values are emptied.