Reference documentation and code samples for the Google Analytics Data V1beta Client class CheckCompatibilityResponse.
The compatibility response with the compatibility of each dimension & metric.
Generated from protobuf message google.analytics.data.v1beta.CheckCompatibilityResponse
Namespace
Google \ Analytics \ Data \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dimension_compatibilities |
array<Google\Analytics\Data\V1beta\DimensionCompatibility>
The compatibility of each dimension. |
↳ metric_compatibilities |
array<Google\Analytics\Data\V1beta\MetricCompatibility>
The compatibility of each metric. |
getDimensionCompatibilities
The compatibility of each dimension.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDimensionCompatibilities
The compatibility of each dimension.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Analytics\Data\V1beta\DimensionCompatibility>
|
Returns | |
---|---|
Type | Description |
$this |
getMetricCompatibilities
The compatibility of each metric.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setMetricCompatibilities
The compatibility of each metric.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Analytics\Data\V1beta\MetricCompatibility>
|
Returns | |
---|---|
Type | Description |
$this |