Interface PivotHeaderOrBuilder (0.43.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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
int

The rowCount.