Class: Google::Cloud::DataCatalog::V1::TaggedEntry

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1/dump_content.rb

Overview

Wrapper containing Entry and information about Tags that should and should not be attached to it.

Instance Attribute Summary collapse

Instance Attribute Details

#absent_tags::Array<::Google::Cloud::DataCatalog::V1::Tag>

Returns Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only.

Returns:



37
38
39
40
# File 'proto_docs/google/cloud/datacatalog/v1/dump_content.rb', line 37

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

#present_tags::Array<::Google::Cloud::DataCatalog::V1::Tag>

Returns Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields.

Returns:



37
38
39
40
# File 'proto_docs/google/cloud/datacatalog/v1/dump_content.rb', line 37

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

#v1_entry::Google::Cloud::DataCatalog::V1::Entry

Returns Non-encrypted Data Catalog v1 Entry.

Returns:



37
38
39
40
# File 'proto_docs/google/cloud/datacatalog/v1/dump_content.rb', line 37

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