Interface ExportMetricsRequestFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ExportMetricsRequestFilter,ExportMetricsRequestFilter.Builder
public interface ExportMetricsRequestFilterOrBuilder 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.StringgetMetrics(int index)repeated string metrics = 4 [json_name = "metrics"];com.google.protobuf.ByteStringgetMetricsBytes(int index)repeated string metrics = 4 [json_name = "metrics"];intgetMetricsCount()repeated string metrics = 4 [json_name = "metrics"];java.util.List<java.lang.String>getMetricsList()repeated string metrics = 4 [json_name = "metrics"];java.lang.StringgetOrganizationId()optional string organization_id = 1 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()optional string organization_id = 1 [json_name = "organizationId"];PeriodgetPeriod().streamlayer.analytics.v1.common.Period period = 3 [json_name = "period"];java.lang.StringgetTz()optional string tz = 5 [json_name = "tz"];com.google.protobuf.ByteStringgetTzBytes()optional string tz = 5 [json_name = "tz"];booleanhasOrganizationId()optional string organization_id = 1 [json_name = "organizationId"];booleanhasPeriod().streamlayer.analytics.v1.common.Period period = 3 [json_name = "period"];booleanhasTz()optional string tz = 5 [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.
-
hasPeriod
boolean hasPeriod()
.streamlayer.analytics.v1.common.Period period = 3 [json_name = "period"];- Returns:
- Whether the period field is set.
-
getPeriod
Period getPeriod()
.streamlayer.analytics.v1.common.Period period = 3 [json_name = "period"];- Returns:
- The period.
-
getMetricsList
java.util.List<java.lang.String> getMetricsList()
repeated string metrics = 4 [json_name = "metrics"];- Returns:
- A list containing the metrics.
-
getMetricsCount
int getMetricsCount()
repeated string metrics = 4 [json_name = "metrics"];- Returns:
- The count of metrics.
-
getMetrics
java.lang.String getMetrics(int index)
repeated string metrics = 4 [json_name = "metrics"];- Parameters:
index- The index of the element to return.- Returns:
- The metrics at the given index.
-
getMetricsBytes
com.google.protobuf.ByteString getMetricsBytes(int index)
repeated string metrics = 4 [json_name = "metrics"];- Parameters:
index- The index of the element to return.- Returns:
- The metrics at the given index.
-
hasTz
boolean hasTz()
optional string tz = 5 [json_name = "tz"];- Returns:
- Whether the tz field is set.
-
getTz
java.lang.String getTz()
optional string tz = 5 [json_name = "tz"];- Returns:
- The tz.
-
getTzBytes
com.google.protobuf.ByteString getTzBytes()
optional string tz = 5 [json_name = "tz"];- Returns:
- The bytes for tz.
-
-