Class: Google::Cloud::DataCatalog::V1::UpdateEntryGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::UpdateEntryGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/datacatalog.rb
Overview
Request message for UpdateEntryGroup.
Instance Attribute Summary collapse
-
#entry_group ⇒ ::Google::Cloud::DataCatalog::V1::EntryGroup
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The fields to update on the entry group.
Instance Attribute Details
#entry_group ⇒ ::Google::Cloud::DataCatalog::V1::EntryGroup
Returns Required. The updated entry group. "name" field must be set.
184 185 186 187 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 184 class UpdateEntryGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The fields to update on the entry group. If absent or empty, all modifiable fields are updated.
184 185 186 187 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 184 class UpdateEntryGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |