Class FunnelBreakdown (0.48.0)

public final class FunnelBreakdown extends GeneratedMessageV3 implements FunnelBreakdownOrBuilder

Breakdowns add a dimension to the funnel table sub report response.

Protobuf type google.analytics.data.v1alpha.FunnelBreakdown

Static Fields

BREAKDOWN_DIMENSION_FIELD_NUMBER

public static final int BREAKDOWN_DIMENSION_FIELD_NUMBER
Field Value
TypeDescription
int

LIMIT_FIELD_NUMBER

public static final int LIMIT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static FunnelBreakdown getDefaultInstance()
Returns
TypeDescription
FunnelBreakdown

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static FunnelBreakdown.Builder newBuilder()
Returns
TypeDescription
FunnelBreakdown.Builder

newBuilder(FunnelBreakdown prototype)

public static FunnelBreakdown.Builder newBuilder(FunnelBreakdown prototype)
Parameter
NameDescription
prototypeFunnelBreakdown
Returns
TypeDescription
FunnelBreakdown.Builder

parseDelimitedFrom(InputStream input)

public static FunnelBreakdown parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
FunnelBreakdown
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FunnelBreakdown parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FunnelBreakdown
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static FunnelBreakdown parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
FunnelBreakdown
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static FunnelBreakdown parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FunnelBreakdown
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static FunnelBreakdown parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
FunnelBreakdown
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static FunnelBreakdown parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FunnelBreakdown
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static FunnelBreakdown parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
FunnelBreakdown
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static FunnelBreakdown parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FunnelBreakdown
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static FunnelBreakdown parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
FunnelBreakdown
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FunnelBreakdown parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FunnelBreakdown
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static FunnelBreakdown parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
FunnelBreakdown
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static FunnelBreakdown parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FunnelBreakdown
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<FunnelBreakdown> parser()
Returns
TypeDescription
Parser<FunnelBreakdown>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getBreakdownDimension()

public Dimension getBreakdownDimension()

The dimension column added to the funnel table sub report response. The breakdown dimension breaks down each funnel step. A valid breakdownDimension is required if funnelBreakdown is specified.

.google.analytics.data.v1alpha.Dimension breakdown_dimension = 1;

Returns
TypeDescription
Dimension

The breakdownDimension.

getBreakdownDimensionOrBuilder()

public DimensionOrBuilder getBreakdownDimensionOrBuilder()

The dimension column added to the funnel table sub report response. The breakdown dimension breaks down each funnel step. A valid breakdownDimension is required if funnelBreakdown is specified.

.google.analytics.data.v1alpha.Dimension breakdown_dimension = 1;

Returns
TypeDescription
DimensionOrBuilder

getDefaultInstanceForType()

public FunnelBreakdown getDefaultInstanceForType()
Returns
TypeDescription
FunnelBreakdown

getLimit()

public long getLimit()

The maximum number of distinct values of the breakdown dimension to return in the response. A limit of 5 is used if limit is not specified. Limit must exceed zero and cannot exceed 15.

optional int64 limit = 2;

Returns
TypeDescription
long

The limit.

getParserForType()

public Parser<FunnelBreakdown> getParserForType()
Returns
TypeDescription
Parser<FunnelBreakdown>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasBreakdownDimension()

public boolean hasBreakdownDimension()

The dimension column added to the funnel table sub report response. The breakdown dimension breaks down each funnel step. A valid breakdownDimension is required if funnelBreakdown is specified.

.google.analytics.data.v1alpha.Dimension breakdown_dimension = 1;

Returns
TypeDescription
boolean

Whether the breakdownDimension field is set.

hasLimit()

public boolean hasLimit()

The maximum number of distinct values of the breakdown dimension to return in the response. A limit of 5 is used if limit is not specified. Limit must exceed zero and cannot exceed 15.

optional int64 limit = 2;

Returns
TypeDescription
boolean

Whether the limit field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public FunnelBreakdown.Builder newBuilderForType()
Returns
TypeDescription
FunnelBreakdown.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected FunnelBreakdown.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
FunnelBreakdown.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public FunnelBreakdown.Builder toBuilder()
Returns
TypeDescription
FunnelBreakdown.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException