public interface RunRealtimeReportRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FilterExpression |
getDimensionFilter()
The filter clause of dimensions.
|
FilterExpressionOrBuilder |
getDimensionFilterOrBuilder()
The filter clause of dimensions.
|
Dimension |
getDimensions(int index)
The dimensions requested and displayed.
|
int |
getDimensionsCount()
The dimensions requested and displayed.
|
List<Dimension> |
getDimensionsList()
The dimensions requested and displayed.
|
DimensionOrBuilder |
getDimensionsOrBuilder(int index)
The dimensions requested and displayed.
|
List<? extends DimensionOrBuilder> |
getDimensionsOrBuilderList()
The dimensions requested and displayed.
|
long |
getLimit()
The number of rows to return.
|
MetricAggregation |
getMetricAggregations(int index)
Aggregation of metrics.
|
int |
getMetricAggregationsCount()
Aggregation of metrics.
|
List<MetricAggregation> |
getMetricAggregationsList()
Aggregation of metrics.
|
int |
getMetricAggregationsValue(int index)
Aggregation of metrics.
|
List<Integer> |
getMetricAggregationsValueList()
Aggregation of metrics.
|
FilterExpression |
getMetricFilter()
The filter clause of metrics.
|
FilterExpressionOrBuilder |
getMetricFilterOrBuilder()
The filter clause of metrics.
|
Metric |
getMetrics(int index)
The metrics requested and displayed.
|
int |
getMetricsCount()
The metrics requested and displayed.
|
List<Metric> |
getMetricsList()
The metrics requested and displayed.
|
MetricOrBuilder |
getMetricsOrBuilder(int index)
The metrics requested and displayed.
|
List<? extends MetricOrBuilder> |
getMetricsOrBuilderList()
The metrics requested and displayed.
|
MinuteRange |
getMinuteRanges(int index)
The minute ranges of event data to read.
|
int |
getMinuteRangesCount()
The minute ranges of event data to read.
|
List<MinuteRange> |
getMinuteRangesList()
The minute ranges of event data to read.
|
MinuteRangeOrBuilder |
getMinuteRangesOrBuilder(int index)
The minute ranges of event data to read.
|
List<? extends MinuteRangeOrBuilder> |
getMinuteRangesOrBuilderList()
The minute ranges of event data to read.
|
OrderBy |
getOrderBys(int index)
Specifies how rows are ordered in the response.
|
int |
getOrderBysCount()
Specifies how rows are ordered in the response.
|
List<OrderBy> |
getOrderBysList()
Specifies how rows are ordered in the response.
|
OrderByOrBuilder |
getOrderBysOrBuilder(int index)
Specifies how rows are ordered in the response.
|
List<? extends OrderByOrBuilder> |
getOrderBysOrBuilderList()
Specifies how rows are ordered in the response.
|
String |
getProperty()
A Google Analytics GA4 property identifier whose events are tracked.
|
com.google.protobuf.ByteString |
getPropertyBytes()
A Google Analytics GA4 property identifier whose events are tracked.
|
boolean |
getReturnPropertyQuota()
Toggles whether to return the current state of this Analytics Property's
Realtime quota.
|
boolean |
hasDimensionFilter()
The filter clause of dimensions.
|
boolean |
hasMetricFilter()
The filter clause of metrics.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProperty()
A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see [where to find your Property ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id). Example: properties/1234
string property = 1;com.google.protobuf.ByteString getPropertyBytes()
A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see [where to find your Property ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id). Example: properties/1234
string property = 1;List<Dimension> getDimensionsList()
The dimensions requested and displayed.
repeated .google.analytics.data.v1beta.Dimension dimensions = 2;Dimension getDimensions(int index)
The dimensions requested and displayed.
repeated .google.analytics.data.v1beta.Dimension dimensions = 2;int getDimensionsCount()
The dimensions requested and displayed.
repeated .google.analytics.data.v1beta.Dimension dimensions = 2;List<? extends DimensionOrBuilder> getDimensionsOrBuilderList()
The dimensions requested and displayed.
repeated .google.analytics.data.v1beta.Dimension dimensions = 2;DimensionOrBuilder getDimensionsOrBuilder(int index)
The dimensions requested and displayed.
repeated .google.analytics.data.v1beta.Dimension dimensions = 2;List<Metric> getMetricsList()
The metrics requested and displayed.
repeated .google.analytics.data.v1beta.Metric metrics = 3;Metric getMetrics(int index)
The metrics requested and displayed.
repeated .google.analytics.data.v1beta.Metric metrics = 3;int getMetricsCount()
The metrics requested and displayed.
repeated .google.analytics.data.v1beta.Metric metrics = 3;List<? extends MetricOrBuilder> getMetricsOrBuilderList()
The metrics requested and displayed.
repeated .google.analytics.data.v1beta.Metric metrics = 3;MetricOrBuilder getMetricsOrBuilder(int index)
The metrics requested and displayed.
repeated .google.analytics.data.v1beta.Metric metrics = 3;boolean hasDimensionFilter()
The filter clause of dimensions. Metrics cannot be used in this filter.
.google.analytics.data.v1beta.FilterExpression dimension_filter = 4;FilterExpression getDimensionFilter()
The filter clause of dimensions. Metrics cannot be used in this filter.
.google.analytics.data.v1beta.FilterExpression dimension_filter = 4;FilterExpressionOrBuilder getDimensionFilterOrBuilder()
The filter clause of dimensions. Metrics cannot be used in this filter.
.google.analytics.data.v1beta.FilterExpression dimension_filter = 4;boolean hasMetricFilter()
The filter clause of metrics. Applied at post aggregation phase, similar to SQL having-clause. Dimensions cannot be used in this filter.
.google.analytics.data.v1beta.FilterExpression metric_filter = 5;FilterExpression getMetricFilter()
The filter clause of metrics. Applied at post aggregation phase, similar to SQL having-clause. Dimensions cannot be used in this filter.
.google.analytics.data.v1beta.FilterExpression metric_filter = 5;FilterExpressionOrBuilder getMetricFilterOrBuilder()
The filter clause of metrics. Applied at post aggregation phase, similar to SQL having-clause. Dimensions cannot be used in this filter.
.google.analytics.data.v1beta.FilterExpression metric_filter = 5;long getLimit()
The number of rows to return. If unspecified, 10,000 rows are returned. The API returns a maximum of 100,000 rows per request, no matter how many you ask for. `limit` must be positive. The API can also return fewer rows than the requested `limit`, if there aren't as many dimension values as the `limit`. For instance, there are fewer than 300 possible values for the dimension `country`, so when reporting on only `country`, you can't get more than 300 rows, even if you set `limit` to a higher value.
int64 limit = 6;List<MetricAggregation> getMetricAggregationsList()
Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to "RESERVED_(MetricAggregation)".
repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 7;int getMetricAggregationsCount()
Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to "RESERVED_(MetricAggregation)".
repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 7;MetricAggregation getMetricAggregations(int index)
Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to "RESERVED_(MetricAggregation)".
repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 7;index - The index of the element to return.List<Integer> getMetricAggregationsValueList()
Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to "RESERVED_(MetricAggregation)".
repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 7;int getMetricAggregationsValue(int index)
Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to "RESERVED_(MetricAggregation)".
repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 7;index - The index of the value to return.List<OrderBy> getOrderBysList()
Specifies how rows are ordered in the response.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 8;OrderBy getOrderBys(int index)
Specifies how rows are ordered in the response.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 8;int getOrderBysCount()
Specifies how rows are ordered in the response.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 8;List<? extends OrderByOrBuilder> getOrderBysOrBuilderList()
Specifies how rows are ordered in the response.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 8;OrderByOrBuilder getOrderBysOrBuilder(int index)
Specifies how rows are ordered in the response.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 8;boolean getReturnPropertyQuota()
Toggles whether to return the current state of this Analytics Property's Realtime quota. Quota is returned in [PropertyQuota](#PropertyQuota).
bool return_property_quota = 9;List<MinuteRange> getMinuteRangesList()
The minute ranges of event data to read. If unspecified, one minute range for the last 30 minutes will be used. If multiple minute ranges are requested, each response row will contain a zero based minute range index. If two minute ranges overlap, the event data for the overlapping minutes is included in the response rows for both minute ranges.
repeated .google.analytics.data.v1beta.MinuteRange minute_ranges = 10;MinuteRange getMinuteRanges(int index)
The minute ranges of event data to read. If unspecified, one minute range for the last 30 minutes will be used. If multiple minute ranges are requested, each response row will contain a zero based minute range index. If two minute ranges overlap, the event data for the overlapping minutes is included in the response rows for both minute ranges.
repeated .google.analytics.data.v1beta.MinuteRange minute_ranges = 10;int getMinuteRangesCount()
The minute ranges of event data to read. If unspecified, one minute range for the last 30 minutes will be used. If multiple minute ranges are requested, each response row will contain a zero based minute range index. If two minute ranges overlap, the event data for the overlapping minutes is included in the response rows for both minute ranges.
repeated .google.analytics.data.v1beta.MinuteRange minute_ranges = 10;List<? extends MinuteRangeOrBuilder> getMinuteRangesOrBuilderList()
The minute ranges of event data to read. If unspecified, one minute range for the last 30 minutes will be used. If multiple minute ranges are requested, each response row will contain a zero based minute range index. If two minute ranges overlap, the event data for the overlapping minutes is included in the response rows for both minute ranges.
repeated .google.analytics.data.v1beta.MinuteRange minute_ranges = 10;MinuteRangeOrBuilder getMinuteRangesOrBuilder(int index)
The minute ranges of event data to read. If unspecified, one minute range for the last 30 minutes will be used. If multiple minute ranges are requested, each response row will contain a zero based minute range index. If two minute ranges overlap, the event data for the overlapping minutes is included in the response rows for both minute ranges.
repeated .google.analytics.data.v1beta.MinuteRange minute_ranges = 10;Copyright © 2022 Google LLC. All rights reserved.