Google Cloud Data Catalog V1 Client - Class PersonalDetails (1.5.1)

Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class PersonalDetails.

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

Generated from protobuf message google.cloud.datacatalog.v1.PersonalDetails

Namespace

Google \ Cloud \ DataCatalog \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ starred bool

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

↳ star_time Google\Protobuf\Timestamp

Set if the entry is starred; unset otherwise.

getStarred

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

Returns
TypeDescription
bool

setStarred

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getStarTime

Set if the entry is starred; unset otherwise.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasStarTime

clearStarTime

setStarTime

Set if the entry is starred; unset otherwise.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this