Interface AdTotalsRequestFilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      MetricBreakdown getBreakdown()
      .streamlayer.analytics.v2.studio.MetricBreakdown breakdown = 4 [json_name = "breakdown"];
      int getBreakdownValue()
      .streamlayer.analytics.v2.studio.MetricBreakdown breakdown = 4 [json_name = "breakdown"];
      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()
      optional string organization_id = 1 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      optional string organization_id = 1 [json_name = "organizationId"];
      java.lang.String getTopicIds​(int index)
      question ids
      com.google.protobuf.ByteString getTopicIdsBytes​(int index)
      question ids
      int getTopicIdsCount()
      question ids
      java.util.List<java.lang.String> getTopicIdsList()
      question ids
      boolean hasOrganizationId()
      optional string organization_id = 1 [json_name = "organizationId"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasOrganizationId

        boolean hasOrganizationId()
        optional string organization_id = 1 [json_name = "organizationId"];
        Returns:
        Whether the organizationId field is set.
      • getOrganizationId

        java.lang.String getOrganizationId()
        optional string organization_id = 1 [json_name = "organizationId"];
        Returns:
        The organizationId.
      • getOrganizationIdBytes

        com.google.protobuf.ByteString getOrganizationIdBytes()
        optional 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()
         question ids
         
        repeated string topic_ids = 3 [json_name = "topicIds"];
        Returns:
        A list containing the topicIds.
      • getTopicIdsCount

        int getTopicIdsCount()
         question ids
         
        repeated string topic_ids = 3 [json_name = "topicIds"];
        Returns:
        The count of topicIds.
      • getTopicIds

        java.lang.String getTopicIds​(int index)
         question ids
         
        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)
         question ids
         
        repeated string topic_ids = 3 [json_name = "topicIds"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The topicIds at the given index.
      • getBreakdownValue

        int getBreakdownValue()
        .streamlayer.analytics.v2.studio.MetricBreakdown breakdown = 4 [json_name = "breakdown"];
        Returns:
        The enum numeric value on the wire for breakdown.
      • getBreakdown

        MetricBreakdown getBreakdown()
        .streamlayer.analytics.v2.studio.MetricBreakdown breakdown = 4 [json_name = "breakdown"];
        Returns:
        The breakdown.