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
-
#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
357 358 359 360 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 357 class Aspect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#aspect_type ⇒ ::String (readonly)
Returns Output only. The resource name of the type used to create this Aspect.
357 358 359 360 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 357 class Aspect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the Aspect was created.
357 358 359 360 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 357 class Aspect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#data ⇒ ::Google::Protobuf::Struct
Returns Required. The content of the aspect, according to its aspect type schema.
This will replace content
.
The maximum size of the field is 120KB (encoded as UTF-8).
357 358 359 360 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 357 class Aspect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#path ⇒ ::String (readonly)
Returns Output only. The path in the entry under which the aspect is attached.
357 358 359 360 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 357 class Aspect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the Aspect was last updated.
357 358 359 360 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 357 class Aspect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |