Class UpdateEntryRequest (3.9.0)

UpdateEntryRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for UpdateEntry.

Attributes

NameDescription
entry google.cloud.datacatalog_v1beta1.types.Entry
Required. The updated entry. The "name" field must be set.
update_mask google.protobuf.field_mask_pb2.FieldMask
The fields to update on the entry. If absent or empty, all modifiable fields are updated. The following fields are modifiable: - For entries with type ``DATA_STREAM``: - ``schema`` - For entries with type ``FILESET`` - ``schema`` - ``display_name`` - ``description`` - ``gcs_fileset_spec`` - ``gcs_fileset_spec.file_patterns`` - For entries with ``user_specified_type`` - ``schema`` - ``display_name`` - ``description`` - user_specified_type - user_specified_system - linked_resource - source_system_timestamps

Inheritance

builtins.object > proto.message.Message > UpdateEntryRequest