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
Names of fields whose values to overwrite on an entry group.
Instance Attribute Details
#entry_group ⇒ ::Google::Cloud::DataCatalog::V1::EntryGroup
Returns Required. Updates for the entry group. The name
field must be set.
203 204 205 206 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 203 class UpdateEntryGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns 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.
203 204 205 206 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 203 class UpdateEntryGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |