Class: Google::Cloud::Dataplex::V1::EntrySource::Ancestor

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

Overview

Ancestor contains information about individual items in the hierarchy of an Entry.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Optional. The name of the ancestor resource.

Returns:

  • (::String)

    Optional. The name of the ancestor resource.



467
468
469
470
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 467

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

#type::String

Returns Optional. The type of the ancestor resource.

Returns:

  • (::String)

    Optional. The type of the ancestor resource.



467
468
469
470
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 467

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