Interface PersonalDetailsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PersonalDetails, PersonalDetails.Builder

@Generated public interface PersonalDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    True if the entry is starred by the user; false otherwise.
    com.google.protobuf.Timestamp
    Set if the entry is starred; unset otherwise.
    com.google.protobuf.TimestampOrBuilder
    Set if the entry is starred; unset otherwise.
    boolean
    Set if the entry is starred; unset otherwise.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getStarred

      boolean getStarred()
       True if the entry is starred by the user; false otherwise.
       
      bool starred = 1;
      Returns:
      The starred.
    • hasStarTime

      boolean hasStarTime()
       Set if the entry is starred; unset otherwise.
       
      .google.protobuf.Timestamp star_time = 2;
      Returns:
      Whether the starTime field is set.
    • getStarTime

      com.google.protobuf.Timestamp getStarTime()
       Set if the entry is starred; unset otherwise.
       
      .google.protobuf.Timestamp star_time = 2;
      Returns:
      The starTime.
    • getStarTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getStarTimeOrBuilder()
       Set if the entry is starred; unset otherwise.
       
      .google.protobuf.Timestamp star_time = 2;