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

    Modifier and Type
    Method
    Description
    int
    UTC offset in minutes
    .gql.LocalTime time = 1;
    .gql.LocalTime time = 1;
    boolean
    .gql.LocalTime time = 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

    • hasTime

      boolean hasTime()
      .gql.LocalTime time = 1;
      Returns:
      Whether the time field is set.
    • 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.