public interface CheckCompatibilityRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCompatibilityFilter()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
Compatibility |
The compatibilityFilter. |
getCompatibilityFilterValue()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for compatibilityFilter. |
getDimensionFilter()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
FilterExpression |
The dimensionFilter. |
getDimensionFilterOrBuilder()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
FilterExpressionOrBuilder |
|
getDimensions(int index)
public abstract 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Dimension |
|
getDimensionsCount()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDimensionsList()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
List<Dimension> |
|
getDimensionsOrBuilder(int index)
public abstract 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DimensionOrBuilder |
|
getDimensionsOrBuilderList()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.analytics.data.v1beta.DimensionOrBuilder> |
|
getMetricFilter()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
FilterExpression |
The metricFilter. |
getMetricFilterOrBuilder()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
FilterExpressionOrBuilder |
|
getMetrics(int index)
public abstract 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Metric |
|
getMetricsCount()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
int |
|
getMetricsList()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
List<Metric> |
|
getMetricsOrBuilder(int index)
public abstract 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MetricOrBuilder |
|
getMetricsOrBuilderList()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.analytics.data.v1beta.MetricOrBuilder> |
|
getProperty()
public abstract String getProperty() A Google Analytics property identifier whose events are tracked. To
learn more, see where to find your Property
ID.
property should be the same value as in your runReport request.
Example: properties/1234
string property = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The property. |
getPropertyBytes()
public abstract ByteString getPropertyBytes() A Google Analytics property identifier whose events are tracked. To
learn more, see where to find your Property
ID.
property should be the same value as in your runReport request.
Example: properties/1234
string property = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for property. |
hasDimensionFilter()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dimensionFilter field is set. |
hasMetricFilter()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the metricFilter field is set. |