Class: Google::Cloud::Dataplex::V1::Aspect
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::Aspect
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/catalog.rb
Overview
An aspect is a single piece of metadata describing an entry.
Instance Attribute Summary collapse
-
#aspect_source ⇒ ::Google::Cloud::Dataplex::V1::AspectSource
Optional.
-
#aspect_type ⇒ ::String
readonly
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#data ⇒ ::Google::Protobuf::Struct
Required.
-
#path ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#aspect_source ⇒ ::Google::Cloud::Dataplex::V1::AspectSource
370 371 372 373 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 370 class Aspect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#aspect_type ⇒ ::String (readonly)
370 371 372 373 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 370 class Aspect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
370 371 372 373 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 370 class Aspect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#data ⇒ ::Google::Protobuf::Struct
370 371 372 373 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 370 class Aspect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |