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.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()
Returns
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>
|
Returns
public FunnelResponseMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
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;
Parameter
Returns
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;
Parameter
Returns
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;
Parameters
Returns
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;
Parameters
Returns
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;
Returns
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
Returns
public FunnelResponseMetadata build()
Returns
public FunnelResponseMetadata buildPartial()
Returns
public FunnelResponseMetadata.Builder clear()
Returns
Overrides
public FunnelResponseMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public FunnelResponseMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
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;
Returns
public FunnelResponseMetadata.Builder clone()
Returns
Overrides
public FunnelResponseMetadata getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
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
Returns
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
Returns
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;
Returns
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
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;
Returns
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
Returns
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()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public FunnelResponseMetadata.Builder mergeFrom(FunnelResponseMetadata other)
Parameter
Returns
public FunnelResponseMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public FunnelResponseMetadata.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public final FunnelResponseMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
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
Returns
public FunnelResponseMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public FunnelResponseMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
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;
Parameters
Returns
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;
Parameters
Returns
public final FunnelResponseMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides