Class: Google::Cloud::DataCatalog::V1::UpdateEntryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::UpdateEntryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/datacatalog.rb
Overview
Request message for UpdateEntry.
Instance Attribute Summary collapse
-
#entry ⇒ ::Google::Cloud::DataCatalog::V1::Entry
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Names of fields whose values to overwrite on an entry.
Instance Attribute Details
#entry ⇒ ::Google::Cloud::DataCatalog::V1::Entry
Returns Required. Updates for the entry. The name field must be set.
329 330 331 332 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 329 class UpdateEntryRequest 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.
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.
You can modify only the fields listed below.
For entries with type DATA_STREAM:
schema
For entries with type FILESET:
schemadisplay_namedescriptiongcs_fileset_specgcs_fileset_spec.file_patterns
For entries with user_specified_type:
schemadisplay_namedescriptionuser_specified_typeuser_specified_systemlinked_resourcesource_system_timestamps.
329 330 331 332 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 329 class UpdateEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |