Class: Google::Cloud::Dataplex::V1::EntrySource::Ancestor
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::EntrySource::Ancestor
- 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
-
#name ⇒ ::String
Optional.
-
#type ⇒ ::String
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Optional. The name of the ancestor resource.
504 505 506 507 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 504 class Ancestor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::String
Returns Optional. The type of the ancestor resource.
504 505 506 507 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 504 class Ancestor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |