Class: Google::Cloud::DataCatalog::V1::PersonalDetails

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1/common.rb

Overview

Entry metadata relevant only to the user and private to them.

Instance Attribute Summary collapse

Instance Attribute Details

#star_time::Google::Protobuf::Timestamp

Returns Set if the entry is starred; unset otherwise.

Returns:



31
32
33
34
# File 'proto_docs/google/cloud/datacatalog/v1/common.rb', line 31

class PersonalDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#starred::Boolean

Returns True if the entry is starred by the user; false otherwise.

Returns:

  • (::Boolean)

    True if the entry is starred by the user; false otherwise.



31
32
33
34
# File 'proto_docs/google/cloud/datacatalog/v1/common.rb', line 31

class PersonalDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end