Interface AdTotalsRequestFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AdTotalsRequestFilter,AdTotalsRequestFilter.Builder
public interface AdTotalsRequestFilterOrBuilder 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()optional string organization_id = 1 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()optional string organization_id = 1 [json_name = "organizationId"];java.lang.StringgetTopicIds(int index)question idscom.google.protobuf.ByteStringgetTopicIdsBytes(int index)question idsintgetTopicIdsCount()question idsjava.util.List<java.lang.String>getTopicIdsList()question idsbooleanhasOrganizationId()optional string organization_id = 1 [json_name = "organizationId"];
-
-
-
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.
-
-