public final class RunRealtimeReportRequest extends com.google.protobuf.GeneratedMessageV3 implements RunRealtimeReportRequestOrBuilder
The request to generate a realtime report.Protobuf type
google.analytics.data.v1beta.RunRealtimeReportRequest| Modifier and Type | Class and Description |
|---|---|
static class |
RunRealtimeReportRequest.Builder
The request to generate a realtime report.
|
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_FILTER_FIELD_NUMBER |
static int |
DIMENSIONS_FIELD_NUMBER |
static int |
LIMIT_FIELD_NUMBER |
static int |
METRIC_AGGREGATIONS_FIELD_NUMBER |
static int |
METRIC_FILTER_FIELD_NUMBER |
static int |
METRICS_FIELD_NUMBER |
static int |
MINUTE_RANGES_FIELD_NUMBER |
static int |
ORDER_BYS_FIELD_NUMBER |
static int |
PROPERTY_FIELD_NUMBER |
static int |
RETURN_PROPERTY_QUOTA_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static RunRealtimeReportRequest |
getDefaultInstance() |
RunRealtimeReportRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
FilterExpression |
getDimensionFilter()
The filter clause of dimensions.
|
FilterExpressionOrBuilder |
getDimensionFilterOrBuilder()
The filter clause of dimensions.
|
Dimension |
getDimensions(int index)
The dimensions requested and displayed.
|
int |
getDimensionsCount()
The dimensions requested and displayed.
|
List<Dimension> |
getDimensionsList()
The dimensions requested and displayed.
|
DimensionOrBuilder |
getDimensionsOrBuilder(int index)
The dimensions requested and displayed.
|
List<? extends DimensionOrBuilder> |
getDimensionsOrBuilderList()
The dimensions requested and displayed.
|
long |
getLimit()
The number of rows to return.
|
MetricAggregation |
getMetricAggregations(int index)
Aggregation of metrics.
|
int |
getMetricAggregationsCount()
Aggregation of metrics.
|
List<MetricAggregation> |
getMetricAggregationsList()
Aggregation of metrics.
|
int |
getMetricAggregationsValue(int index)
Aggregation of metrics.
|
List<Integer> |
getMetricAggregationsValueList()
Aggregation of metrics.
|
FilterExpression |
getMetricFilter()
The filter clause of metrics.
|
FilterExpressionOrBuilder |
getMetricFilterOrBuilder()
The filter clause of metrics.
|
Metric |
getMetrics(int index)
The metrics requested and displayed.
|
int |
getMetricsCount()
The metrics requested and displayed.
|
List<Metric> |
getMetricsList()
The metrics requested and displayed.
|
MetricOrBuilder |
getMetricsOrBuilder(int index)
The metrics requested and displayed.
|
List<? extends MetricOrBuilder> |
getMetricsOrBuilderList()
The metrics requested and displayed.
|
MinuteRange |
getMinuteRanges(int index)
The minute ranges of event data to read.
|
int |
getMinuteRangesCount()
The minute ranges of event data to read.
|
List<MinuteRange> |
getMinuteRangesList()
The minute ranges of event data to read.
|
MinuteRangeOrBuilder |
getMinuteRangesOrBuilder(int index)
The minute ranges of event data to read.
|
List<? extends MinuteRangeOrBuilder> |
getMinuteRangesOrBuilderList()
The minute ranges of event data to read.
|
OrderBy |
getOrderBys(int index)
Specifies how rows are ordered in the response.
|
int |
getOrderBysCount()
Specifies how rows are ordered in the response.
|
List<OrderBy> |
getOrderBysList()
Specifies how rows are ordered in the response.
|
OrderByOrBuilder |
getOrderBysOrBuilder(int index)
Specifies how rows are ordered in the response.
|
List<? extends OrderByOrBuilder> |
getOrderBysOrBuilderList()
Specifies how rows are ordered in the response.
|
com.google.protobuf.Parser<RunRealtimeReportRequest> |
getParserForType() |
String |
getProperty()
A Google Analytics GA4 property identifier whose events are tracked.
|
com.google.protobuf.ByteString |
getPropertyBytes()
A Google Analytics GA4 property identifier whose events are tracked.
|
boolean |
getReturnPropertyQuota()
Toggles whether to return the current state of this Analytics Property's
Realtime quota.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDimensionFilter()
The filter clause of dimensions.
|
int |
hashCode() |
boolean |
hasMetricFilter()
The filter clause of metrics.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RunRealtimeReportRequest.Builder |
newBuilder() |
static RunRealtimeReportRequest.Builder |
newBuilder(RunRealtimeReportRequest prototype) |
RunRealtimeReportRequest.Builder |
newBuilderForType() |
protected RunRealtimeReportRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static RunRealtimeReportRequest |
parseDelimitedFrom(InputStream input) |
static RunRealtimeReportRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunRealtimeReportRequest |
parseFrom(byte[] data) |
static RunRealtimeReportRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunRealtimeReportRequest |
parseFrom(ByteBuffer data) |
static RunRealtimeReportRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunRealtimeReportRequest |
parseFrom(com.google.protobuf.ByteString data) |
static RunRealtimeReportRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunRealtimeReportRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RunRealtimeReportRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunRealtimeReportRequest |
parseFrom(InputStream input) |
static RunRealtimeReportRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RunRealtimeReportRequest> |
parser() |
RunRealtimeReportRequest.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 PROPERTY_FIELD_NUMBER
public static final int DIMENSIONS_FIELD_NUMBER
public static final int METRICS_FIELD_NUMBER
public static final int DIMENSION_FILTER_FIELD_NUMBER
public static final int METRIC_FILTER_FIELD_NUMBER
public static final int LIMIT_FIELD_NUMBER
public static final int METRIC_AGGREGATIONS_FIELD_NUMBER
public static final int ORDER_BYS_FIELD_NUMBER
public static final int RETURN_PROPERTY_QUOTA_FIELD_NUMBER
public static final int MINUTE_RANGES_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 String getProperty()
A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see [where to find your Property ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id). Example: properties/1234
string property = 1;getProperty in interface RunRealtimeReportRequestOrBuilderpublic com.google.protobuf.ByteString getPropertyBytes()
A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see [where to find your Property ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id). Example: properties/1234
string property = 1;getPropertyBytes in interface RunRealtimeReportRequestOrBuilderpublic List<Dimension> getDimensionsList()
The dimensions requested and displayed.
repeated .google.analytics.data.v1beta.Dimension dimensions = 2;getDimensionsList in interface RunRealtimeReportRequestOrBuilderpublic List<? extends DimensionOrBuilder> getDimensionsOrBuilderList()
The dimensions requested and displayed.
repeated .google.analytics.data.v1beta.Dimension dimensions = 2;getDimensionsOrBuilderList in interface RunRealtimeReportRequestOrBuilderpublic int getDimensionsCount()
The dimensions requested and displayed.
repeated .google.analytics.data.v1beta.Dimension dimensions = 2;getDimensionsCount in interface RunRealtimeReportRequestOrBuilderpublic Dimension getDimensions(int index)
The dimensions requested and displayed.
repeated .google.analytics.data.v1beta.Dimension dimensions = 2;getDimensions in interface RunRealtimeReportRequestOrBuilderpublic DimensionOrBuilder getDimensionsOrBuilder(int index)
The dimensions requested and displayed.
repeated .google.analytics.data.v1beta.Dimension dimensions = 2;getDimensionsOrBuilder in interface RunRealtimeReportRequestOrBuilderpublic List<Metric> getMetricsList()
The metrics requested and displayed.
repeated .google.analytics.data.v1beta.Metric metrics = 3;getMetricsList in interface RunRealtimeReportRequestOrBuilderpublic List<? extends MetricOrBuilder> getMetricsOrBuilderList()
The metrics requested and displayed.
repeated .google.analytics.data.v1beta.Metric metrics = 3;getMetricsOrBuilderList in interface RunRealtimeReportRequestOrBuilderpublic int getMetricsCount()
The metrics requested and displayed.
repeated .google.analytics.data.v1beta.Metric metrics = 3;getMetricsCount in interface RunRealtimeReportRequestOrBuilderpublic Metric getMetrics(int index)
The metrics requested and displayed.
repeated .google.analytics.data.v1beta.Metric metrics = 3;getMetrics in interface RunRealtimeReportRequestOrBuilderpublic MetricOrBuilder getMetricsOrBuilder(int index)
The metrics requested and displayed.
repeated .google.analytics.data.v1beta.Metric metrics = 3;getMetricsOrBuilder in interface RunRealtimeReportRequestOrBuilderpublic boolean hasDimensionFilter()
The filter clause of dimensions. Metrics cannot be used in this filter.
.google.analytics.data.v1beta.FilterExpression dimension_filter = 4;hasDimensionFilter in interface RunRealtimeReportRequestOrBuilderpublic FilterExpression getDimensionFilter()
The filter clause of dimensions. Metrics cannot be used in this filter.
.google.analytics.data.v1beta.FilterExpression dimension_filter = 4;getDimensionFilter in interface RunRealtimeReportRequestOrBuilderpublic FilterExpressionOrBuilder getDimensionFilterOrBuilder()
The filter clause of dimensions. Metrics cannot be used in this filter.
.google.analytics.data.v1beta.FilterExpression dimension_filter = 4;getDimensionFilterOrBuilder in interface RunRealtimeReportRequestOrBuilderpublic boolean hasMetricFilter()
The filter clause of metrics. Applied at post aggregation phase, similar to SQL having-clause. Dimensions cannot be used in this filter.
.google.analytics.data.v1beta.FilterExpression metric_filter = 5;hasMetricFilter in interface RunRealtimeReportRequestOrBuilderpublic FilterExpression getMetricFilter()
The filter clause of metrics. Applied at post aggregation phase, similar to SQL having-clause. Dimensions cannot be used in this filter.
.google.analytics.data.v1beta.FilterExpression metric_filter = 5;getMetricFilter in interface RunRealtimeReportRequestOrBuilderpublic FilterExpressionOrBuilder getMetricFilterOrBuilder()
The filter clause of metrics. Applied at post aggregation phase, similar to SQL having-clause. Dimensions cannot be used in this filter.
.google.analytics.data.v1beta.FilterExpression metric_filter = 5;getMetricFilterOrBuilder in interface RunRealtimeReportRequestOrBuilderpublic long getLimit()
The number of rows to return. If unspecified, 10,000 rows are returned. The API returns a maximum of 100,000 rows per request, no matter how many you ask for. `limit` must be positive. The API can also return fewer rows than the requested `limit`, if there aren't as many dimension values as the `limit`. For instance, there are fewer than 300 possible values for the dimension `country`, so when reporting on only `country`, you can't get more than 300 rows, even if you set `limit` to a higher value.
int64 limit = 6;getLimit in interface RunRealtimeReportRequestOrBuilderpublic List<MetricAggregation> getMetricAggregationsList()
Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to "RESERVED_(MetricAggregation)".
repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 7;getMetricAggregationsList in interface RunRealtimeReportRequestOrBuilderpublic int getMetricAggregationsCount()
Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to "RESERVED_(MetricAggregation)".
repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 7;getMetricAggregationsCount in interface RunRealtimeReportRequestOrBuilderpublic MetricAggregation getMetricAggregations(int index)
Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to "RESERVED_(MetricAggregation)".
repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 7;getMetricAggregations in interface RunRealtimeReportRequestOrBuilderindex - The index of the element to return.public List<Integer> getMetricAggregationsValueList()
Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to "RESERVED_(MetricAggregation)".
repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 7;getMetricAggregationsValueList in interface RunRealtimeReportRequestOrBuilderpublic int getMetricAggregationsValue(int index)
Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to "RESERVED_(MetricAggregation)".
repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 7;getMetricAggregationsValue in interface RunRealtimeReportRequestOrBuilderindex - The index of the value to return.public List<OrderBy> getOrderBysList()
Specifies how rows are ordered in the response.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 8;getOrderBysList in interface RunRealtimeReportRequestOrBuilderpublic List<? extends OrderByOrBuilder> getOrderBysOrBuilderList()
Specifies how rows are ordered in the response.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 8;getOrderBysOrBuilderList in interface RunRealtimeReportRequestOrBuilderpublic int getOrderBysCount()
Specifies how rows are ordered in the response.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 8;getOrderBysCount in interface RunRealtimeReportRequestOrBuilderpublic OrderBy getOrderBys(int index)
Specifies how rows are ordered in the response.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 8;getOrderBys in interface RunRealtimeReportRequestOrBuilderpublic OrderByOrBuilder getOrderBysOrBuilder(int index)
Specifies how rows are ordered in the response.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 8;getOrderBysOrBuilder in interface RunRealtimeReportRequestOrBuilderpublic boolean getReturnPropertyQuota()
Toggles whether to return the current state of this Analytics Property's Realtime quota. Quota is returned in [PropertyQuota](#PropertyQuota).
bool return_property_quota = 9;getReturnPropertyQuota in interface RunRealtimeReportRequestOrBuilderpublic List<MinuteRange> getMinuteRangesList()
The minute ranges of event data to read. If unspecified, one minute range for the last 30 minutes will be used. If multiple minute ranges are requested, each response row will contain a zero based minute range index. If two minute ranges overlap, the event data for the overlapping minutes is included in the response rows for both minute ranges.
repeated .google.analytics.data.v1beta.MinuteRange minute_ranges = 10;getMinuteRangesList in interface RunRealtimeReportRequestOrBuilderpublic List<? extends MinuteRangeOrBuilder> getMinuteRangesOrBuilderList()
The minute ranges of event data to read. If unspecified, one minute range for the last 30 minutes will be used. If multiple minute ranges are requested, each response row will contain a zero based minute range index. If two minute ranges overlap, the event data for the overlapping minutes is included in the response rows for both minute ranges.
repeated .google.analytics.data.v1beta.MinuteRange minute_ranges = 10;getMinuteRangesOrBuilderList in interface RunRealtimeReportRequestOrBuilderpublic int getMinuteRangesCount()
The minute ranges of event data to read. If unspecified, one minute range for the last 30 minutes will be used. If multiple minute ranges are requested, each response row will contain a zero based minute range index. If two minute ranges overlap, the event data for the overlapping minutes is included in the response rows for both minute ranges.
repeated .google.analytics.data.v1beta.MinuteRange minute_ranges = 10;getMinuteRangesCount in interface RunRealtimeReportRequestOrBuilderpublic MinuteRange getMinuteRanges(int index)
The minute ranges of event data to read. If unspecified, one minute range for the last 30 minutes will be used. If multiple minute ranges are requested, each response row will contain a zero based minute range index. If two minute ranges overlap, the event data for the overlapping minutes is included in the response rows for both minute ranges.
repeated .google.analytics.data.v1beta.MinuteRange minute_ranges = 10;getMinuteRanges in interface RunRealtimeReportRequestOrBuilderpublic MinuteRangeOrBuilder getMinuteRangesOrBuilder(int index)
The minute ranges of event data to read. If unspecified, one minute range for the last 30 minutes will be used. If multiple minute ranges are requested, each response row will contain a zero based minute range index. If two minute ranges overlap, the event data for the overlapping minutes is included in the response rows for both minute ranges.
repeated .google.analytics.data.v1beta.MinuteRange minute_ranges = 10;getMinuteRangesOrBuilder in interface RunRealtimeReportRequestOrBuilderpublic 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 RunRealtimeReportRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunRealtimeReportRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunRealtimeReportRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunRealtimeReportRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunRealtimeReportRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunRealtimeReportRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunRealtimeReportRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static RunRealtimeReportRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunRealtimeReportRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RunRealtimeReportRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunRealtimeReportRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RunRealtimeReportRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RunRealtimeReportRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RunRealtimeReportRequest.Builder newBuilder()
public static RunRealtimeReportRequest.Builder newBuilder(RunRealtimeReportRequest prototype)
public RunRealtimeReportRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RunRealtimeReportRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static RunRealtimeReportRequest getDefaultInstance()
public static com.google.protobuf.Parser<RunRealtimeReportRequest> parser()
public com.google.protobuf.Parser<RunRealtimeReportRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public RunRealtimeReportRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.