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.
629 630 631 632 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 629 class UpdateEntryTypeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Mask of fields to update.
629 630 631 632 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 629 class UpdateEntryTypeRequest 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.
629 630 631 632 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 629 class UpdateEntryTypeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |