Data Catalog v1 API - Class PersonalDetails (2.11.0)

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.

Inheritance

object > PersonalDetails

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

PersonalDetails()

public PersonalDetails()

PersonalDetails(PersonalDetails)

public PersonalDetails(PersonalDetails other)
Parameter
NameDescription
otherPersonalDetails

Properties

StarTime

public Timestamp StarTime { get; set; }

Set if the entry is starred; unset otherwise.

Property Value
TypeDescription
Timestamp

Starred

public bool Starred { get; set; }

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

Property Value
TypeDescription
bool