Interface TimeInfoOrBuilder

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

    public interface TimeInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getCurrentTime()
      optional .google.protobuf.Timestamp currentTime = 3;
      com.google.protobuf.TimestampOrBuilder getCurrentTimeOrBuilder()
      optional .google.protobuf.Timestamp currentTime = 3;
      boolean hasCurrentTime()
      optional .google.protobuf.Timestamp currentTime = 3;
      • 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 Detail

      • hasCurrentTime

        boolean hasCurrentTime()
        optional .google.protobuf.Timestamp currentTime = 3;
      • getCurrentTime

        com.google.protobuf.Timestamp getCurrentTime()
        optional .google.protobuf.Timestamp currentTime = 3;
      • getCurrentTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getCurrentTimeOrBuilder()
        optional .google.protobuf.Timestamp currentTime = 3;