Class: Google::Cloud::DataCatalog::V1::UpdateEntryRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#entryGoogle::Cloud::DataCatalog::V1::Entry

Returns Required. The updated entry. The "name" field must be set.

Returns:



255
256
257
258
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 255

class UpdateEntryRequest
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
end

#update_maskGoogle::Protobuf::FieldMask

Returns 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.

Returns:

  • (Google::Protobuf::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


255
256
257
258
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 255

class UpdateEntryRequest
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
end