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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
bool |
setStarred
True if the entry is starred by the user; false otherwise.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getStarTime
Set if the entry is starred; unset otherwise.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasStarTime
clearStarTime
setStarTime
Set if the entry is starred; unset otherwise.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |