Interface PollsTotalRequest.PollsTotalRequestFilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getEventIds​(int index)
      repeated uint64 event_ids = 2 [json_name = "eventIds"];
      int getEventIdsCount()
      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.String getOrganizationId()
      string organization_id = 1 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 1 [json_name = "organizationId"];
      java.lang.String getTopicIds​(int index)
      repeated string topic_ids = 3 [json_name = "topicIds"];
      com.google.protobuf.ByteString getTopicIdsBytes​(int index)
      repeated string topic_ids = 3 [json_name = "topicIds"];
      int getTopicIdsCount()
      repeated string topic_ids = 3 [json_name = "topicIds"];
      java.util.List<java.lang.String> getTopicIdsList()
      repeated string topic_ids = 3 [json_name = "topicIds"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.