Class: Google::Cloud::DataCatalog::V1::PersonalDetails
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::PersonalDetails
- 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
-
#star_time ⇒ ::Google::Protobuf::Timestamp
Set if the entry is starred; unset otherwise.
-
#starred ⇒ ::Boolean
True if the entry is starred by the user; false otherwise.
Instance Attribute Details
#star_time ⇒ ::Google::Protobuf::Timestamp
Returns Set if the entry is starred; unset 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 |
#starred ⇒ ::Boolean
Returns 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 |