Interface PivotHeaderOrBuilder (0.55.0)

public interface PivotHeaderOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPivotDimensionHeaders(int index)

public abstract PivotDimensionHeader getPivotDimensionHeaders(int index)

The size is the same as the cardinality of the corresponding dimension combinations.

repeated .google.analytics.data.v1beta.PivotDimensionHeader pivot_dimension_headers = 1;

Parameter
Name Description
index int
Returns
Type Description
PivotDimensionHeader

getPivotDimensionHeadersCount()

public abstract int getPivotDimensionHeadersCount()

The size is the same as the cardinality of the corresponding dimension combinations.

repeated .google.analytics.data.v1beta.PivotDimensionHeader pivot_dimension_headers = 1;

Returns
Type Description
int

getPivotDimensionHeadersList()

public abstract List<PivotDimensionHeader> getPivotDimensionHeadersList()

The size is the same as the cardinality of the corresponding dimension combinations.

repeated .google.analytics.data.v1beta.PivotDimensionHeader pivot_dimension_headers = 1;

Returns
Type Description
List<PivotDimensionHeader>

getPivotDimensionHeadersOrBuilder(int index)

public abstract PivotDimensionHeaderOrBuilder getPivotDimensionHeadersOrBuilder(int index)

The size is the same as the cardinality of the corresponding dimension combinations.

repeated .google.analytics.data.v1beta.PivotDimensionHeader pivot_dimension_headers = 1;

Parameter
Name Description
index int
Returns
Type Description
PivotDimensionHeaderOrBuilder

getPivotDimensionHeadersOrBuilderList()

public abstract List<? extends PivotDimensionHeaderOrBuilder> getPivotDimensionHeadersOrBuilderList()

The size is the same as the cardinality of the corresponding dimension combinations.

repeated .google.analytics.data.v1beta.PivotDimensionHeader pivot_dimension_headers = 1;

Returns
Type Description
List<? extends com.google.analytics.data.v1beta.PivotDimensionHeaderOrBuilder>

getRowCount()

public abstract int getRowCount()

The cardinality of the pivot. The total number of rows for this pivot's fields regardless of how the parameters offset and limit are specified in the request.

int32 row_count = 2;

Returns
Type Description
int

The rowCount.