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
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-