Package gql

Interface GqlTypes.LocalTimeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GqlTypes.LocalTime, GqlTypes.LocalTime.Builder
Enclosing class:
GqlTypes

public static interface GqlTypes.LocalTimeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    0-23
    int
    0-59
    int
    0-999999999
    int
    0-59

    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

    • getHour

      int getHour()
       0-23
       
      uint32 hour = 1;
      Returns:
      The hour.
    • getMinute

      int getMinute()
       0-59
       
      uint32 minute = 2;
      Returns:
      The minute.
    • getSecond

      int getSecond()
       0-59
       
      uint32 second = 3;
      Returns:
      The second.
    • getNanosecond

      int getNanosecond()
       0-999999999
       
      uint32 nanosecond = 4;
      Returns:
      The nanosecond.