public static final class PivotHeader.Builder extends GeneratedMessageV3.Builder<PivotHeader.Builder> implements PivotHeaderOrBuilder
Dimensions' values in a single pivot.
Protobuf type google.analytics.data.v1beta.PivotHeader
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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()
Methods
public PivotHeader.Builder addAllPivotDimensionHeaders(Iterable<? extends PivotDimensionHeader> values)
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 |
values |
Iterable<? extends com.google.analytics.data.v1beta.PivotDimensionHeader>
|
public PivotHeader.Builder addPivotDimensionHeaders(PivotDimensionHeader value)
The size is the same as the cardinality of the corresponding dimension
combinations.
repeated .google.analytics.data.v1beta.PivotDimensionHeader pivot_dimension_headers = 1;
public PivotHeader.Builder addPivotDimensionHeaders(PivotDimensionHeader.Builder builderForValue)
The size is the same as the cardinality of the corresponding dimension
combinations.
repeated .google.analytics.data.v1beta.PivotDimensionHeader pivot_dimension_headers = 1;
public PivotHeader.Builder addPivotDimensionHeaders(int index, PivotDimensionHeader value)
The size is the same as the cardinality of the corresponding dimension
combinations.
repeated .google.analytics.data.v1beta.PivotDimensionHeader pivot_dimension_headers = 1;
public PivotHeader.Builder addPivotDimensionHeaders(int index, PivotDimensionHeader.Builder builderForValue)
The size is the same as the cardinality of the corresponding dimension
combinations.
repeated .google.analytics.data.v1beta.PivotDimensionHeader pivot_dimension_headers = 1;
public PivotDimensionHeader.Builder addPivotDimensionHeadersBuilder()
The size is the same as the cardinality of the corresponding dimension
combinations.
repeated .google.analytics.data.v1beta.PivotDimensionHeader pivot_dimension_headers = 1;
public PivotDimensionHeader.Builder addPivotDimensionHeadersBuilder(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
|
public PivotHeader.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public PivotHeader build()
public PivotHeader buildPartial()
public PivotHeader.Builder clear()
Overrides
public PivotHeader.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public PivotHeader.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public PivotHeader.Builder clearPivotDimensionHeaders()
The size is the same as the cardinality of the corresponding dimension
combinations.
repeated .google.analytics.data.v1beta.PivotDimensionHeader pivot_dimension_headers = 1;
public PivotHeader.Builder clearRowCount()
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;
public PivotHeader.Builder clone()
Overrides
public PivotHeader getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public 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
|
public PivotDimensionHeader.Builder getPivotDimensionHeadersBuilder(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
|
public List<PivotDimensionHeader.Builder> getPivotDimensionHeadersBuilderList()
The size is the same as the cardinality of the corresponding dimension
combinations.
repeated .google.analytics.data.v1beta.PivotDimensionHeader pivot_dimension_headers = 1;
public 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 |
|
public 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;
public 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
|
public 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> |
|
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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public PivotHeader.Builder mergeFrom(PivotHeader other)
public PivotHeader.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public PivotHeader.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final PivotHeader.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public PivotHeader.Builder removePivotDimensionHeaders(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
|
public PivotHeader.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public PivotHeader.Builder setPivotDimensionHeaders(int index, PivotDimensionHeader value)
The size is the same as the cardinality of the corresponding dimension
combinations.
repeated .google.analytics.data.v1beta.PivotDimensionHeader pivot_dimension_headers = 1;
public PivotHeader.Builder setPivotDimensionHeaders(int index, PivotDimensionHeader.Builder builderForValue)
The size is the same as the cardinality of the corresponding dimension
combinations.
repeated .google.analytics.data.v1beta.PivotDimensionHeader pivot_dimension_headers = 1;
public PivotHeader.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public PivotHeader.Builder setRowCount(int value)
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;
Parameter |
Name |
Description |
value |
int
The rowCount to set.
|
public final PivotHeader.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides