public final class RunRealtimeReportResponse extends com.google.protobuf.GeneratedMessageV3 implements RunRealtimeReportResponseOrBuilder
The response realtime report table corresponding to a request.Protobuf type
google.analytics.data.v1beta.RunRealtimeReportResponse| Modifier and Type | Class and Description |
|---|---|
static class |
RunRealtimeReportResponse.Builder
The response realtime 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 |
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 RunRealtimeReportResponse |
getDefaultInstance() |
RunRealtimeReportResponse |
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.
|
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<RunRealtimeReportResponse> |
getParserForType() |
PropertyQuota |
getPropertyQuota()
This Analytics Property's Realtime quota state including this request.
|
PropertyQuotaOrBuilder |
getPropertyQuotaOrBuilder()
This Analytics Property's Realtime 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 |
hasPropertyQuota()
This Analytics Property's Realtime quota state including this request.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RunRealtimeReportResponse.Builder |
newBuilder() |
static RunRealtimeReportResponse.Builder |
newBuilder(RunRealtimeReportResponse prototype) |
RunRealtimeReportResponse.Builder |
newBuilderForType() |
protected RunRealtimeReportResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static RunRealtimeReportResponse |
parseDelimitedFrom(InputStream input) |
static RunRealtimeReportResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunRealtimeReportResponse |
parseFrom(byte[] data) |
static RunRealtimeReportResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunRealtimeReportResponse |
parseFrom(ByteBuffer data) |
static RunRealtimeReportResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunRealtimeReportResponse |
parseFrom(com.google.protobuf.ByteString data) |
static RunRealtimeReportResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunRealtimeReportResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RunRealtimeReportResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunRealtimeReportResponse |
parseFrom(InputStream input) |
static RunRealtimeReportResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RunRealtimeReportResponse> |
parser() |
RunRealtimeReportResponse.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 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 RunRealtimeReportResponseOrBuilderpublic 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 RunRealtimeReportResponseOrBuilderpublic 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 RunRealtimeReportResponseOrBuilderpublic 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 RunRealtimeReportResponseOrBuilderpublic 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 RunRealtimeReportResponseOrBuilderpublic 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 RunRealtimeReportResponseOrBuilderpublic 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 RunRealtimeReportResponseOrBuilderpublic 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 RunRealtimeReportResponseOrBuilderpublic 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 RunRealtimeReportResponseOrBuilderpublic 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 RunRealtimeReportResponseOrBuilderpublic 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 RunRealtimeReportResponseOrBuilderpublic 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 RunRealtimeReportResponseOrBuilderpublic int getRowsCount()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1beta.Row rows = 3;getRowsCount in interface RunRealtimeReportResponseOrBuilderpublic 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 RunRealtimeReportResponseOrBuilderpublic 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 RunRealtimeReportResponseOrBuilderpublic List<Row> getTotalsList()
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1beta.Row totals = 4;getTotalsList in interface RunRealtimeReportResponseOrBuilderpublic List<? extends RowOrBuilder> getTotalsOrBuilderList()
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1beta.Row totals = 4;getTotalsOrBuilderList in interface RunRealtimeReportResponseOrBuilderpublic int getTotalsCount()
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1beta.Row totals = 4;getTotalsCount in interface RunRealtimeReportResponseOrBuilderpublic Row getTotals(int index)
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1beta.Row totals = 4;getTotals in interface RunRealtimeReportResponseOrBuilderpublic RowOrBuilder getTotalsOrBuilder(int index)
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1beta.Row totals = 4;getTotalsOrBuilder in interface RunRealtimeReportResponseOrBuilderpublic List<Row> getMaximumsList()
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1beta.Row maximums = 5;getMaximumsList in interface RunRealtimeReportResponseOrBuilderpublic List<? extends RowOrBuilder> getMaximumsOrBuilderList()
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1beta.Row maximums = 5;getMaximumsOrBuilderList in interface RunRealtimeReportResponseOrBuilderpublic int getMaximumsCount()
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1beta.Row maximums = 5;getMaximumsCount in interface RunRealtimeReportResponseOrBuilderpublic Row getMaximums(int index)
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1beta.Row maximums = 5;getMaximums in interface RunRealtimeReportResponseOrBuilderpublic RowOrBuilder getMaximumsOrBuilder(int index)
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1beta.Row maximums = 5;getMaximumsOrBuilder in interface RunRealtimeReportResponseOrBuilderpublic List<Row> getMinimumsList()
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1beta.Row minimums = 6;getMinimumsList in interface RunRealtimeReportResponseOrBuilderpublic List<? extends RowOrBuilder> getMinimumsOrBuilderList()
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1beta.Row minimums = 6;getMinimumsOrBuilderList in interface RunRealtimeReportResponseOrBuilderpublic int getMinimumsCount()
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1beta.Row minimums = 6;getMinimumsCount in interface RunRealtimeReportResponseOrBuilderpublic Row getMinimums(int index)
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1beta.Row minimums = 6;getMinimums in interface RunRealtimeReportResponseOrBuilderpublic RowOrBuilder getMinimumsOrBuilder(int index)
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1beta.Row minimums = 6;getMinimumsOrBuilder in interface RunRealtimeReportResponseOrBuilderpublic int getRowCount()
The total number of rows in the query result. `rowCount` is independent of the number of rows returned in the response and the `limit` 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.
int32 row_count = 7;getRowCount in interface RunRealtimeReportResponseOrBuilderpublic boolean hasPropertyQuota()
This Analytics Property's Realtime quota state including this request.
.google.analytics.data.v1beta.PropertyQuota property_quota = 8;hasPropertyQuota in interface RunRealtimeReportResponseOrBuilderpublic PropertyQuota getPropertyQuota()
This Analytics Property's Realtime quota state including this request.
.google.analytics.data.v1beta.PropertyQuota property_quota = 8;getPropertyQuota in interface RunRealtimeReportResponseOrBuilderpublic PropertyQuotaOrBuilder getPropertyQuotaOrBuilder()
This Analytics Property's Realtime quota state including this request.
.google.analytics.data.v1beta.PropertyQuota property_quota = 8;getPropertyQuotaOrBuilder in interface RunRealtimeReportResponseOrBuilderpublic String getKind()
Identifies what kind of resource this message is. This `kind` is always the fixed string "analyticsData#runRealtimeReport". Useful to distinguish between response types in JSON.
string kind = 9;getKind in interface RunRealtimeReportResponseOrBuilderpublic com.google.protobuf.ByteString getKindBytes()
Identifies what kind of resource this message is. This `kind` is always the fixed string "analyticsData#runRealtimeReport". Useful to distinguish between response types in JSON.
string kind = 9;getKindBytes in interface RunRealtimeReportResponseOrBuilderpublic 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 RunRealtimeReportResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunRealtimeReportResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunRealtimeReportResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunRealtimeReportResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunRealtimeReportResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunRealtimeReportResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunRealtimeReportResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static RunRealtimeReportResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunRealtimeReportResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RunRealtimeReportResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunRealtimeReportResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RunRealtimeReportResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RunRealtimeReportResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RunRealtimeReportResponse.Builder newBuilder()
public static RunRealtimeReportResponse.Builder newBuilder(RunRealtimeReportResponse prototype)
public RunRealtimeReportResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RunRealtimeReportResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static RunRealtimeReportResponse getDefaultInstance()
public static com.google.protobuf.Parser<RunRealtimeReportResponse> parser()
public com.google.protobuf.Parser<RunRealtimeReportResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public RunRealtimeReportResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.