public final class RunReportResponse extends GeneratedMessageV3 implements RunReportResponseOrBuilder
The response report table corresponding to a request.
Protobuf type google.analytics.data.v1beta.RunReportResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int DIMENSION_HEADERS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
KIND_FIELD_NUMBER
public static final int KIND_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
MAXIMUMS_FIELD_NUMBER
public static final int MAXIMUMS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int METADATA_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int METRIC_HEADERS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
MINIMUMS_FIELD_NUMBER
public static final int MINIMUMS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PROPERTY_QUOTA_FIELD_NUMBER
public static final int PROPERTY_QUOTA_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ROWS_FIELD_NUMBER
public static final int ROWS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ROW_COUNT_FIELD_NUMBER
public static final int ROW_COUNT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TOTALS_FIELD_NUMBER
public static final int TOTALS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static RunReportResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static RunReportResponse.Builder newBuilder()
newBuilder(RunReportResponse prototype)
public static RunReportResponse.Builder newBuilder(RunReportResponse prototype)
public static RunReportResponse parseDelimitedFrom(InputStream input)
public static RunReportResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static RunReportResponse parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RunReportResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static RunReportResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RunReportResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RunReportResponse parseFrom(CodedInputStream input)
public static RunReportResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RunReportResponse parseFrom(InputStream input)
public static RunReportResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static RunReportResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RunReportResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<RunReportResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public RunReportResponse getDefaultInstanceForType()
public 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 = 1;
Parameter |
Name |
Description |
index |
int
|
public 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 = 1;
Returns |
Type |
Description |
int |
|
public 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 = 1;
public 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 = 1;
Parameter |
Name |
Description |
index |
int
|
public 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 = 1;
Returns |
Type |
Description |
List<? extends com.google.analytics.data.v1beta.DimensionHeaderOrBuilder> |
|
getKind()
Identifies what kind of resource this message is. This kind
is always the
fixed string "analyticsData#runReport". Useful to distinguish between
response types in JSON.
string kind = 10;
Returns |
Type |
Description |
String |
The kind.
|
getKindBytes()
public ByteString getKindBytes()
Identifies what kind of resource this message is. This kind
is always the
fixed string "analyticsData#runReport". Useful to distinguish between
response types in JSON.
string kind = 10;
Returns |
Type |
Description |
ByteString |
The bytes for kind.
|
getMaximums(int index)
public Row getMaximums(int index)
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1beta.Row maximums = 5;
Parameter |
Name |
Description |
index |
int
|
Returns |
Type |
Description |
Row |
|
getMaximumsCount()
public int getMaximumsCount()
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1beta.Row maximums = 5;
Returns |
Type |
Description |
int |
|
getMaximumsList()
public List<Row> getMaximumsList()
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1beta.Row maximums = 5;
getMaximumsOrBuilder(int index)
public RowOrBuilder getMaximumsOrBuilder(int index)
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1beta.Row maximums = 5;
Parameter |
Name |
Description |
index |
int
|
getMaximumsOrBuilderList()
public List<? extends RowOrBuilder> getMaximumsOrBuilderList()
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1beta.Row maximums = 5;
Returns |
Type |
Description |
List<? extends com.google.analytics.data.v1beta.RowOrBuilder> |
|
public ResponseMetaData getMetadata()
Metadata for the report.
.google.analytics.data.v1beta.ResponseMetaData metadata = 8;
public ResponseMetaDataOrBuilder getMetadataOrBuilder()
Metadata for the report.
.google.analytics.data.v1beta.ResponseMetaData metadata = 8;
public 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 = 2;
Parameter |
Name |
Description |
index |
int
|
public 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 = 2;
Returns |
Type |
Description |
int |
|
public 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 = 2;
public 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 = 2;
Parameter |
Name |
Description |
index |
int
|
public 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 = 2;
Returns |
Type |
Description |
List<? extends com.google.analytics.data.v1beta.MetricHeaderOrBuilder> |
|
getMinimums(int index)
public Row getMinimums(int index)
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1beta.Row minimums = 6;
Parameter |
Name |
Description |
index |
int
|
Returns |
Type |
Description |
Row |
|
getMinimumsCount()
public int getMinimumsCount()
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1beta.Row minimums = 6;
Returns |
Type |
Description |
int |
|
getMinimumsList()
public List<Row> getMinimumsList()
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1beta.Row minimums = 6;
getMinimumsOrBuilder(int index)
public RowOrBuilder getMinimumsOrBuilder(int index)
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1beta.Row minimums = 6;
Parameter |
Name |
Description |
index |
int
|
getMinimumsOrBuilderList()
public List<? extends RowOrBuilder> getMinimumsOrBuilderList()
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1beta.Row minimums = 6;
Returns |
Type |
Description |
List<? extends com.google.analytics.data.v1beta.RowOrBuilder> |
|
getParserForType()
public Parser<RunReportResponse> getParserForType()
Overrides
getPropertyQuota()
public PropertyQuota getPropertyQuota()
This Analytics Property's quota state including this request.
.google.analytics.data.v1beta.PropertyQuota property_quota = 9;
getPropertyQuotaOrBuilder()
public PropertyQuotaOrBuilder getPropertyQuotaOrBuilder()
This Analytics Property's quota state including this request.
.google.analytics.data.v1beta.PropertyQuota property_quota = 9;
getRowCount()
The total number of rows in the query result. rowCount
is independent of
the number of rows returned in the response, the limit
request
parameter, and the offset
request parameter. For example if a query
returns 175 rows and includes limit
of 50 in the API request, the
response will contain rowCount
of 175 but only 50 rows.
To learn more about this pagination parameter, see
Pagination.
int32 row_count = 7;
Returns |
Type |
Description |
int |
The rowCount.
|
getRows(int index)
public Row getRows(int index)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1beta.Row rows = 3;
Parameter |
Name |
Description |
index |
int
|
Returns |
Type |
Description |
Row |
|
getRowsCount()
public int getRowsCount()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1beta.Row rows = 3;
Returns |
Type |
Description |
int |
|
getRowsList()
public List<Row> getRowsList()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1beta.Row rows = 3;
getRowsOrBuilder(int index)
public RowOrBuilder getRowsOrBuilder(int index)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1beta.Row rows = 3;
Parameter |
Name |
Description |
index |
int
|
getRowsOrBuilderList()
public List<? extends RowOrBuilder> getRowsOrBuilderList()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1beta.Row rows = 3;
Returns |
Type |
Description |
List<? extends com.google.analytics.data.v1beta.RowOrBuilder> |
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getTotals(int index)
public Row getTotals(int index)
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1beta.Row totals = 4;
Parameter |
Name |
Description |
index |
int
|
Returns |
Type |
Description |
Row |
|
getTotalsCount()
public int getTotalsCount()
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1beta.Row totals = 4;
Returns |
Type |
Description |
int |
|
getTotalsList()
public List<Row> getTotalsList()
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1beta.Row totals = 4;
getTotalsOrBuilder(int index)
public RowOrBuilder getTotalsOrBuilder(int index)
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1beta.Row totals = 4;
Parameter |
Name |
Description |
index |
int
|
getTotalsOrBuilderList()
public List<? extends RowOrBuilder> getTotalsOrBuilderList()
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1beta.Row totals = 4;
Returns |
Type |
Description |
List<? extends com.google.analytics.data.v1beta.RowOrBuilder> |
|
public boolean hasMetadata()
Metadata for the report.
.google.analytics.data.v1beta.ResponseMetaData metadata = 8;
Returns |
Type |
Description |
boolean |
Whether the metadata field is set.
|
hasPropertyQuota()
public boolean hasPropertyQuota()
This Analytics Property's quota state including this request.
.google.analytics.data.v1beta.PropertyQuota property_quota = 9;
Returns |
Type |
Description |
boolean |
Whether the propertyQuota field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public RunReportResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RunReportResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public RunReportResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides