Interface EventTimeOrBuilder

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

    public interface EventTimeOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getClock()
      string clock = 1 [json_name = "clock"];
      com.google.protobuf.ByteString getClockBytes()
      string clock = 1 [json_name = "clock"];
      int getPeriod()
      int32 period = 2 [json_name = "period"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getClock

        java.lang.String getClock()
        string clock = 1 [json_name = "clock"];
        Returns:
        The clock.
      • getClockBytes

        com.google.protobuf.ByteString getClockBytes()
        string clock = 1 [json_name = "clock"];
        Returns:
        The bytes for clock.
      • getPeriod

        int getPeriod()
        int32 period = 2 [json_name = "period"];
        Returns:
        The period.