Class: Google::Cloud::Dataplex::V1::UpdateEntryGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::UpdateEntryGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/catalog.rb
Overview
Update EntryGroup Request.
Instance Attribute Summary collapse
-
#entry_group ⇒ ::Google::Cloud::Dataplex::V1::EntryGroup
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#entry_group ⇒ ::Google::Cloud::Dataplex::V1::EntryGroup
Returns Required. EntryGroup Resource.
550 551 552 553 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 550 class UpdateEntryGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Mask of fields to update.
550 551 552 553 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 550 class UpdateEntryGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Optional. The service validates the request, without performing any mutations. The default is false.
550 551 552 553 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 550 class UpdateEntryGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |