public interface PersonalDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getStarred()
True if the entry is starred by the user; false otherwise.
|
com.google.protobuf.Timestamp |
getStarTime()
Set if the entry is starred; unset otherwise.
|
com.google.protobuf.TimestampOrBuilder |
getStarTimeOrBuilder()
Set if the entry is starred; unset otherwise.
|
boolean |
hasStarTime()
Set if the entry is starred; unset otherwise.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getStarred()
True if the entry is starred by the user; false otherwise.
bool starred = 1;boolean hasStarTime()
Set if the entry is starred; unset otherwise.
.google.protobuf.Timestamp star_time = 2;com.google.protobuf.Timestamp getStarTime()
Set if the entry is starred; unset otherwise.
.google.protobuf.Timestamp star_time = 2;com.google.protobuf.TimestampOrBuilder getStarTimeOrBuilder()
Set if the entry is starred; unset otherwise.
.google.protobuf.Timestamp star_time = 2;Copyright © 2023 Google LLC. All rights reserved.