public final class RunReportResponse extends com.google.protobuf.GeneratedMessageV3 implements RunReportResponseOrBuilder
The response report table corresponding to a request.Protobuf type
google.analytics.data.v1beta.RunReportResponse| Modifier and Type | Class and Description |
|---|---|
static class |
RunReportResponse.Builder
The response report table corresponding to a request.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DIMENSION_HEADERS_FIELD_NUMBER |
static int |
KIND_FIELD_NUMBER |
static int |
MAXIMUMS_FIELD_NUMBER |
static int |
METADATA_FIELD_NUMBER |
static int |
METRIC_HEADERS_FIELD_NUMBER |
static int |
MINIMUMS_FIELD_NUMBER |
static int |
PROPERTY_QUOTA_FIELD_NUMBER |
static int |
ROW_COUNT_FIELD_NUMBER |
static int |
ROWS_FIELD_NUMBER |
static int |
TOTALS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static RunReportResponse |
getDefaultInstance() |
RunReportResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
Row |
getMaximums(int index)
If requested, the maximum values of metrics.
|
int |
getMaximumsCount()
If requested, the maximum values of metrics.
|
List<Row> |
getMaximumsList()
If requested, the maximum values of metrics.
|
RowOrBuilder |
getMaximumsOrBuilder(int index)
If requested, the maximum values of metrics.
|
List<? extends RowOrBuilder> |
getMaximumsOrBuilderList()
If requested, the maximum values of metrics.
|
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.
|
Row |
getMinimums(int index)
If requested, the minimum values of metrics.
|
int |
getMinimumsCount()
If requested, the minimum values of metrics.
|
List<Row> |
getMinimumsList()
If requested, the minimum values of metrics.
|
RowOrBuilder |
getMinimumsOrBuilder(int index)
If requested, the minimum values of metrics.
|
List<? extends RowOrBuilder> |
getMinimumsOrBuilderList()
If requested, the minimum values of metrics.
|
com.google.protobuf.Parser<RunReportResponse> |
getParserForType() |
PropertyQuota |
getPropertyQuota()
This Analytics Property's quota state including this request.
|
PropertyQuotaOrBuilder |
getPropertyQuotaOrBuilder()
This Analytics Property's quota state including this request.
|
int |
getRowCount()
The total number of rows in the query result.
|
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.
|
int |
getSerializedSize() |
Row |
getTotals(int index)
If requested, the totaled values of metrics.
|
int |
getTotalsCount()
If requested, the totaled values of metrics.
|
List<Row> |
getTotalsList()
If requested, the totaled values of metrics.
|
RowOrBuilder |
getTotalsOrBuilder(int index)
If requested, the totaled values of metrics.
|
List<? extends RowOrBuilder> |
getTotalsOrBuilderList()
If requested, the totaled values of metrics.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasMetadata()
Metadata for the report.
|
boolean |
hasPropertyQuota()
This Analytics Property's quota state including this request.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RunReportResponse.Builder |
newBuilder() |
static RunReportResponse.Builder |
newBuilder(RunReportResponse prototype) |
RunReportResponse.Builder |
newBuilderForType() |
protected RunReportResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static RunReportResponse |
parseDelimitedFrom(InputStream input) |
static RunReportResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunReportResponse |
parseFrom(byte[] data) |
static RunReportResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunReportResponse |
parseFrom(ByteBuffer data) |
static RunReportResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunReportResponse |
parseFrom(com.google.protobuf.ByteString data) |
static RunReportResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunReportResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RunReportResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunReportResponse |
parseFrom(InputStream input) |
static RunReportResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RunReportResponse> |
parser() |
RunReportResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DIMENSION_HEADERS_FIELD_NUMBER
public static final int METRIC_HEADERS_FIELD_NUMBER
public static final int ROWS_FIELD_NUMBER
public static final int TOTALS_FIELD_NUMBER
public static final int MAXIMUMS_FIELD_NUMBER
public static final int MINIMUMS_FIELD_NUMBER
public static final int ROW_COUNT_FIELD_NUMBER
public static final int METADATA_FIELD_NUMBER
public static final int PROPERTY_QUOTA_FIELD_NUMBER
public static final int KIND_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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;getDimensionHeadersList in interface RunReportResponseOrBuilderpublic 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;getDimensionHeadersOrBuilderList in interface RunReportResponseOrBuilderpublic 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;getDimensionHeadersCount in interface RunReportResponseOrBuilderpublic 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;getDimensionHeaders in interface RunReportResponseOrBuilderpublic 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;getDimensionHeadersOrBuilder in interface RunReportResponseOrBuilderpublic 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;getMetricHeadersList in interface RunReportResponseOrBuilderpublic 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;getMetricHeadersOrBuilderList in interface RunReportResponseOrBuilderpublic 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;getMetricHeadersCount in interface RunReportResponseOrBuilderpublic 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;getMetricHeaders in interface RunReportResponseOrBuilderpublic 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;getMetricHeadersOrBuilder in interface RunReportResponseOrBuilderpublic List<Row> getRowsList()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1beta.Row rows = 3;getRowsList in interface RunReportResponseOrBuilderpublic List<? extends RowOrBuilder> getRowsOrBuilderList()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1beta.Row rows = 3;getRowsOrBuilderList in interface RunReportResponseOrBuilderpublic int getRowsCount()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1beta.Row rows = 3;getRowsCount in interface RunReportResponseOrBuilderpublic Row getRows(int index)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1beta.Row rows = 3;getRows in interface RunReportResponseOrBuilderpublic RowOrBuilder getRowsOrBuilder(int index)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1beta.Row rows = 3;getRowsOrBuilder in interface RunReportResponseOrBuilderpublic List<Row> getTotalsList()
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1beta.Row totals = 4;getTotalsList in interface RunReportResponseOrBuilderpublic List<? extends RowOrBuilder> getTotalsOrBuilderList()
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1beta.Row totals = 4;getTotalsOrBuilderList in interface RunReportResponseOrBuilderpublic int getTotalsCount()
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1beta.Row totals = 4;getTotalsCount in interface RunReportResponseOrBuilderpublic Row getTotals(int index)
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1beta.Row totals = 4;getTotals in interface RunReportResponseOrBuilderpublic RowOrBuilder getTotalsOrBuilder(int index)
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1beta.Row totals = 4;getTotalsOrBuilder in interface RunReportResponseOrBuilderpublic List<Row> getMaximumsList()
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1beta.Row maximums = 5;getMaximumsList in interface RunReportResponseOrBuilderpublic List<? extends RowOrBuilder> getMaximumsOrBuilderList()
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1beta.Row maximums = 5;getMaximumsOrBuilderList in interface RunReportResponseOrBuilderpublic int getMaximumsCount()
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1beta.Row maximums = 5;getMaximumsCount in interface RunReportResponseOrBuilderpublic Row getMaximums(int index)
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1beta.Row maximums = 5;getMaximums in interface RunReportResponseOrBuilderpublic RowOrBuilder getMaximumsOrBuilder(int index)
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1beta.Row maximums = 5;getMaximumsOrBuilder in interface RunReportResponseOrBuilderpublic List<Row> getMinimumsList()
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1beta.Row minimums = 6;getMinimumsList in interface RunReportResponseOrBuilderpublic List<? extends RowOrBuilder> getMinimumsOrBuilderList()
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1beta.Row minimums = 6;getMinimumsOrBuilderList in interface RunReportResponseOrBuilderpublic int getMinimumsCount()
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1beta.Row minimums = 6;getMinimumsCount in interface RunReportResponseOrBuilderpublic Row getMinimums(int index)
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1beta.Row minimums = 6;getMinimums in interface RunReportResponseOrBuilderpublic RowOrBuilder getMinimumsOrBuilder(int index)
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1beta.Row minimums = 6;getMinimumsOrBuilder in interface RunReportResponseOrBuilderpublic int 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](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#pagination).
int32 row_count = 7;getRowCount in interface RunReportResponseOrBuilderpublic boolean hasMetadata()
Metadata for the report.
.google.analytics.data.v1beta.ResponseMetaData metadata = 8;hasMetadata in interface RunReportResponseOrBuilderpublic ResponseMetaData getMetadata()
Metadata for the report.
.google.analytics.data.v1beta.ResponseMetaData metadata = 8;getMetadata in interface RunReportResponseOrBuilderpublic ResponseMetaDataOrBuilder getMetadataOrBuilder()
Metadata for the report.
.google.analytics.data.v1beta.ResponseMetaData metadata = 8;getMetadataOrBuilder in interface RunReportResponseOrBuilderpublic boolean hasPropertyQuota()
This Analytics Property's quota state including this request.
.google.analytics.data.v1beta.PropertyQuota property_quota = 9;hasPropertyQuota in interface RunReportResponseOrBuilderpublic PropertyQuota getPropertyQuota()
This Analytics Property's quota state including this request.
.google.analytics.data.v1beta.PropertyQuota property_quota = 9;getPropertyQuota in interface RunReportResponseOrBuilderpublic PropertyQuotaOrBuilder getPropertyQuotaOrBuilder()
This Analytics Property's quota state including this request.
.google.analytics.data.v1beta.PropertyQuota property_quota = 9;getPropertyQuotaOrBuilder in interface RunReportResponseOrBuilderpublic String 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;getKind in interface RunReportResponseOrBuilderpublic com.google.protobuf.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;getKindBytes in interface RunReportResponseOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static RunReportResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunReportResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunReportResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunReportResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunReportResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunReportResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunReportResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static RunReportResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunReportResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RunReportResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunReportResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RunReportResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RunReportResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RunReportResponse.Builder newBuilder()
public static RunReportResponse.Builder newBuilder(RunReportResponse prototype)
public RunReportResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RunReportResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static RunReportResponse getDefaultInstance()
public static com.google.protobuf.Parser<RunReportResponse> parser()
public com.google.protobuf.Parser<RunReportResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public RunReportResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.