Package gql
Interface GqlTypes.ZonedTimeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GqlTypes.ZonedTime,GqlTypes.ZonedTime.Builder
- Enclosing class:
- GqlTypes
public static interface GqlTypes.ZonedTimeOrBuilder
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
-
hasTime
boolean hasTime().gql.LocalTime time = 1;- Returns:
- Whether the time field is set.
-
getTime
GqlTypes.LocalTime getTime().gql.LocalTime time = 1;- Returns:
- The time.
-
getTimeOrBuilder
GqlTypes.LocalTimeOrBuilder getTimeOrBuilder().gql.LocalTime time = 1; -
getOffsetMinutes
int getOffsetMinutes()UTC offset in minutes
int32 offset_minutes = 2;- Returns:
- The offsetMinutes.
-