Interface TotalPollsByTimelineRequest.TotalByTimeLineFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TotalPollsByTimelineRequest.TotalByTimeLineFilter,TotalPollsByTimelineRequest.TotalByTimeLineFilter.Builder
- Enclosing class:
- TotalPollsByTimelineRequest
public static interface TotalPollsByTimelineRequest.TotalByTimeLineFilterOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetEventId()uint64 event_id = 2 [json_name = "eventId"];PeriodgetPeriod().streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"];java.lang.StringgetTopicId()string topic_id = 3 [json_name = "topicId"];com.google.protobuf.ByteStringgetTopicIdBytes()string topic_id = 3 [json_name = "topicId"];booleanhasPeriod().streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"];
-
-
-
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.
-
-