public final class RunFunnelReportRequest extends com.google.protobuf.GeneratedMessageV3 implements RunFunnelReportRequestOrBuilder
The request for a funnel report.Protobuf type
google.analytics.data.v1alpha.RunFunnelReportRequest| Modifier and Type | Class and Description |
|---|---|
static class |
RunFunnelReportRequest.Builder
The request for a funnel report.
|
static class |
RunFunnelReportRequest.FunnelVisualizationType
Controls the dimensions present in the funnel visualization sub report
response.
|
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 |
DATE_RANGES_FIELD_NUMBER |
static int |
DIMENSION_FILTER_FIELD_NUMBER |
static int |
FUNNEL_BREAKDOWN_FIELD_NUMBER |
static int |
FUNNEL_FIELD_NUMBER |
static int |
FUNNEL_NEXT_ACTION_FIELD_NUMBER |
static int |
FUNNEL_VISUALIZATION_TYPE_FIELD_NUMBER |
static int |
LIMIT_FIELD_NUMBER |
static int |
PROPERTY_FIELD_NUMBER |
static int |
RETURN_PROPERTY_QUOTA_FIELD_NUMBER |
static int |
SEGMENTS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DateRange |
getDateRanges(int index)
Date ranges of data to read.
|
int |
getDateRangesCount()
Date ranges of data to read.
|
List<DateRange> |
getDateRangesList()
Date ranges of data to read.
|
DateRangeOrBuilder |
getDateRangesOrBuilder(int index)
Date ranges of data to read.
|
List<? extends DateRangeOrBuilder> |
getDateRangesOrBuilderList()
Date ranges of data to read.
|
static RunFunnelReportRequest |
getDefaultInstance() |
RunFunnelReportRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
FilterExpression |
getDimensionFilter()
Dimension filters allow you to ask for only specific dimension values in
the report.
|
FilterExpressionOrBuilder |
getDimensionFilterOrBuilder()
Dimension filters allow you to ask for only specific dimension values in
the report.
|
Funnel |
getFunnel()
The configuration of this request's funnel.
|
FunnelBreakdown |
getFunnelBreakdown()
If specified, this breakdown adds a dimension to the funnel table sub
report response.
|
FunnelBreakdownOrBuilder |
getFunnelBreakdownOrBuilder()
If specified, this breakdown adds a dimension to the funnel table sub
report response.
|
FunnelNextAction |
getFunnelNextAction()
If specified, next action adds a dimension to the funnel visualization sub
report response.
|
FunnelNextActionOrBuilder |
getFunnelNextActionOrBuilder()
If specified, next action adds a dimension to the funnel visualization sub
report response.
|
FunnelOrBuilder |
getFunnelOrBuilder()
The configuration of this request's funnel.
|
RunFunnelReportRequest.FunnelVisualizationType |
getFunnelVisualizationType()
The funnel visualization type controls the dimensions present in the funnel
visualization sub report response.
|
int |
getFunnelVisualizationTypeValue()
The funnel visualization type controls the dimensions present in the funnel
visualization sub report response.
|
long |
getLimit()
The number of rows to return.
|
com.google.protobuf.Parser<RunFunnelReportRequest> |
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
quota.
|
Segment |
getSegments(int index)
The configurations of segments.
|
int |
getSegmentsCount()
The configurations of segments.
|
List<Segment> |
getSegmentsList()
The configurations of segments.
|
SegmentOrBuilder |
getSegmentsOrBuilder(int index)
The configurations of segments.
|
List<? extends SegmentOrBuilder> |
getSegmentsOrBuilderList()
The configurations of segments.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDimensionFilter()
Dimension filters allow you to ask for only specific dimension values in
the report.
|
boolean |
hasFunnel()
The configuration of this request's funnel.
|
boolean |
hasFunnelBreakdown()
If specified, this breakdown adds a dimension to the funnel table sub
report response.
|
boolean |
hasFunnelNextAction()
If specified, next action adds a dimension to the funnel visualization sub
report response.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RunFunnelReportRequest.Builder |
newBuilder() |
static RunFunnelReportRequest.Builder |
newBuilder(RunFunnelReportRequest prototype) |
RunFunnelReportRequest.Builder |
newBuilderForType() |
protected RunFunnelReportRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static RunFunnelReportRequest |
parseDelimitedFrom(InputStream input) |
static RunFunnelReportRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunFunnelReportRequest |
parseFrom(byte[] data) |
static RunFunnelReportRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunFunnelReportRequest |
parseFrom(ByteBuffer data) |
static RunFunnelReportRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunFunnelReportRequest |
parseFrom(com.google.protobuf.ByteString data) |
static RunFunnelReportRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunFunnelReportRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RunFunnelReportRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunFunnelReportRequest |
parseFrom(InputStream input) |
static RunFunnelReportRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RunFunnelReportRequest> |
parser() |
RunFunnelReportRequest.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 DATE_RANGES_FIELD_NUMBER
public static final int FUNNEL_FIELD_NUMBER
public static final int FUNNEL_BREAKDOWN_FIELD_NUMBER
public static final int FUNNEL_NEXT_ACTION_FIELD_NUMBER
public static final int FUNNEL_VISUALIZATION_TYPE_FIELD_NUMBER
public static final int SEGMENTS_FIELD_NUMBER
public static final int LIMIT_FIELD_NUMBER
public static final int DIMENSION_FILTER_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 RunFunnelReportRequestOrBuilderpublic 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 RunFunnelReportRequestOrBuilderpublic List<DateRange> getDateRangesList()
Date ranges of data to read. If multiple date ranges are requested, each response row will contain a zero based date range index. If two date ranges overlap, the event data for the overlapping days is included in the response rows for both date ranges.
repeated .google.analytics.data.v1alpha.DateRange date_ranges = 2;getDateRangesList in interface RunFunnelReportRequestOrBuilderpublic List<? extends DateRangeOrBuilder> getDateRangesOrBuilderList()
Date ranges of data to read. If multiple date ranges are requested, each response row will contain a zero based date range index. If two date ranges overlap, the event data for the overlapping days is included in the response rows for both date ranges.
repeated .google.analytics.data.v1alpha.DateRange date_ranges = 2;getDateRangesOrBuilderList in interface RunFunnelReportRequestOrBuilderpublic int getDateRangesCount()
Date ranges of data to read. If multiple date ranges are requested, each response row will contain a zero based date range index. If two date ranges overlap, the event data for the overlapping days is included in the response rows for both date ranges.
repeated .google.analytics.data.v1alpha.DateRange date_ranges = 2;getDateRangesCount in interface RunFunnelReportRequestOrBuilderpublic DateRange getDateRanges(int index)
Date ranges of data to read. If multiple date ranges are requested, each response row will contain a zero based date range index. If two date ranges overlap, the event data for the overlapping days is included in the response rows for both date ranges.
repeated .google.analytics.data.v1alpha.DateRange date_ranges = 2;getDateRanges in interface RunFunnelReportRequestOrBuilderpublic DateRangeOrBuilder getDateRangesOrBuilder(int index)
Date ranges of data to read. If multiple date ranges are requested, each response row will contain a zero based date range index. If two date ranges overlap, the event data for the overlapping days is included in the response rows for both date ranges.
repeated .google.analytics.data.v1alpha.DateRange date_ranges = 2;getDateRangesOrBuilder in interface RunFunnelReportRequestOrBuilderpublic boolean hasFunnel()
The configuration of this request's funnel. This funnel configuration is required.
.google.analytics.data.v1alpha.Funnel funnel = 3;hasFunnel in interface RunFunnelReportRequestOrBuilderpublic Funnel getFunnel()
The configuration of this request's funnel. This funnel configuration is required.
.google.analytics.data.v1alpha.Funnel funnel = 3;getFunnel in interface RunFunnelReportRequestOrBuilderpublic FunnelOrBuilder getFunnelOrBuilder()
The configuration of this request's funnel. This funnel configuration is required.
.google.analytics.data.v1alpha.Funnel funnel = 3;getFunnelOrBuilder in interface RunFunnelReportRequestOrBuilderpublic boolean hasFunnelBreakdown()
If specified, this breakdown adds a dimension to the funnel table sub report response. This breakdown dimension expands each funnel step to the unique values of the breakdown dimension. For example, a breakdown by the `deviceCategory` dimension will create rows for `mobile`, `tablet`, `desktop`, and the total.
.google.analytics.data.v1alpha.FunnelBreakdown funnel_breakdown = 4;hasFunnelBreakdown in interface RunFunnelReportRequestOrBuilderpublic FunnelBreakdown getFunnelBreakdown()
If specified, this breakdown adds a dimension to the funnel table sub report response. This breakdown dimension expands each funnel step to the unique values of the breakdown dimension. For example, a breakdown by the `deviceCategory` dimension will create rows for `mobile`, `tablet`, `desktop`, and the total.
.google.analytics.data.v1alpha.FunnelBreakdown funnel_breakdown = 4;getFunnelBreakdown in interface RunFunnelReportRequestOrBuilderpublic FunnelBreakdownOrBuilder getFunnelBreakdownOrBuilder()
If specified, this breakdown adds a dimension to the funnel table sub report response. This breakdown dimension expands each funnel step to the unique values of the breakdown dimension. For example, a breakdown by the `deviceCategory` dimension will create rows for `mobile`, `tablet`, `desktop`, and the total.
.google.analytics.data.v1alpha.FunnelBreakdown funnel_breakdown = 4;getFunnelBreakdownOrBuilder in interface RunFunnelReportRequestOrBuilderpublic boolean hasFunnelNextAction()
If specified, next action adds a dimension to the funnel visualization sub report response. This next action dimension expands each funnel step to the unique values of the next action. For example a next action of the `eventName` dimension will create rows for several events (i.e. `session_start` & `click`) and the total. Next action only supports `eventName` and most Page / Screen dimensions like `pageTitle` and `pagePath`.
.google.analytics.data.v1alpha.FunnelNextAction funnel_next_action = 5;hasFunnelNextAction in interface RunFunnelReportRequestOrBuilderpublic FunnelNextAction getFunnelNextAction()
If specified, next action adds a dimension to the funnel visualization sub report response. This next action dimension expands each funnel step to the unique values of the next action. For example a next action of the `eventName` dimension will create rows for several events (i.e. `session_start` & `click`) and the total. Next action only supports `eventName` and most Page / Screen dimensions like `pageTitle` and `pagePath`.
.google.analytics.data.v1alpha.FunnelNextAction funnel_next_action = 5;getFunnelNextAction in interface RunFunnelReportRequestOrBuilderpublic FunnelNextActionOrBuilder getFunnelNextActionOrBuilder()
If specified, next action adds a dimension to the funnel visualization sub report response. This next action dimension expands each funnel step to the unique values of the next action. For example a next action of the `eventName` dimension will create rows for several events (i.e. `session_start` & `click`) and the total. Next action only supports `eventName` and most Page / Screen dimensions like `pageTitle` and `pagePath`.
.google.analytics.data.v1alpha.FunnelNextAction funnel_next_action = 5;getFunnelNextActionOrBuilder in interface RunFunnelReportRequestOrBuilderpublic int getFunnelVisualizationTypeValue()
The funnel visualization type controls the dimensions present in the funnel visualization sub report response. If not specified, `STANDARD_FUNNEL` is used.
.google.analytics.data.v1alpha.RunFunnelReportRequest.FunnelVisualizationType funnel_visualization_type = 6;
getFunnelVisualizationTypeValue in interface RunFunnelReportRequestOrBuilderpublic RunFunnelReportRequest.FunnelVisualizationType getFunnelVisualizationType()
The funnel visualization type controls the dimensions present in the funnel visualization sub report response. If not specified, `STANDARD_FUNNEL` is used.
.google.analytics.data.v1alpha.RunFunnelReportRequest.FunnelVisualizationType funnel_visualization_type = 6;
getFunnelVisualizationType in interface RunFunnelReportRequestOrBuilderpublic List<Segment> getSegmentsList()
The configurations of segments. Segments are subsets of a property's data. In a funnel report with segments, the funnel is evaluated in each segment. Each segment specified in this request produces a separate row in the response; in the response, each segment identified by its name. The segments parameter is optional. Requests are limited to 4 segments.
repeated .google.analytics.data.v1alpha.Segment segments = 7;getSegmentsList in interface RunFunnelReportRequestOrBuilderpublic List<? extends SegmentOrBuilder> getSegmentsOrBuilderList()
The configurations of segments. Segments are subsets of a property's data. In a funnel report with segments, the funnel is evaluated in each segment. Each segment specified in this request produces a separate row in the response; in the response, each segment identified by its name. The segments parameter is optional. Requests are limited to 4 segments.
repeated .google.analytics.data.v1alpha.Segment segments = 7;getSegmentsOrBuilderList in interface RunFunnelReportRequestOrBuilderpublic int getSegmentsCount()
The configurations of segments. Segments are subsets of a property's data. In a funnel report with segments, the funnel is evaluated in each segment. Each segment specified in this request produces a separate row in the response; in the response, each segment identified by its name. The segments parameter is optional. Requests are limited to 4 segments.
repeated .google.analytics.data.v1alpha.Segment segments = 7;getSegmentsCount in interface RunFunnelReportRequestOrBuilderpublic Segment getSegments(int index)
The configurations of segments. Segments are subsets of a property's data. In a funnel report with segments, the funnel is evaluated in each segment. Each segment specified in this request produces a separate row in the response; in the response, each segment identified by its name. The segments parameter is optional. Requests are limited to 4 segments.
repeated .google.analytics.data.v1alpha.Segment segments = 7;getSegments in interface RunFunnelReportRequestOrBuilderpublic SegmentOrBuilder getSegmentsOrBuilder(int index)
The configurations of segments. Segments are subsets of a property's data. In a funnel report with segments, the funnel is evaluated in each segment. Each segment specified in this request produces a separate row in the response; in the response, each segment identified by its name. The segments parameter is optional. Requests are limited to 4 segments.
repeated .google.analytics.data.v1alpha.Segment segments = 7;getSegmentsOrBuilder in interface RunFunnelReportRequestOrBuilderpublic 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`.
int64 limit = 9;getLimit in interface RunFunnelReportRequestOrBuilderpublic boolean hasDimensionFilter()
Dimension filters allow you to ask for only specific dimension values in the report. To learn more, see [Creating a Report: Dimension Filters](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#dimension_filters) for examples. Metrics cannot be used in this filter.
.google.analytics.data.v1alpha.FilterExpression dimension_filter = 10;hasDimensionFilter in interface RunFunnelReportRequestOrBuilderpublic FilterExpression getDimensionFilter()
Dimension filters allow you to ask for only specific dimension values in the report. To learn more, see [Creating a Report: Dimension Filters](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#dimension_filters) for examples. Metrics cannot be used in this filter.
.google.analytics.data.v1alpha.FilterExpression dimension_filter = 10;getDimensionFilter in interface RunFunnelReportRequestOrBuilderpublic FilterExpressionOrBuilder getDimensionFilterOrBuilder()
Dimension filters allow you to ask for only specific dimension values in the report. To learn more, see [Creating a Report: Dimension Filters](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#dimension_filters) for examples. Metrics cannot be used in this filter.
.google.analytics.data.v1alpha.FilterExpression dimension_filter = 10;getDimensionFilterOrBuilder in interface RunFunnelReportRequestOrBuilderpublic 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 = 12;getReturnPropertyQuota in interface RunFunnelReportRequestOrBuilderpublic 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 RunFunnelReportRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunFunnelReportRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunFunnelReportRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunFunnelReportRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunFunnelReportRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunFunnelReportRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunFunnelReportRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static RunFunnelReportRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunFunnelReportRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RunFunnelReportRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunFunnelReportRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RunFunnelReportRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RunFunnelReportRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RunFunnelReportRequest.Builder newBuilder()
public static RunFunnelReportRequest.Builder newBuilder(RunFunnelReportRequest prototype)
public RunFunnelReportRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RunFunnelReportRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static RunFunnelReportRequest getDefaultInstance()
public static com.google.protobuf.Parser<RunFunnelReportRequest> parser()
public com.google.protobuf.Parser<RunFunnelReportRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public RunFunnelReportRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.