Interface PersonalDetailsOrBuilder (1.8.3)

public interface PersonalDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStarTime()

public abstract Timestamp getStarTime()

Set if the entry is starred; unset otherwise.

.google.protobuf.Timestamp star_time = 2;

Returns
TypeDescription
Timestamp

The starTime.

getStarTimeOrBuilder()

public abstract TimestampOrBuilder getStarTimeOrBuilder()

Set if the entry is starred; unset otherwise.

.google.protobuf.Timestamp star_time = 2;

Returns
TypeDescription
TimestampOrBuilder

getStarred()

public abstract boolean getStarred()

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

bool starred = 1;

Returns
TypeDescription
boolean

The starred.

hasStarTime()

public abstract boolean hasStarTime()

Set if the entry is starred; unset otherwise.

.google.protobuf.Timestamp star_time = 2;

Returns
TypeDescription
boolean

Whether the starTime field is set.