public interface FunnelResponseMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SamplingMetadata |
getSamplingMetadatas(int index)
If funnel report results are
[sampled](https://support.google.com/analytics/answer/2637192), this
describes what percentage of events were used in this funnel report.
|
int |
getSamplingMetadatasCount()
If funnel report results are
[sampled](https://support.google.com/analytics/answer/2637192), this
describes what percentage of events were used in this funnel report.
|
List<SamplingMetadata> |
getSamplingMetadatasList()
If funnel report results are
[sampled](https://support.google.com/analytics/answer/2637192), this
describes what percentage of events were used in this funnel report.
|
SamplingMetadataOrBuilder |
getSamplingMetadatasOrBuilder(int index)
If funnel report results are
[sampled](https://support.google.com/analytics/answer/2637192), this
describes what percentage of events were used in this funnel report.
|
List<? extends SamplingMetadataOrBuilder> |
getSamplingMetadatasOrBuilderList()
If funnel report results are
[sampled](https://support.google.com/analytics/answer/2637192), this
describes what percentage of events were used in this funnel report.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<SamplingMetadata> getSamplingMetadatasList()
If funnel report results are [sampled](https://support.google.com/analytics/answer/2637192), this describes what percentage of events were used in this funnel report. One `samplingMetadatas` is populated for each date range. Each `samplingMetadatas` corresponds to a date range in order that date ranges were specified in the request. However if the results are not sampled, this field will not be defined.
repeated .google.analytics.data.v1alpha.SamplingMetadata sampling_metadatas = 1;SamplingMetadata getSamplingMetadatas(int index)
If funnel report results are [sampled](https://support.google.com/analytics/answer/2637192), this describes what percentage of events were used in this funnel report. One `samplingMetadatas` is populated for each date range. Each `samplingMetadatas` corresponds to a date range in order that date ranges were specified in the request. However if the results are not sampled, this field will not be defined.
repeated .google.analytics.data.v1alpha.SamplingMetadata sampling_metadatas = 1;int getSamplingMetadatasCount()
If funnel report results are [sampled](https://support.google.com/analytics/answer/2637192), this describes what percentage of events were used in this funnel report. One `samplingMetadatas` is populated for each date range. Each `samplingMetadatas` corresponds to a date range in order that date ranges were specified in the request. However if the results are not sampled, this field will not be defined.
repeated .google.analytics.data.v1alpha.SamplingMetadata sampling_metadatas = 1;List<? extends SamplingMetadataOrBuilder> getSamplingMetadatasOrBuilderList()
If funnel report results are [sampled](https://support.google.com/analytics/answer/2637192), this describes what percentage of events were used in this funnel report. One `samplingMetadatas` is populated for each date range. Each `samplingMetadatas` corresponds to a date range in order that date ranges were specified in the request. However if the results are not sampled, this field will not be defined.
repeated .google.analytics.data.v1alpha.SamplingMetadata sampling_metadatas = 1;SamplingMetadataOrBuilder getSamplingMetadatasOrBuilder(int index)
If funnel report results are [sampled](https://support.google.com/analytics/answer/2637192), this describes what percentage of events were used in this funnel report. One `samplingMetadatas` is populated for each date range. Each `samplingMetadatas` corresponds to a date range in order that date ranges were specified in the request. However if the results are not sampled, this field will not be defined.
repeated .google.analytics.data.v1alpha.SamplingMetadata sampling_metadatas = 1;Copyright © 2023 Google LLC. All rights reserved.