Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::Aspect.
An aspect is a single piece of metadata describing an entry.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#aspect_source
def aspect_source() -> ::Google::Cloud::Dataplex::V1::AspectSource
#aspect_source=
def aspect_source=(value) -> ::Google::Cloud::Dataplex::V1::AspectSource
Parameter
#aspect_type
def aspect_type() -> ::String
Returns
- (::String) — Output only. The resource name of the type used to create this Aspect.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when the Aspect was created.
#data
def data() -> ::Google::Protobuf::Struct
Returns
-
(::Google::Protobuf::Struct) — 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).
#data=
def data=(value) -> ::Google::Protobuf::Struct
Parameter
-
value (::Google::Protobuf::Struct) — 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).
Returns
-
(::Google::Protobuf::Struct) — 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).
#path
def path() -> ::String
Returns
- (::String) — Output only. The path in the entry under which the aspect is attached.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when the Aspect was last updated.