Interface TotalMessagesByTimelineRequest.TotalByTimeLineFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TotalMessagesByTimelineRequest.TotalByTimeLineFilter,TotalMessagesByTimelineRequest.TotalByTimeLineFilter.Builder
- Enclosing class:
- TotalMessagesByTimelineRequest
public static interface TotalMessagesByTimelineRequest.TotalByTimeLineFilterOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetEventId()sports event idlonggetEventIds(int index)repeated uint64 event_ids = 3 [json_name = "eventIds"];intgetEventIdsCount()repeated uint64 event_ids = 3 [json_name = "eventIds"];java.util.List<java.lang.Long>getEventIdsList()repeated uint64 event_ids = 3 [json_name = "eventIds"];PeriodgetPeriod()periodbooleangetSummaryCount()bool summary_count = 4 [json_name = "summaryCount"];booleanhasPeriod()period
-
-
-
Method Detail
-
hasPeriod
boolean hasPeriod()
period
.streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"];- Returns:
- Whether the period field is set.
-
getPeriod
Period getPeriod()
period
.streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"];- Returns:
- The period.
-
getEventId
long getEventId()
sports event id
uint64 event_id = 2 [json_name = "eventId"];- Returns:
- The eventId.
-
getEventIdsList
java.util.List<java.lang.Long> getEventIdsList()
repeated uint64 event_ids = 3 [json_name = "eventIds"];- Returns:
- A list containing the eventIds.
-
getEventIdsCount
int getEventIdsCount()
repeated uint64 event_ids = 3 [json_name = "eventIds"];- Returns:
- The count of eventIds.
-
getEventIds
long getEventIds(int index)
repeated uint64 event_ids = 3 [json_name = "eventIds"];- Parameters:
index- The index of the element to return.- Returns:
- The eventIds at the given index.
-
getSummaryCount
boolean getSummaryCount()
bool summary_count = 4 [json_name = "summaryCount"];- Returns:
- The summaryCount.
-
-