public final class RunPivotReportRequest extends com.google.protobuf.GeneratedMessageV3 implements RunPivotReportRequestOrBuilder
The request to generate a pivot report.Protobuf type
google.analytics.data.v1beta.RunPivotReportRequest| Modifier and Type | Class and Description |
|---|---|
static class |
RunPivotReportRequest.Builder
The request to generate a pivot 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 |
COHORT_SPEC_FIELD_NUMBER |
static int |
CURRENCY_CODE_FIELD_NUMBER |
static int |
DATE_RANGES_FIELD_NUMBER |
static int |
DIMENSION_FILTER_FIELD_NUMBER |
static int |
DIMENSIONS_FIELD_NUMBER |
static int |
KEEP_EMPTY_ROWS_FIELD_NUMBER |
static int |
METRIC_FILTER_FIELD_NUMBER |
static int |
METRICS_FIELD_NUMBER |
static int |
PIVOTS_FIELD_NUMBER |
static int |
PROPERTY_FIELD_NUMBER |
static int |
RETURN_PROPERTY_QUOTA_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CohortSpec |
getCohortSpec()
Cohort group associated with this request.
|
CohortSpecOrBuilder |
getCohortSpecOrBuilder()
Cohort group associated with this request.
|
String |
getCurrencyCode()
A currency code in ISO4217 format, such as "AED", "USD", "JPY".
|
com.google.protobuf.ByteString |
getCurrencyCodeBytes()
A currency code in ISO4217 format, such as "AED", "USD", "JPY".
|
DateRange |
getDateRanges(int index)
The date range to retrieve event data for the report.
|
int |
getDateRangesCount()
The date range to retrieve event data for the report.
|
List<DateRange> |
getDateRangesList()
The date range to retrieve event data for the report.
|
DateRangeOrBuilder |
getDateRangesOrBuilder(int index)
The date range to retrieve event data for the report.
|
List<? extends DateRangeOrBuilder> |
getDateRangesOrBuilderList()
The date range to retrieve event data for the report.
|
static RunPivotReportRequest |
getDefaultInstance() |
RunPivotReportRequest |
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.
|
int |
getDimensionsCount()
The dimensions requested.
|
List<Dimension> |
getDimensionsList()
The dimensions requested.
|
DimensionOrBuilder |
getDimensionsOrBuilder(int index)
The dimensions requested.
|
List<? extends DimensionOrBuilder> |
getDimensionsOrBuilderList()
The dimensions requested.
|
boolean |
getKeepEmptyRows()
If false or unspecified, each row with all metrics equal to 0 will not be
returned.
|
FilterExpression |
getMetricFilter()
The filter clause of metrics.
|
FilterExpressionOrBuilder |
getMetricFilterOrBuilder()
The filter clause of metrics.
|
Metric |
getMetrics(int index)
The metrics requested, at least one metric needs to be specified.
|
int |
getMetricsCount()
The metrics requested, at least one metric needs to be specified.
|
List<Metric> |
getMetricsList()
The metrics requested, at least one metric needs to be specified.
|
MetricOrBuilder |
getMetricsOrBuilder(int index)
The metrics requested, at least one metric needs to be specified.
|
List<? extends MetricOrBuilder> |
getMetricsOrBuilderList()
The metrics requested, at least one metric needs to be specified.
|
com.google.protobuf.Parser<RunPivotReportRequest> |
getParserForType() |
Pivot |
getPivots(int index)
Describes the visual format of the report's dimensions in columns or rows.
|
int |
getPivotsCount()
Describes the visual format of the report's dimensions in columns or rows.
|
List<Pivot> |
getPivotsList()
Describes the visual format of the report's dimensions in columns or rows.
|
PivotOrBuilder |
getPivotsOrBuilder(int index)
Describes the visual format of the report's dimensions in columns or rows.
|
List<? extends PivotOrBuilder> |
getPivotsOrBuilderList()
Describes the visual format of the report's dimensions in columns or rows.
|
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
quota.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCohortSpec()
Cohort group associated with this request.
|
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 RunPivotReportRequest.Builder |
newBuilder() |
static RunPivotReportRequest.Builder |
newBuilder(RunPivotReportRequest prototype) |
RunPivotReportRequest.Builder |
newBuilderForType() |
protected RunPivotReportRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static RunPivotReportRequest |
parseDelimitedFrom(InputStream input) |
static RunPivotReportRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunPivotReportRequest |
parseFrom(byte[] data) |
static RunPivotReportRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunPivotReportRequest |
parseFrom(ByteBuffer data) |
static RunPivotReportRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunPivotReportRequest |
parseFrom(com.google.protobuf.ByteString data) |
static RunPivotReportRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunPivotReportRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RunPivotReportRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunPivotReportRequest |
parseFrom(InputStream input) |
static RunPivotReportRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RunPivotReportRequest> |
parser() |
RunPivotReportRequest.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 DATE_RANGES_FIELD_NUMBER
public static final int PIVOTS_FIELD_NUMBER
public static final int DIMENSION_FILTER_FIELD_NUMBER
public static final int METRIC_FILTER_FIELD_NUMBER
public static final int CURRENCY_CODE_FIELD_NUMBER
public static final int COHORT_SPEC_FIELD_NUMBER
public static final int KEEP_EMPTY_ROWS_FIELD_NUMBER
public static final int RETURN_PROPERTY_QUOTA_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). Within a batch request, this property should either be unspecified or consistent with the batch-level property. Example: properties/1234
string property = 1;getProperty in interface RunPivotReportRequestOrBuilderpublic 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). Within a batch request, this property should either be unspecified or consistent with the batch-level property. Example: properties/1234
string property = 1;getPropertyBytes in interface RunPivotReportRequestOrBuilderpublic List<Dimension> getDimensionsList()
The dimensions requested. All defined dimensions must be used by one of the following: dimension_expression, dimension_filter, pivots, order_bys.
repeated .google.analytics.data.v1beta.Dimension dimensions = 2;getDimensionsList in interface RunPivotReportRequestOrBuilderpublic List<? extends DimensionOrBuilder> getDimensionsOrBuilderList()
The dimensions requested. All defined dimensions must be used by one of the following: dimension_expression, dimension_filter, pivots, order_bys.
repeated .google.analytics.data.v1beta.Dimension dimensions = 2;getDimensionsOrBuilderList in interface RunPivotReportRequestOrBuilderpublic int getDimensionsCount()
The dimensions requested. All defined dimensions must be used by one of the following: dimension_expression, dimension_filter, pivots, order_bys.
repeated .google.analytics.data.v1beta.Dimension dimensions = 2;getDimensionsCount in interface RunPivotReportRequestOrBuilderpublic Dimension getDimensions(int index)
The dimensions requested. All defined dimensions must be used by one of the following: dimension_expression, dimension_filter, pivots, order_bys.
repeated .google.analytics.data.v1beta.Dimension dimensions = 2;getDimensions in interface RunPivotReportRequestOrBuilderpublic DimensionOrBuilder getDimensionsOrBuilder(int index)
The dimensions requested. All defined dimensions must be used by one of the following: dimension_expression, dimension_filter, pivots, order_bys.
repeated .google.analytics.data.v1beta.Dimension dimensions = 2;getDimensionsOrBuilder in interface RunPivotReportRequestOrBuilderpublic List<Metric> getMetricsList()
The metrics requested, at least one metric needs to be specified. All defined metrics must be used by one of the following: metric_expression, metric_filter, order_bys.
repeated .google.analytics.data.v1beta.Metric metrics = 3;getMetricsList in interface RunPivotReportRequestOrBuilderpublic List<? extends MetricOrBuilder> getMetricsOrBuilderList()
The metrics requested, at least one metric needs to be specified. All defined metrics must be used by one of the following: metric_expression, metric_filter, order_bys.
repeated .google.analytics.data.v1beta.Metric metrics = 3;getMetricsOrBuilderList in interface RunPivotReportRequestOrBuilderpublic int getMetricsCount()
The metrics requested, at least one metric needs to be specified. All defined metrics must be used by one of the following: metric_expression, metric_filter, order_bys.
repeated .google.analytics.data.v1beta.Metric metrics = 3;getMetricsCount in interface RunPivotReportRequestOrBuilderpublic Metric getMetrics(int index)
The metrics requested, at least one metric needs to be specified. All defined metrics must be used by one of the following: metric_expression, metric_filter, order_bys.
repeated .google.analytics.data.v1beta.Metric metrics = 3;getMetrics in interface RunPivotReportRequestOrBuilderpublic MetricOrBuilder getMetricsOrBuilder(int index)
The metrics requested, at least one metric needs to be specified. All defined metrics must be used by one of the following: metric_expression, metric_filter, order_bys.
repeated .google.analytics.data.v1beta.Metric metrics = 3;getMetricsOrBuilder in interface RunPivotReportRequestOrBuilderpublic List<DateRange> getDateRangesList()
The date range to retrieve event data for the report. If multiple date ranges are specified, event data from each date range is used in the report. A special dimension with field name "dateRange" can be included in a Pivot's field names; if included, the report compares between date ranges. In a cohort request, this `dateRanges` must be unspecified.
repeated .google.analytics.data.v1beta.DateRange date_ranges = 4;getDateRangesList in interface RunPivotReportRequestOrBuilderpublic List<? extends DateRangeOrBuilder> getDateRangesOrBuilderList()
The date range to retrieve event data for the report. If multiple date ranges are specified, event data from each date range is used in the report. A special dimension with field name "dateRange" can be included in a Pivot's field names; if included, the report compares between date ranges. In a cohort request, this `dateRanges` must be unspecified.
repeated .google.analytics.data.v1beta.DateRange date_ranges = 4;getDateRangesOrBuilderList in interface RunPivotReportRequestOrBuilderpublic int getDateRangesCount()
The date range to retrieve event data for the report. If multiple date ranges are specified, event data from each date range is used in the report. A special dimension with field name "dateRange" can be included in a Pivot's field names; if included, the report compares between date ranges. In a cohort request, this `dateRanges` must be unspecified.
repeated .google.analytics.data.v1beta.DateRange date_ranges = 4;getDateRangesCount in interface RunPivotReportRequestOrBuilderpublic DateRange getDateRanges(int index)
The date range to retrieve event data for the report. If multiple date ranges are specified, event data from each date range is used in the report. A special dimension with field name "dateRange" can be included in a Pivot's field names; if included, the report compares between date ranges. In a cohort request, this `dateRanges` must be unspecified.
repeated .google.analytics.data.v1beta.DateRange date_ranges = 4;getDateRanges in interface RunPivotReportRequestOrBuilderpublic DateRangeOrBuilder getDateRangesOrBuilder(int index)
The date range to retrieve event data for the report. If multiple date ranges are specified, event data from each date range is used in the report. A special dimension with field name "dateRange" can be included in a Pivot's field names; if included, the report compares between date ranges. In a cohort request, this `dateRanges` must be unspecified.
repeated .google.analytics.data.v1beta.DateRange date_ranges = 4;getDateRangesOrBuilder in interface RunPivotReportRequestOrBuilderpublic List<Pivot> getPivotsList()
Describes the visual format of the report's dimensions in columns or rows. The union of the fieldNames (dimension names) in all pivots must be a subset of dimension names defined in Dimensions. No two pivots can share a dimension. A dimension is only visible if it appears in a pivot.
repeated .google.analytics.data.v1beta.Pivot pivots = 5;getPivotsList in interface RunPivotReportRequestOrBuilderpublic List<? extends PivotOrBuilder> getPivotsOrBuilderList()
Describes the visual format of the report's dimensions in columns or rows. The union of the fieldNames (dimension names) in all pivots must be a subset of dimension names defined in Dimensions. No two pivots can share a dimension. A dimension is only visible if it appears in a pivot.
repeated .google.analytics.data.v1beta.Pivot pivots = 5;getPivotsOrBuilderList in interface RunPivotReportRequestOrBuilderpublic int getPivotsCount()
Describes the visual format of the report's dimensions in columns or rows. The union of the fieldNames (dimension names) in all pivots must be a subset of dimension names defined in Dimensions. No two pivots can share a dimension. A dimension is only visible if it appears in a pivot.
repeated .google.analytics.data.v1beta.Pivot pivots = 5;getPivotsCount in interface RunPivotReportRequestOrBuilderpublic Pivot getPivots(int index)
Describes the visual format of the report's dimensions in columns or rows. The union of the fieldNames (dimension names) in all pivots must be a subset of dimension names defined in Dimensions. No two pivots can share a dimension. A dimension is only visible if it appears in a pivot.
repeated .google.analytics.data.v1beta.Pivot pivots = 5;getPivots in interface RunPivotReportRequestOrBuilderpublic PivotOrBuilder getPivotsOrBuilder(int index)
Describes the visual format of the report's dimensions in columns or rows. The union of the fieldNames (dimension names) in all pivots must be a subset of dimension names defined in Dimensions. No two pivots can share a dimension. A dimension is only visible if it appears in a pivot.
repeated .google.analytics.data.v1beta.Pivot pivots = 5;getPivotsOrBuilder in interface RunPivotReportRequestOrBuilderpublic boolean hasDimensionFilter()
The filter clause of dimensions. Dimensions must be requested to be used in this filter. Metrics cannot be used in this filter.
.google.analytics.data.v1beta.FilterExpression dimension_filter = 6;hasDimensionFilter in interface RunPivotReportRequestOrBuilderpublic FilterExpression getDimensionFilter()
The filter clause of dimensions. Dimensions must be requested to be used in this filter. Metrics cannot be used in this filter.
.google.analytics.data.v1beta.FilterExpression dimension_filter = 6;getDimensionFilter in interface RunPivotReportRequestOrBuilderpublic FilterExpressionOrBuilder getDimensionFilterOrBuilder()
The filter clause of dimensions. Dimensions must be requested to be used in this filter. Metrics cannot be used in this filter.
.google.analytics.data.v1beta.FilterExpression dimension_filter = 6;getDimensionFilterOrBuilder in interface RunPivotReportRequestOrBuilderpublic boolean hasMetricFilter()
The filter clause of metrics. Applied at post aggregation phase, similar to SQL having-clause. Metrics must be requested to be used in this filter. Dimensions cannot be used in this filter.
.google.analytics.data.v1beta.FilterExpression metric_filter = 7;hasMetricFilter in interface RunPivotReportRequestOrBuilderpublic FilterExpression getMetricFilter()
The filter clause of metrics. Applied at post aggregation phase, similar to SQL having-clause. Metrics must be requested to be used in this filter. Dimensions cannot be used in this filter.
.google.analytics.data.v1beta.FilterExpression metric_filter = 7;getMetricFilter in interface RunPivotReportRequestOrBuilderpublic FilterExpressionOrBuilder getMetricFilterOrBuilder()
The filter clause of metrics. Applied at post aggregation phase, similar to SQL having-clause. Metrics must be requested to be used in this filter. Dimensions cannot be used in this filter.
.google.analytics.data.v1beta.FilterExpression metric_filter = 7;getMetricFilterOrBuilder in interface RunPivotReportRequestOrBuilderpublic String getCurrencyCode()
A currency code in ISO4217 format, such as "AED", "USD", "JPY". If the field is empty, the report uses the property's default currency.
string currency_code = 8;getCurrencyCode in interface RunPivotReportRequestOrBuilderpublic com.google.protobuf.ByteString getCurrencyCodeBytes()
A currency code in ISO4217 format, such as "AED", "USD", "JPY". If the field is empty, the report uses the property's default currency.
string currency_code = 8;getCurrencyCodeBytes in interface RunPivotReportRequestOrBuilderpublic boolean hasCohortSpec()
Cohort group associated with this request. If there is a cohort group in the request the 'cohort' dimension must be present.
.google.analytics.data.v1beta.CohortSpec cohort_spec = 9;hasCohortSpec in interface RunPivotReportRequestOrBuilderpublic CohortSpec getCohortSpec()
Cohort group associated with this request. If there is a cohort group in the request the 'cohort' dimension must be present.
.google.analytics.data.v1beta.CohortSpec cohort_spec = 9;getCohortSpec in interface RunPivotReportRequestOrBuilderpublic CohortSpecOrBuilder getCohortSpecOrBuilder()
Cohort group associated with this request. If there is a cohort group in the request the 'cohort' dimension must be present.
.google.analytics.data.v1beta.CohortSpec cohort_spec = 9;getCohortSpecOrBuilder in interface RunPivotReportRequestOrBuilderpublic boolean getKeepEmptyRows()
If false or unspecified, each row with all metrics equal to 0 will not be returned. If true, these rows will be returned if they are not separately removed by a filter.
bool keep_empty_rows = 10;getKeepEmptyRows in interface RunPivotReportRequestOrBuilderpublic boolean getReturnPropertyQuota()
Toggles whether to return the current state of this Analytics Property's quota. Quota is returned in [PropertyQuota](#PropertyQuota).
bool return_property_quota = 11;getReturnPropertyQuota in interface RunPivotReportRequestOrBuilderpublic 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 RunPivotReportRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunPivotReportRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunPivotReportRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunPivotReportRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunPivotReportRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunPivotReportRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunPivotReportRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static RunPivotReportRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunPivotReportRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RunPivotReportRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunPivotReportRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RunPivotReportRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RunPivotReportRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RunPivotReportRequest.Builder newBuilder()
public static RunPivotReportRequest.Builder newBuilder(RunPivotReportRequest prototype)
public RunPivotReportRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RunPivotReportRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static RunPivotReportRequest getDefaultInstance()
public static com.google.protobuf.Parser<RunPivotReportRequest> parser()
public com.google.protobuf.Parser<RunPivotReportRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public RunPivotReportRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.