public final class RunRealtimeReportResponse extends GeneratedMessageV3 implements RunRealtimeReportResponseOrBuilder
The response realtime report table corresponding to a request.
Protobuf type google.analytics.data.v1beta.RunRealtimeReportResponse
Static Fields
public static final int DIMENSION_HEADERS_FIELD_NUMBER
Field Value
KIND_FIELD_NUMBER
public static final int KIND_FIELD_NUMBER
Field Value
MAXIMUMS_FIELD_NUMBER
public static final int MAXIMUMS_FIELD_NUMBER
Field Value
public static final int METRIC_HEADERS_FIELD_NUMBER
Field Value
MINIMUMS_FIELD_NUMBER
public static final int MINIMUMS_FIELD_NUMBER
Field Value
PROPERTY_QUOTA_FIELD_NUMBER
public static final int PROPERTY_QUOTA_FIELD_NUMBER
Field Value
ROWS_FIELD_NUMBER
public static final int ROWS_FIELD_NUMBER
Field Value
ROW_COUNT_FIELD_NUMBER
public static final int ROW_COUNT_FIELD_NUMBER
Field Value
TOTALS_FIELD_NUMBER
public static final int TOTALS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static RunRealtimeReportResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static RunRealtimeReportResponse.Builder newBuilder()
Returns
newBuilder(RunRealtimeReportResponse prototype)
public static RunRealtimeReportResponse.Builder newBuilder(RunRealtimeReportResponse prototype)
Parameter
Returns
public static RunRealtimeReportResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static RunRealtimeReportResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static RunRealtimeReportResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RunRealtimeReportResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static RunRealtimeReportResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RunRealtimeReportResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static RunRealtimeReportResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static RunRealtimeReportResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static RunRealtimeReportResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static RunRealtimeReportResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static RunRealtimeReportResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RunRealtimeReportResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<RunRealtimeReportResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public RunRealtimeReportResponse getDefaultInstanceForType()
Returns
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
Returns
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
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;
Returns
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
Returns
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#runRealtimeReport". Useful to distinguish
between response types in JSON.
string kind = 9;
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#runRealtimeReport". Useful to distinguish
between response types in JSON.
string kind = 9;
Returns
getMaximums(int index)
public Row getMaximums(int index)
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1beta.Row maximums = 5;
Parameter
Returns
getMaximumsCount()
public int getMaximumsCount()
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1beta.Row maximums = 5;
Returns
getMaximumsList()
public List<Row> getMaximumsList()
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1beta.Row maximums = 5;
Returns
getMaximumsOrBuilder(int index)
public RowOrBuilder getMaximumsOrBuilder(int index)
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1beta.Row maximums = 5;
Parameter
Returns
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 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
Returns
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
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;
Returns
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
Returns
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
Returns
getMinimumsCount()
public int getMinimumsCount()
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1beta.Row minimums = 6;
Returns
getMinimumsList()
public List<Row> getMinimumsList()
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1beta.Row minimums = 6;
Returns
getMinimumsOrBuilder(int index)
public RowOrBuilder getMinimumsOrBuilder(int index)
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1beta.Row minimums = 6;
Parameter
Returns
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<RunRealtimeReportResponse> getParserForType()
Returns
Overrides
getPropertyQuota()
public PropertyQuota getPropertyQuota()
This Analytics Property's Realtime quota state including this request.
.google.analytics.data.v1beta.PropertyQuota property_quota = 8;
Returns
getPropertyQuotaOrBuilder()
public PropertyQuotaOrBuilder getPropertyQuotaOrBuilder()
This Analytics Property's Realtime quota state including this request.
.google.analytics.data.v1beta.PropertyQuota property_quota = 8;
Returns
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;
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
Returns
getRowsCount()
public int getRowsCount()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1beta.Row rows = 3;
Returns
getRowsList()
public List<Row> getRowsList()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1beta.Row rows = 3;
Returns
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
Returns
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
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
Returns
getTotalsCount()
public int getTotalsCount()
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1beta.Row totals = 4;
Returns
getTotalsList()
public List<Row> getTotalsList()
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1beta.Row totals = 4;
Returns
getTotalsOrBuilder(int index)
public RowOrBuilder getTotalsOrBuilder(int index)
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1beta.Row totals = 4;
Parameter
Returns
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> | |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasPropertyQuota()
public boolean hasPropertyQuota()
This Analytics Property's Realtime quota state including this request.
.google.analytics.data.v1beta.PropertyQuota property_quota = 8;
Returns
Type | Description |
boolean | Whether the propertyQuota field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public RunRealtimeReportResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RunRealtimeReportResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public RunRealtimeReportResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions