public interface PersonalDetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getStarTime()
public abstract Timestamp getStarTime()
Set if the entry is starred; unset otherwise.
.google.protobuf.Timestamp star_time = 2;
Type | Description |
Timestamp | The starTime. |
getStarTimeOrBuilder()
public abstract TimestampOrBuilder getStarTimeOrBuilder()
Set if the entry is starred; unset otherwise.
.google.protobuf.Timestamp star_time = 2;
Type | Description |
TimestampOrBuilder |
getStarred()
public abstract boolean getStarred()
True if the entry is starred by the user; false otherwise.
bool starred = 1;
Type | Description |
boolean | The starred. |
hasStarTime()
public abstract boolean hasStarTime()
Set if the entry is starred; unset otherwise.
.google.protobuf.Timestamp star_time = 2;
Type | Description |
boolean | Whether the starTime field is set. |