Interface TimestampOffsetOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    TimestampOffset, TimestampOffset.Builder

    public interface TimestampOffsetOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getStrictAccuracy()
      bool strictAccuracy = 2;
      long getTimestampInMs()
      int64 timestampInMs = 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 Detail

      • getTimestampInMs

        long getTimestampInMs()
        int64 timestampInMs = 1;
        Returns:
        The timestampInMs.
      • getStrictAccuracy

        boolean getStrictAccuracy()
        bool strictAccuracy = 2;
        Returns:
        The strictAccuracy.