public sealed class PersonalDetails : IMessage<PersonalDetails>, IEquatable<PersonalDetails>, IDeepCloneable<PersonalDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class PersonalDetails.
Entry metadata relevant only to the user and private to them.
Implements
IMessagePersonalDetails, IEquatablePersonalDetails, IDeepCloneablePersonalDetails, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
PersonalDetails()
public PersonalDetails()
PersonalDetails(PersonalDetails)
public PersonalDetails(PersonalDetails other)
Parameter | |
---|---|
Name | Description |
other | PersonalDetails |
Properties
StarTime
public Timestamp StarTime { get; set; }
Set if the entry is starred; unset otherwise.
Property Value | |
---|---|
Type | Description |
Timestamp |
Starred
public bool Starred { get; set; }
True if the entry is starred by the user; false otherwise.
Property Value | |
---|---|
Type | Description |
bool |