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

Information about individual items in the hierarchy that is associated with the data resource.

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.



503
504
505
506
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 503

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.



503
504
505
506
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 503

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