public interface CheckCompatibilityRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Compatibility |
getCompatibilityFilter()
Filters the dimensions and metrics in the response to just this
compatibility.
|
int |
getCompatibilityFilterValue()
Filters the dimensions and metrics in the response to just this
compatibility.
|
FilterExpression |
getDimensionFilter()
The filter clause of dimensions.
|
FilterExpressionOrBuilder |
getDimensionFilterOrBuilder()
The filter clause of dimensions.
|
Dimension |
getDimensions(int index)
The dimensions in this report.
|
int |
getDimensionsCount()
The dimensions in this report.
|
List<Dimension> |
getDimensionsList()
The dimensions in this report.
|
DimensionOrBuilder |
getDimensionsOrBuilder(int index)
The dimensions in this report.
|
List<? extends DimensionOrBuilder> |
getDimensionsOrBuilderList()
The dimensions in this report.
|
FilterExpression |
getMetricFilter()
The filter clause of metrics.
|
FilterExpressionOrBuilder |
getMetricFilterOrBuilder()
The filter clause of metrics.
|
Metric |
getMetrics(int index)
The metrics in this report.
|
int |
getMetricsCount()
The metrics in this report.
|
List<Metric> |
getMetricsList()
The metrics in this report.
|
MetricOrBuilder |
getMetricsOrBuilder(int index)
The metrics in this report.
|
List<? extends MetricOrBuilder> |
getMetricsOrBuilderList()
The metrics in this report.
|
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 |
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. To learn more, see [where to find your Property ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id). `property` should be the same value as in your `runReport` request. Example: properties/1234 Set the Property ID to 0 for compatibility checking on dimensions and metrics common to all properties. In this special mode, this method will not return custom dimensions and metrics.
string property = 1;com.google.protobuf.ByteString getPropertyBytes()
A Google Analytics GA4 property identifier whose events are tracked. To learn more, see [where to find your Property ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id). `property` should be the same value as in your `runReport` request. Example: properties/1234 Set the Property ID to 0 for compatibility checking on dimensions and metrics common to all properties. In this special mode, this method will not return custom dimensions and metrics.
string property = 1;List<Dimension> getDimensionsList()
The dimensions in this report. `dimensions` should be the same value as in your `runReport` request.
repeated .google.analytics.data.v1beta.Dimension dimensions = 2;Dimension getDimensions(int index)
The dimensions in this report. `dimensions` should be the same value as in your `runReport` request.
repeated .google.analytics.data.v1beta.Dimension dimensions = 2;int getDimensionsCount()
The dimensions in this report. `dimensions` should be the same value as in your `runReport` request.
repeated .google.analytics.data.v1beta.Dimension dimensions = 2;List<? extends DimensionOrBuilder> getDimensionsOrBuilderList()
The dimensions in this report. `dimensions` should be the same value as in your `runReport` request.
repeated .google.analytics.data.v1beta.Dimension dimensions = 2;DimensionOrBuilder getDimensionsOrBuilder(int index)
The dimensions in this report. `dimensions` should be the same value as in your `runReport` request.
repeated .google.analytics.data.v1beta.Dimension dimensions = 2;List<Metric> getMetricsList()
The metrics in this report. `metrics` should be the same value as in your `runReport` request.
repeated .google.analytics.data.v1beta.Metric metrics = 3;Metric getMetrics(int index)
The metrics in this report. `metrics` should be the same value as in your `runReport` request.
repeated .google.analytics.data.v1beta.Metric metrics = 3;int getMetricsCount()
The metrics in this report. `metrics` should be the same value as in your `runReport` request.
repeated .google.analytics.data.v1beta.Metric metrics = 3;List<? extends MetricOrBuilder> getMetricsOrBuilderList()
The metrics in this report. `metrics` should be the same value as in your `runReport` request.
repeated .google.analytics.data.v1beta.Metric metrics = 3;MetricOrBuilder getMetricsOrBuilder(int index)
The metrics in this report. `metrics` should be the same value as in your `runReport` request.
repeated .google.analytics.data.v1beta.Metric metrics = 3;boolean hasDimensionFilter()
The filter clause of dimensions. `dimensionFilter` should be the same value as in your `runReport` request.
.google.analytics.data.v1beta.FilterExpression dimension_filter = 4;FilterExpression getDimensionFilter()
The filter clause of dimensions. `dimensionFilter` should be the same value as in your `runReport` request.
.google.analytics.data.v1beta.FilterExpression dimension_filter = 4;FilterExpressionOrBuilder getDimensionFilterOrBuilder()
The filter clause of dimensions. `dimensionFilter` should be the same value as in your `runReport` request.
.google.analytics.data.v1beta.FilterExpression dimension_filter = 4;boolean hasMetricFilter()
The filter clause of metrics. `metricFilter` should be the same value as in your `runReport` request
.google.analytics.data.v1beta.FilterExpression metric_filter = 5;FilterExpression getMetricFilter()
The filter clause of metrics. `metricFilter` should be the same value as in your `runReport` request
.google.analytics.data.v1beta.FilterExpression metric_filter = 5;FilterExpressionOrBuilder getMetricFilterOrBuilder()
The filter clause of metrics. `metricFilter` should be the same value as in your `runReport` request
.google.analytics.data.v1beta.FilterExpression metric_filter = 5;int getCompatibilityFilterValue()
Filters the dimensions and metrics in the response to just this compatibility. Commonly used as `”compatibilityFilter”: “COMPATIBLE”` to only return compatible dimensions & metrics.
.google.analytics.data.v1beta.Compatibility compatibility_filter = 6;Compatibility getCompatibilityFilter()
Filters the dimensions and metrics in the response to just this compatibility. Commonly used as `”compatibilityFilter”: “COMPATIBLE”` to only return compatible dimensions & metrics.
.google.analytics.data.v1beta.Compatibility compatibility_filter = 6;Copyright © 2022 Google LLC. All rights reserved.