Package gql

Interface GqlTypes.DateOrBuilder

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

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

    Modifier and Type
    Method
    Description
    int
    1-31
    int
    1-12
    int
    int32 year = 1;

    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

    • getYear

      int getYear()
      int32 year = 1;
      Returns:
      The year.
    • getMonth

      int getMonth()
       1-12
       
      uint32 month = 2;
      Returns:
      The month.
    • getDay

      int getDay()
       1-31
       
      uint32 day = 3;
      Returns:
      The day.