Class: Google::Cloud::Dataplex::V1::UpdateMetadataFeedRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::UpdateMetadataFeedRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/catalog.rb
Overview
Request message for UpdateMetadataFeed.
Instance Attribute Summary collapse
-
#metadata_feed ⇒ ::Google::Cloud::Dataplex::V1::MetadataFeed
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#metadata_feed ⇒ ::Google::Cloud::Dataplex::V1::MetadataFeed
Returns Required. Update description.
Only fields specified in update_mask are updated.
2271 2272 2273 2274 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 2271 class UpdateMetadataFeedRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. Mask of fields to update.
2271 2272 2273 2274 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 2271 class UpdateMetadataFeedRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Optional. Only validate the request, but do not perform mutations. The default is false.
2271 2272 2273 2274 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 2271 class UpdateMetadataFeedRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |