Reference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API class Google::Cloud::DataCatalog::V1beta1::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::V1beta1::EntryGroup
- (::Google::Cloud::DataCatalog::V1beta1::EntryGroup) — Required. The updated entry group. "name" field must be set.
#entry_group=
def entry_group=(value) -> ::Google::Cloud::DataCatalog::V1beta1::EntryGroup
- value (::Google::Cloud::DataCatalog::V1beta1::EntryGroup) — Required. The updated entry group. "name" field must be set.
- (::Google::Cloud::DataCatalog::V1beta1::EntryGroup) — Required. The updated entry group. "name" field 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.