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