public interface RunPivotReportResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Row |
getAggregates(int index)
Aggregation of metric values.
|
int |
getAggregatesCount()
Aggregation of metric values.
|
List<Row> |
getAggregatesList()
Aggregation of metric values.
|
RowOrBuilder |
getAggregatesOrBuilder(int index)
Aggregation of metric values.
|
List<? extends RowOrBuilder> |
getAggregatesOrBuilderList()
Aggregation of metric values.
|
DimensionHeader |
getDimensionHeaders(int index)
Describes dimension columns.
|
int |
getDimensionHeadersCount()
Describes dimension columns.
|
List<DimensionHeader> |
getDimensionHeadersList()
Describes dimension columns.
|
DimensionHeaderOrBuilder |
getDimensionHeadersOrBuilder(int index)
Describes dimension columns.
|
List<? extends DimensionHeaderOrBuilder> |
getDimensionHeadersOrBuilderList()
Describes dimension columns.
|
String |
getKind()
Identifies what kind of resource this message is.
|
com.google.protobuf.ByteString |
getKindBytes()
Identifies what kind of resource this message is.
|
ResponseMetaData |
getMetadata()
Metadata for the report.
|
ResponseMetaDataOrBuilder |
getMetadataOrBuilder()
Metadata for the report.
|
MetricHeader |
getMetricHeaders(int index)
Describes metric columns.
|
int |
getMetricHeadersCount()
Describes metric columns.
|
List<MetricHeader> |
getMetricHeadersList()
Describes metric columns.
|
MetricHeaderOrBuilder |
getMetricHeadersOrBuilder(int index)
Describes metric columns.
|
List<? extends MetricHeaderOrBuilder> |
getMetricHeadersOrBuilderList()
Describes metric columns.
|
PivotHeader |
getPivotHeaders(int index)
Summarizes the columns and rows created by a pivot.
|
int |
getPivotHeadersCount()
Summarizes the columns and rows created by a pivot.
|
List<PivotHeader> |
getPivotHeadersList()
Summarizes the columns and rows created by a pivot.
|
PivotHeaderOrBuilder |
getPivotHeadersOrBuilder(int index)
Summarizes the columns and rows created by a pivot.
|
List<? extends PivotHeaderOrBuilder> |
getPivotHeadersOrBuilderList()
Summarizes the columns and rows created by a pivot.
|
PropertyQuota |
getPropertyQuota()
This Analytics Property's quota state including this request.
|
PropertyQuotaOrBuilder |
getPropertyQuotaOrBuilder()
This Analytics Property's quota state including this request.
|
Row |
getRows(int index)
Rows of dimension value combinations and metric values in the report.
|
int |
getRowsCount()
Rows of dimension value combinations and metric values in the report.
|
List<Row> |
getRowsList()
Rows of dimension value combinations and metric values in the report.
|
RowOrBuilder |
getRowsOrBuilder(int index)
Rows of dimension value combinations and metric values in the report.
|
List<? extends RowOrBuilder> |
getRowsOrBuilderList()
Rows of dimension value combinations and metric values in the report.
|
boolean |
hasMetadata()
Metadata for the report.
|
boolean |
hasPropertyQuota()
This Analytics Property's quota state including this request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<PivotHeader> getPivotHeadersList()
Summarizes the columns and rows created by a pivot. Each pivot in the
request produces one header in the response. If we have a request like
this:
"pivots": [{
"fieldNames": ["country",
"city"]
},
{
"fieldNames": "eventName"
}]
We will have the following `pivotHeaders` in the response:
"pivotHeaders" : [{
"dimensionHeaders": [{
"dimensionValues": [
{ "value": "United Kingdom" },
{ "value": "London" }
]
},
{
"dimensionValues": [
{ "value": "Japan" },
{ "value": "Osaka" }
]
}]
},
{
"dimensionHeaders": [{
"dimensionValues": [{ "value": "session_start" }]
},
{
"dimensionValues": [{ "value": "scroll" }]
}]
}]
repeated .google.analytics.data.v1beta.PivotHeader pivot_headers = 1;PivotHeader getPivotHeaders(int index)
Summarizes the columns and rows created by a pivot. Each pivot in the
request produces one header in the response. If we have a request like
this:
"pivots": [{
"fieldNames": ["country",
"city"]
},
{
"fieldNames": "eventName"
}]
We will have the following `pivotHeaders` in the response:
"pivotHeaders" : [{
"dimensionHeaders": [{
"dimensionValues": [
{ "value": "United Kingdom" },
{ "value": "London" }
]
},
{
"dimensionValues": [
{ "value": "Japan" },
{ "value": "Osaka" }
]
}]
},
{
"dimensionHeaders": [{
"dimensionValues": [{ "value": "session_start" }]
},
{
"dimensionValues": [{ "value": "scroll" }]
}]
}]
repeated .google.analytics.data.v1beta.PivotHeader pivot_headers = 1;int getPivotHeadersCount()
Summarizes the columns and rows created by a pivot. Each pivot in the
request produces one header in the response. If we have a request like
this:
"pivots": [{
"fieldNames": ["country",
"city"]
},
{
"fieldNames": "eventName"
}]
We will have the following `pivotHeaders` in the response:
"pivotHeaders" : [{
"dimensionHeaders": [{
"dimensionValues": [
{ "value": "United Kingdom" },
{ "value": "London" }
]
},
{
"dimensionValues": [
{ "value": "Japan" },
{ "value": "Osaka" }
]
}]
},
{
"dimensionHeaders": [{
"dimensionValues": [{ "value": "session_start" }]
},
{
"dimensionValues": [{ "value": "scroll" }]
}]
}]
repeated .google.analytics.data.v1beta.PivotHeader pivot_headers = 1;List<? extends PivotHeaderOrBuilder> getPivotHeadersOrBuilderList()
Summarizes the columns and rows created by a pivot. Each pivot in the
request produces one header in the response. If we have a request like
this:
"pivots": [{
"fieldNames": ["country",
"city"]
},
{
"fieldNames": "eventName"
}]
We will have the following `pivotHeaders` in the response:
"pivotHeaders" : [{
"dimensionHeaders": [{
"dimensionValues": [
{ "value": "United Kingdom" },
{ "value": "London" }
]
},
{
"dimensionValues": [
{ "value": "Japan" },
{ "value": "Osaka" }
]
}]
},
{
"dimensionHeaders": [{
"dimensionValues": [{ "value": "session_start" }]
},
{
"dimensionValues": [{ "value": "scroll" }]
}]
}]
repeated .google.analytics.data.v1beta.PivotHeader pivot_headers = 1;PivotHeaderOrBuilder getPivotHeadersOrBuilder(int index)
Summarizes the columns and rows created by a pivot. Each pivot in the
request produces one header in the response. If we have a request like
this:
"pivots": [{
"fieldNames": ["country",
"city"]
},
{
"fieldNames": "eventName"
}]
We will have the following `pivotHeaders` in the response:
"pivotHeaders" : [{
"dimensionHeaders": [{
"dimensionValues": [
{ "value": "United Kingdom" },
{ "value": "London" }
]
},
{
"dimensionValues": [
{ "value": "Japan" },
{ "value": "Osaka" }
]
}]
},
{
"dimensionHeaders": [{
"dimensionValues": [{ "value": "session_start" }]
},
{
"dimensionValues": [{ "value": "scroll" }]
}]
}]
repeated .google.analytics.data.v1beta.PivotHeader pivot_headers = 1;List<DimensionHeader> getDimensionHeadersList()
Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
repeated .google.analytics.data.v1beta.DimensionHeader dimension_headers = 2;DimensionHeader getDimensionHeaders(int index)
Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
repeated .google.analytics.data.v1beta.DimensionHeader dimension_headers = 2;int getDimensionHeadersCount()
Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
repeated .google.analytics.data.v1beta.DimensionHeader dimension_headers = 2;List<? extends DimensionHeaderOrBuilder> getDimensionHeadersOrBuilderList()
Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
repeated .google.analytics.data.v1beta.DimensionHeader dimension_headers = 2;DimensionHeaderOrBuilder getDimensionHeadersOrBuilder(int index)
Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
repeated .google.analytics.data.v1beta.DimensionHeader dimension_headers = 2;List<MetricHeader> getMetricHeadersList()
Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
repeated .google.analytics.data.v1beta.MetricHeader metric_headers = 3;MetricHeader getMetricHeaders(int index)
Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
repeated .google.analytics.data.v1beta.MetricHeader metric_headers = 3;int getMetricHeadersCount()
Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
repeated .google.analytics.data.v1beta.MetricHeader metric_headers = 3;List<? extends MetricHeaderOrBuilder> getMetricHeadersOrBuilderList()
Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
repeated .google.analytics.data.v1beta.MetricHeader metric_headers = 3;MetricHeaderOrBuilder getMetricHeadersOrBuilder(int index)
Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
repeated .google.analytics.data.v1beta.MetricHeader metric_headers = 3;List<Row> getRowsList()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1beta.Row rows = 4;Row getRows(int index)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1beta.Row rows = 4;int getRowsCount()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1beta.Row rows = 4;List<? extends RowOrBuilder> getRowsOrBuilderList()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1beta.Row rows = 4;RowOrBuilder getRowsOrBuilder(int index)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1beta.Row rows = 4;List<Row> getAggregatesList()
Aggregation of metric values. Can be totals, minimums, or maximums. The returned aggregations are controlled by the metric_aggregations in the pivot. The type of aggregation returned in each row is shown by the dimension_values which are set to "RESERVED_<MetricAggregation>".
repeated .google.analytics.data.v1beta.Row aggregates = 5;Row getAggregates(int index)
Aggregation of metric values. Can be totals, minimums, or maximums. The returned aggregations are controlled by the metric_aggregations in the pivot. The type of aggregation returned in each row is shown by the dimension_values which are set to "RESERVED_<MetricAggregation>".
repeated .google.analytics.data.v1beta.Row aggregates = 5;int getAggregatesCount()
Aggregation of metric values. Can be totals, minimums, or maximums. The returned aggregations are controlled by the metric_aggregations in the pivot. The type of aggregation returned in each row is shown by the dimension_values which are set to "RESERVED_<MetricAggregation>".
repeated .google.analytics.data.v1beta.Row aggregates = 5;List<? extends RowOrBuilder> getAggregatesOrBuilderList()
Aggregation of metric values. Can be totals, minimums, or maximums. The returned aggregations are controlled by the metric_aggregations in the pivot. The type of aggregation returned in each row is shown by the dimension_values which are set to "RESERVED_<MetricAggregation>".
repeated .google.analytics.data.v1beta.Row aggregates = 5;RowOrBuilder getAggregatesOrBuilder(int index)
Aggregation of metric values. Can be totals, minimums, or maximums. The returned aggregations are controlled by the metric_aggregations in the pivot. The type of aggregation returned in each row is shown by the dimension_values which are set to "RESERVED_<MetricAggregation>".
repeated .google.analytics.data.v1beta.Row aggregates = 5;boolean hasMetadata()
Metadata for the report.
.google.analytics.data.v1beta.ResponseMetaData metadata = 6;ResponseMetaData getMetadata()
Metadata for the report.
.google.analytics.data.v1beta.ResponseMetaData metadata = 6;ResponseMetaDataOrBuilder getMetadataOrBuilder()
Metadata for the report.
.google.analytics.data.v1beta.ResponseMetaData metadata = 6;boolean hasPropertyQuota()
This Analytics Property's quota state including this request.
.google.analytics.data.v1beta.PropertyQuota property_quota = 7;PropertyQuota getPropertyQuota()
This Analytics Property's quota state including this request.
.google.analytics.data.v1beta.PropertyQuota property_quota = 7;PropertyQuotaOrBuilder getPropertyQuotaOrBuilder()
This Analytics Property's quota state including this request.
.google.analytics.data.v1beta.PropertyQuota property_quota = 7;String getKind()
Identifies what kind of resource this message is. This `kind` is always the fixed string "analyticsData#runPivotReport". Useful to distinguish between response types in JSON.
string kind = 8;com.google.protobuf.ByteString getKindBytes()
Identifies what kind of resource this message is. This `kind` is always the fixed string "analyticsData#runPivotReport". Useful to distinguish between response types in JSON.
string kind = 8;Copyright © 2022 Google LLC. All rights reserved.