Interface PollsTotalRequest.PollsTotalRequestFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
PollsTotalRequest.PollsTotalRequestFilter,PollsTotalRequest.PollsTotalRequestFilter.Builder
- Enclosing class:
- PollsTotalRequest
public static interface PollsTotalRequest.PollsTotalRequestFilterOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetEventIds(int index)repeated uint64 event_ids = 2 [json_name = "eventIds"];intgetEventIdsCount()repeated uint64 event_ids = 2 [json_name = "eventIds"];java.util.List<java.lang.Long>getEventIdsList()repeated uint64 event_ids = 2 [json_name = "eventIds"];java.lang.StringgetOrganizationId()string organization_id = 1 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 1 [json_name = "organizationId"];java.lang.StringgetTopicIds(int index)repeated string topic_ids = 3 [json_name = "topicIds"];com.google.protobuf.ByteStringgetTopicIdsBytes(int index)repeated string topic_ids = 3 [json_name = "topicIds"];intgetTopicIdsCount()repeated string topic_ids = 3 [json_name = "topicIds"];java.util.List<java.lang.String>getTopicIdsList()repeated string topic_ids = 3 [json_name = "topicIds"];
-
-
-
Method Detail
-
getOrganizationId
java.lang.String getOrganizationId()
string organization_id = 1 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 1 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
getEventIdsList
java.util.List<java.lang.Long> getEventIdsList()
repeated uint64 event_ids = 2 [json_name = "eventIds"];- Returns:
- A list containing the eventIds.
-
getEventIdsCount
int getEventIdsCount()
repeated uint64 event_ids = 2 [json_name = "eventIds"];- Returns:
- The count of eventIds.
-
getEventIds
long getEventIds(int index)
repeated uint64 event_ids = 2 [json_name = "eventIds"];- Parameters:
index- The index of the element to return.- Returns:
- The eventIds at the given index.
-
getTopicIdsList
java.util.List<java.lang.String> getTopicIdsList()
repeated string topic_ids = 3 [json_name = "topicIds"];- Returns:
- A list containing the topicIds.
-
getTopicIdsCount
int getTopicIdsCount()
repeated string topic_ids = 3 [json_name = "topicIds"];- Returns:
- The count of topicIds.
-
getTopicIds
java.lang.String getTopicIds(int index)
repeated string topic_ids = 3 [json_name = "topicIds"];- Parameters:
index- The index of the element to return.- Returns:
- The topicIds at the given index.
-
getTopicIdsBytes
com.google.protobuf.ByteString getTopicIdsBytes(int index)
repeated string topic_ids = 3 [json_name = "topicIds"];- Parameters:
index- The index of the element to return.- Returns:
- The topicIds at the given index.
-
-