Interface MetricsByTimeLineRequestFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
MetricsByTimeLineRequestFilter,MetricsByTimeLineRequestFilter.Builder
public interface MetricsByTimeLineRequestFilterOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description AggPeriodgetAggPeriod().streamlayer.analytics.v2.studio.AggPeriod agg_period = 6 [json_name = "aggPeriod"];intgetAggPeriodValue().streamlayer.analytics.v2.studio.AggPeriod agg_period = 6 [json_name = "aggPeriod"];java.lang.StringgetCountries(int index)repeated string countries = 3 [json_name = "countries"];com.google.protobuf.ByteStringgetCountriesBytes(int index)repeated string countries = 3 [json_name = "countries"];intgetCountriesCount()repeated string countries = 3 [json_name = "countries"];java.util.List<java.lang.String>getCountriesList()repeated string countries = 3 [json_name = "countries"];java.lang.StringgetDate()Deprecated.streamlayer.analytics.v2.studio.MetricsByTimeLineRequestFilter.date is deprecated.com.google.protobuf.ByteStringgetDateBytes()Deprecated.streamlayer.analytics.v2.studio.MetricsByTimeLineRequestFilter.date is deprecated.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.StringgetTz()'America/New_York'com.google.protobuf.ByteStringgetTzBytes()'America/New_York'WpTypegetWpType()only WpMetricsByTimeLineRequestintgetWpTypeValue()only WpMetricsByTimeLineRequestbooleanhasDate()Deprecated.streamlayer.analytics.v2.studio.MetricsByTimeLineRequestFilter.date is deprecated.booleanhasOrganizationId()optional string organization_id = 1 [json_name = "organizationId"];booleanhasPeriod()optional .streamlayer.analytics.v1.common.Period period = 4 [json_name = "period"];booleanhasTz()'America/New_York'booleanhasWpType()only WpMetricsByTimeLineRequest
-
-
-
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.
-
getCountriesList
java.util.List<java.lang.String> getCountriesList()
repeated string countries = 3 [json_name = "countries"];- Returns:
- A list containing the countries.
-
getCountriesCount
int getCountriesCount()
repeated string countries = 3 [json_name = "countries"];- Returns:
- The count of countries.
-
getCountries
java.lang.String getCountries(int index)
repeated string countries = 3 [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 = 3 [json_name = "countries"];- Parameters:
index- The index of the element to return.- Returns:
- The countries 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.
-
hasDate
@Deprecated boolean hasDate()
Deprecated.streamlayer.analytics.v2.studio.MetricsByTimeLineRequestFilter.date is deprecated. See streamlayer/analytics/v2/studio/dashboard.proto;l=147optional string date = 5 [json_name = "date", deprecated = true];- Returns:
- Whether the date field is set.
-
getDate
@Deprecated java.lang.String getDate()
Deprecated.streamlayer.analytics.v2.studio.MetricsByTimeLineRequestFilter.date is deprecated. See streamlayer/analytics/v2/studio/dashboard.proto;l=147optional string date = 5 [json_name = "date", deprecated = true];- Returns:
- The date.
-
getDateBytes
@Deprecated com.google.protobuf.ByteString getDateBytes()
Deprecated.streamlayer.analytics.v2.studio.MetricsByTimeLineRequestFilter.date is deprecated. See streamlayer/analytics/v2/studio/dashboard.proto;l=147optional string date = 5 [json_name = "date", deprecated = true];- Returns:
- The bytes for date.
-
getAggPeriodValue
int getAggPeriodValue()
.streamlayer.analytics.v2.studio.AggPeriod agg_period = 6 [json_name = "aggPeriod"];- Returns:
- The enum numeric value on the wire for aggPeriod.
-
getAggPeriod
AggPeriod getAggPeriod()
.streamlayer.analytics.v2.studio.AggPeriod agg_period = 6 [json_name = "aggPeriod"];- Returns:
- The aggPeriod.
-
hasWpType
boolean hasWpType()
only WpMetricsByTimeLineRequest
optional .streamlayer.analytics.v2.studio.WpType wp_type = 7 [json_name = "wpType"];- Returns:
- Whether the wpType field is set.
-
getWpTypeValue
int getWpTypeValue()
only WpMetricsByTimeLineRequest
optional .streamlayer.analytics.v2.studio.WpType wp_type = 7 [json_name = "wpType"];- Returns:
- The enum numeric value on the wire for wpType.
-
getWpType
WpType getWpType()
only WpMetricsByTimeLineRequest
optional .streamlayer.analytics.v2.studio.WpType wp_type = 7 [json_name = "wpType"];- Returns:
- The wpType.
-
hasTz
boolean hasTz()
'America/New_York'
optional string tz = 8 [json_name = "tz"];- Returns:
- Whether the tz field is set.
-
getTz
java.lang.String getTz()
'America/New_York'
optional string tz = 8 [json_name = "tz"];- Returns:
- The tz.
-
getTzBytes
com.google.protobuf.ByteString getTzBytes()
'America/New_York'
optional string tz = 8 [json_name = "tz"];- Returns:
- The bytes for tz.
-
-