Class: Google::Cloud::Dataplex::V1::Aspect

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:



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).

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).



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.

Returns:

  • (::String)

    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.

Returns:



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