Class: Google::Cloud::Dataplex::V1::UpdateEntryTypeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::UpdateEntryTypeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/catalog.rb
Overview
Update EntryType Request.
Instance Attribute Summary collapse
-
#entry_type ⇒ ::Google::Cloud::Dataplex::V1::EntryType
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#entry_type ⇒ ::Google::Cloud::Dataplex::V1::EntryType
Returns Required. EntryType Resource.
657 658 659 660 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 657 class UpdateEntryTypeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Mask of fields to update.
657 658 659 660 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 657 class UpdateEntryTypeRequest 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.
657 658 659 660 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 657 class UpdateEntryTypeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |