Interface AdDetailsRequestFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AdDetailsRequestFilter,AdDetailsRequestFilter.Builder
public interface AdDetailsRequestFilterOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCountries(int index)repeated string countries = 7 [json_name = "countries"];com.google.protobuf.ByteStringgetCountriesBytes(int index)repeated string countries = 7 [json_name = "countries"];intgetCountriesCount()repeated string countries = 7 [json_name = "countries"];java.util.List<java.lang.String>getCountriesList()repeated string countries = 7 [json_name = "countries"];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"];PeriodgetPeriod()optional .streamlayer.analytics.v1.common.Period period = 4 [json_name = "period"];java.lang.StringgetPlatformCategory()e.g.com.google.protobuf.ByteStringgetPlatformCategoryBytes()e.g.java.lang.StringgetPlatformOs(int index)e.g.com.google.protobuf.ByteStringgetPlatformOsBytes(int index)e.g.intgetPlatformOsCount()e.g.java.util.List<java.lang.String>getPlatformOsList()e.g.java.lang.StringgetTopicIds(int index)question idscom.google.protobuf.ByteStringgetTopicIdsBytes(int index)question idsintgetTopicIdsCount()question idsjava.util.List<java.lang.String>getTopicIdsList()question idsjava.lang.StringgetTz()optional string tz = 8 [json_name = "tz"];com.google.protobuf.ByteStringgetTzBytes()optional string tz = 8 [json_name = "tz"];booleanhasOrganizationId()optional string organization_id = 1 [json_name = "organizationId"];booleanhasPeriod()optional .streamlayer.analytics.v1.common.Period period = 4 [json_name = "period"];booleanhasPlatformCategory()e.g.booleanhasTz()optional string tz = 8 [json_name = "tz"];
-
-
-
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.
-
hasPeriod
boolean hasPeriod()
optional .streamlayer.analytics.v1.common.Period period = 4 [json_name = "period"];- Returns:
- Whether the period field is set.
-
getPeriod
Period getPeriod()
optional .streamlayer.analytics.v1.common.Period period = 4 [json_name = "period"];- Returns:
- The period.
-
hasPlatformCategory
boolean hasPlatformCategory()
e.g. "Desktop Web", "CTV", "Mobile App", "Mobile Web"
optional string platform_category = 5 [json_name = "platformCategory"];- Returns:
- Whether the platformCategory field is set.
-
getPlatformCategory
java.lang.String getPlatformCategory()
e.g. "Desktop Web", "CTV", "Mobile App", "Mobile Web"
optional string platform_category = 5 [json_name = "platformCategory"];- Returns:
- The platformCategory.
-
getPlatformCategoryBytes
com.google.protobuf.ByteString getPlatformCategoryBytes()
e.g. "Desktop Web", "CTV", "Mobile App", "Mobile Web"
optional string platform_category = 5 [json_name = "platformCategory"];- Returns:
- The bytes for platformCategory.
-
getPlatformOsList
java.util.List<java.lang.String> getPlatformOsList()
e.g. ["iOS", "Android", "Roku", "ChromeOS", "Windows", "MacOS", "Linux", "ChromeOS", "Tizen", "Other"]
repeated string platform_os = 6 [json_name = "platformOs"];- Returns:
- A list containing the platformOs.
-
getPlatformOsCount
int getPlatformOsCount()
e.g. ["iOS", "Android", "Roku", "ChromeOS", "Windows", "MacOS", "Linux", "ChromeOS", "Tizen", "Other"]
repeated string platform_os = 6 [json_name = "platformOs"];- Returns:
- The count of platformOs.
-
getPlatformOs
java.lang.String getPlatformOs(int index)
e.g. ["iOS", "Android", "Roku", "ChromeOS", "Windows", "MacOS", "Linux", "ChromeOS", "Tizen", "Other"]
repeated string platform_os = 6 [json_name = "platformOs"];- Parameters:
index- The index of the element to return.- Returns:
- The platformOs at the given index.
-
getPlatformOsBytes
com.google.protobuf.ByteString getPlatformOsBytes(int index)
e.g. ["iOS", "Android", "Roku", "ChromeOS", "Windows", "MacOS", "Linux", "ChromeOS", "Tizen", "Other"]
repeated string platform_os = 6 [json_name = "platformOs"];- Parameters:
index- The index of the element to return.- Returns:
- The platformOs at the given index.
-
getCountriesList
java.util.List<java.lang.String> getCountriesList()
repeated string countries = 7 [json_name = "countries"];- Returns:
- A list containing the countries.
-
getCountriesCount
int getCountriesCount()
repeated string countries = 7 [json_name = "countries"];- Returns:
- The count of countries.
-
getCountries
java.lang.String getCountries(int index)
repeated string countries = 7 [json_name = "countries"];- Parameters:
index- The index of the element to return.- Returns:
- The countries at the given index.
-
getCountriesBytes
com.google.protobuf.ByteString getCountriesBytes(int index)
repeated string countries = 7 [json_name = "countries"];- Parameters:
index- The index of the element to return.- Returns:
- The countries at the given index.
-
hasTz
boolean hasTz()
optional string tz = 8 [json_name = "tz"];- Returns:
- Whether the tz field is set.
-
getTz
java.lang.String getTz()
optional string tz = 8 [json_name = "tz"];- Returns:
- The tz.
-
getTzBytes
com.google.protobuf.ByteString getTzBytes()
optional string tz = 8 [json_name = "tz"];- Returns:
- The bytes for tz.
-
-