public final class FunnelResponseMetadata extends GeneratedMessageV3 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.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int SAMPLING_METADATAS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static FunnelResponseMetadata getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static FunnelResponseMetadata.Builder newBuilder()
public static FunnelResponseMetadata.Builder newBuilder(FunnelResponseMetadata prototype)
public static FunnelResponseMetadata parseDelimitedFrom(InputStream input)
public static FunnelResponseMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FunnelResponseMetadata parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static FunnelResponseMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FunnelResponseMetadata parseFrom(ByteString data)
public static FunnelResponseMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FunnelResponseMetadata parseFrom(CodedInputStream input)
public static FunnelResponseMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FunnelResponseMetadata parseFrom(InputStream input)
public static FunnelResponseMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FunnelResponseMetadata parseFrom(ByteBuffer data)
public static FunnelResponseMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<FunnelResponseMetadata> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public FunnelResponseMetadata getDefaultInstanceForType()
public Parser<FunnelResponseMetadata> getParserForType()
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 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> | |
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public FunnelResponseMetadata.Builder newBuilderForType()
protected FunnelResponseMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public FunnelResponseMetadata.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides