Package gql
Interface GqlTypes.ZonedDateTimeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GqlTypes.ZonedDateTime,GqlTypes.ZonedDateTime.Builder
- Enclosing class:
- GqlTypes
public static interface GqlTypes.ZonedDateTimeOrBuilder
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
-
hasDate
boolean hasDate().gql.Date date = 1;- Returns:
- Whether the date field is set.
-
getDate
GqlTypes.Date getDate().gql.Date date = 1;- Returns:
- The date.
-
getDateOrBuilder
GqlTypes.DateOrBuilder getDateOrBuilder().gql.Date date = 1; -
hasTime
boolean hasTime().gql.LocalTime time = 2;- Returns:
- Whether the time field is set.
-
getTime
GqlTypes.LocalTime getTime().gql.LocalTime time = 2;- Returns:
- The time.
-
getTimeOrBuilder
GqlTypes.LocalTimeOrBuilder getTimeOrBuilder().gql.LocalTime time = 2; -
getOffsetMinutes
int getOffsetMinutes()int32 offset_minutes = 3;- Returns:
- The offsetMinutes.
-