public static final class FunnelResponseMetadata.Builder extends GeneratedMessageV3.Builder<FunnelResponseMetadata.Builder> implements FunnelResponseMetadataOrBuilder
The funnel report's response metadata carries additional information about
the funnel report.
Protobuf type google.analytics.data.v1alpha.FunnelResponseMetadata
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public FunnelResponseMetadata.Builder addAllSamplingMetadatas(Iterable<? extends SamplingMetadata> values)
If funnel report results are
sampled, 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;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.analytics.data.v1alpha.SamplingMetadata>
|
public FunnelResponseMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public FunnelResponseMetadata.Builder addSamplingMetadatas(SamplingMetadata value)
If funnel report results are
sampled, 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;
public FunnelResponseMetadata.Builder addSamplingMetadatas(SamplingMetadata.Builder builderForValue)
If funnel report results are
sampled, 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;
public FunnelResponseMetadata.Builder addSamplingMetadatas(int index, SamplingMetadata value)
If funnel report results are
sampled, 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;
public FunnelResponseMetadata.Builder addSamplingMetadatas(int index, SamplingMetadata.Builder builderForValue)
If funnel report results are
sampled, 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;
public SamplingMetadata.Builder addSamplingMetadatasBuilder()
If funnel report results are
sampled, 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;
public SamplingMetadata.Builder addSamplingMetadatasBuilder(int index)
If funnel report results are
sampled, 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;
Parameter |
Name |
Description |
index |
int
|
public FunnelResponseMetadata build()
public FunnelResponseMetadata buildPartial()
public FunnelResponseMetadata.Builder clear()
Overrides
public FunnelResponseMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public FunnelResponseMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public FunnelResponseMetadata.Builder clearSamplingMetadatas()
If funnel report results are
sampled, 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;
public FunnelResponseMetadata.Builder clone()
Overrides
public FunnelResponseMetadata getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public SamplingMetadata getSamplingMetadatas(int index)
If funnel report results are
sampled, 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;
Parameter |
Name |
Description |
index |
int
|
public SamplingMetadata.Builder getSamplingMetadatasBuilder(int index)
If funnel report results are
sampled, 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;
Parameter |
Name |
Description |
index |
int
|
public List<SamplingMetadata.Builder> getSamplingMetadatasBuilderList()
If funnel report results are
sampled, 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;
public int getSamplingMetadatasCount()
If funnel report results are
sampled, 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;
Returns |
Type |
Description |
int |
|
public List<SamplingMetadata> getSamplingMetadatasList()
If funnel report results are
sampled, 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;
public SamplingMetadataOrBuilder getSamplingMetadatasOrBuilder(int index)
If funnel report results are
sampled, 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;
Parameter |
Name |
Description |
index |
int
|
public List<? extends SamplingMetadataOrBuilder> getSamplingMetadatasOrBuilderList()
If funnel report results are
sampled, 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;
Returns |
Type |
Description |
List<? extends com.google.analytics.data.v1alpha.SamplingMetadataOrBuilder> |
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public FunnelResponseMetadata.Builder mergeFrom(FunnelResponseMetadata other)
public FunnelResponseMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public FunnelResponseMetadata.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final FunnelResponseMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public FunnelResponseMetadata.Builder removeSamplingMetadatas(int index)
If funnel report results are
sampled, 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;
Parameter |
Name |
Description |
index |
int
|
public FunnelResponseMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public FunnelResponseMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public FunnelResponseMetadata.Builder setSamplingMetadatas(int index, SamplingMetadata value)
If funnel report results are
sampled, 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;
public FunnelResponseMetadata.Builder setSamplingMetadatas(int index, SamplingMetadata.Builder builderForValue)
If funnel report results are
sampled, 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;
public final FunnelResponseMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides