Interface TotalPollsByTimelineRequest.TotalByTimeLineFilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getEventId()
      uint64 event_id = 2 [json_name = "eventId"];
      Period getPeriod()
      .streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"];
      java.lang.String getTopicId()
      string topic_id = 3 [json_name = "topicId"];
      com.google.protobuf.ByteString getTopicIdBytes()
      string topic_id = 3 [json_name = "topicId"];
      boolean hasPeriod()
      .streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasPeriod

        boolean hasPeriod()
        .streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"];
        Returns:
        Whether the period field is set.
      • getPeriod

        Period getPeriod()
        .streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"];
        Returns:
        The period.
      • getEventId

        long getEventId()
        uint64 event_id = 2 [json_name = "eventId"];
        Returns:
        The eventId.
      • getTopicId

        java.lang.String getTopicId()
        string topic_id = 3 [json_name = "topicId"];
        Returns:
        The topicId.
      • getTopicIdBytes

        com.google.protobuf.ByteString getTopicIdBytes()
        string topic_id = 3 [json_name = "topicId"];
        Returns:
        The bytes for topicId.