- 0.98.0 (latest)
- 0.96.0
- 0.94.0
- 0.93.0
- 0.92.0
- 0.91.0
- 0.89.0
- 0.87.0
- 0.86.0
- 0.85.0
- 0.84.0
- 0.83.0
- 0.81.0
- 0.79.0
- 0.78.0
- 0.75.0
- 0.74.0
- 0.73.0
- 0.71.0
- 0.70.0
- 0.69.0
- 0.68.0
- 0.67.0
- 0.66.0
- 0.65.0
- 0.64.0
- 0.63.0
- 0.62.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
public static final class Pivot.Builder extends GeneratedMessageV3.Builder<Pivot.Builder> implements PivotOrBuilderDescribes the visible dimension columns and rows in the report response.
Protobuf type google.analytics.data.v1beta.Pivot
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Pivot.BuilderImplements
PivotOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addAllFieldNames(Iterable<String> values)
public Pivot.Builder addAllFieldNames(Iterable<String> values)Dimension names for visible columns in the report response. Including "dateRange" produces a date range column; for each row in the response, dimension values in the date range column will indicate the corresponding date range from the request.
repeated string field_names = 1;
| Name | Description |
| values | Iterable<String>The fieldNames to add. |
| Type | Description |
| Pivot.Builder | This builder for chaining. |
addAllMetricAggregations(Iterable<? extends MetricAggregation> values)
public Pivot.Builder addAllMetricAggregations(Iterable<? extends MetricAggregation> values)Aggregate the metrics by dimensions in this pivot using the specified metric_aggregations.
repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 5;
| Name | Description |
| values | Iterable<? extends com.google.analytics.data.v1beta.MetricAggregation>The metricAggregations to add. |
| Type | Description |
| Pivot.Builder | This builder for chaining. |
addAllMetricAggregationsValue(Iterable<Integer> values)
public Pivot.Builder addAllMetricAggregationsValue(Iterable<Integer> values)Aggregate the metrics by dimensions in this pivot using the specified metric_aggregations.
repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 5;
| Name | Description |
| values | Iterable<Integer>The enum numeric values on the wire for metricAggregations to add. |
| Type | Description |
| Pivot.Builder | This builder for chaining. |
addAllOrderBys(Iterable<? extends OrderBy> values)
public Pivot.Builder addAllOrderBys(Iterable<? extends OrderBy> values)Specifies how dimensions are ordered in the pivot. In the first Pivot, the OrderBys determine Row and PivotDimensionHeader ordering; in subsequent Pivots, the OrderBys determine only PivotDimensionHeader ordering. Dimensions specified in these OrderBys must be a subset of Pivot.field_names.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 2;
| Name | Description |
| values | Iterable<? extends com.google.analytics.data.v1beta.OrderBy> |
| Type | Description |
| Pivot.Builder |
addFieldNames(String value)
public Pivot.Builder addFieldNames(String value)Dimension names for visible columns in the report response. Including "dateRange" produces a date range column; for each row in the response, dimension values in the date range column will indicate the corresponding date range from the request.
repeated string field_names = 1;
| Name | Description |
| value | StringThe fieldNames to add. |
| Type | Description |
| Pivot.Builder | This builder for chaining. |
addFieldNamesBytes(ByteString value)
public Pivot.Builder addFieldNamesBytes(ByteString value)Dimension names for visible columns in the report response. Including "dateRange" produces a date range column; for each row in the response, dimension values in the date range column will indicate the corresponding date range from the request.
repeated string field_names = 1;
| Name | Description |
| value | ByteStringThe bytes of the fieldNames to add. |
| Type | Description |
| Pivot.Builder | This builder for chaining. |
addMetricAggregations(MetricAggregation value)
public Pivot.Builder addMetricAggregations(MetricAggregation value)Aggregate the metrics by dimensions in this pivot using the specified metric_aggregations.
repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 5;
| Name | Description |
| value | MetricAggregationThe metricAggregations to add. |
| Type | Description |
| Pivot.Builder | This builder for chaining. |
addMetricAggregationsValue(int value)
public Pivot.Builder addMetricAggregationsValue(int value)Aggregate the metrics by dimensions in this pivot using the specified metric_aggregations.
repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 5;
| Name | Description |
| value | intThe enum numeric value on the wire for metricAggregations to add. |
| Type | Description |
| Pivot.Builder | This builder for chaining. |
addOrderBys(OrderBy value)
public Pivot.Builder addOrderBys(OrderBy value)Specifies how dimensions are ordered in the pivot. In the first Pivot, the OrderBys determine Row and PivotDimensionHeader ordering; in subsequent Pivots, the OrderBys determine only PivotDimensionHeader ordering. Dimensions specified in these OrderBys must be a subset of Pivot.field_names.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 2;
| Name | Description |
| value | OrderBy |
| Type | Description |
| Pivot.Builder |
addOrderBys(OrderBy.Builder builderForValue)
public Pivot.Builder addOrderBys(OrderBy.Builder builderForValue)Specifies how dimensions are ordered in the pivot. In the first Pivot, the OrderBys determine Row and PivotDimensionHeader ordering; in subsequent Pivots, the OrderBys determine only PivotDimensionHeader ordering. Dimensions specified in these OrderBys must be a subset of Pivot.field_names.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 2;
| Name | Description |
| builderForValue | OrderBy.Builder |
| Type | Description |
| Pivot.Builder |
addOrderBys(int index, OrderBy value)
public Pivot.Builder addOrderBys(int index, OrderBy value)Specifies how dimensions are ordered in the pivot. In the first Pivot, the OrderBys determine Row and PivotDimensionHeader ordering; in subsequent Pivots, the OrderBys determine only PivotDimensionHeader ordering. Dimensions specified in these OrderBys must be a subset of Pivot.field_names.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 2;
| Name | Description |
| index | int |
| value | OrderBy |
| Type | Description |
| Pivot.Builder |
addOrderBys(int index, OrderBy.Builder builderForValue)
public Pivot.Builder addOrderBys(int index, OrderBy.Builder builderForValue)Specifies how dimensions are ordered in the pivot. In the first Pivot, the OrderBys determine Row and PivotDimensionHeader ordering; in subsequent Pivots, the OrderBys determine only PivotDimensionHeader ordering. Dimensions specified in these OrderBys must be a subset of Pivot.field_names.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 2;
| Name | Description |
| index | int |
| builderForValue | OrderBy.Builder |
| Type | Description |
| Pivot.Builder |
addOrderBysBuilder()
public OrderBy.Builder addOrderBysBuilder()Specifies how dimensions are ordered in the pivot. In the first Pivot, the OrderBys determine Row and PivotDimensionHeader ordering; in subsequent Pivots, the OrderBys determine only PivotDimensionHeader ordering. Dimensions specified in these OrderBys must be a subset of Pivot.field_names.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 2;
| Type | Description |
| OrderBy.Builder |
addOrderBysBuilder(int index)
public OrderBy.Builder addOrderBysBuilder(int index)Specifies how dimensions are ordered in the pivot. In the first Pivot, the OrderBys determine Row and PivotDimensionHeader ordering; in subsequent Pivots, the OrderBys determine only PivotDimensionHeader ordering. Dimensions specified in these OrderBys must be a subset of Pivot.field_names.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 2;
| Name | Description |
| index | int |
| Type | Description |
| OrderBy.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Pivot.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Pivot.Builder |
build()
public Pivot build()| Type | Description |
| Pivot |
buildPartial()
public Pivot buildPartial()| Type | Description |
| Pivot |
clear()
public Pivot.Builder clear()| Type | Description |
| Pivot.Builder |
clearField(Descriptors.FieldDescriptor field)
public Pivot.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| Pivot.Builder |
clearFieldNames()
public Pivot.Builder clearFieldNames()Dimension names for visible columns in the report response. Including "dateRange" produces a date range column; for each row in the response, dimension values in the date range column will indicate the corresponding date range from the request.
repeated string field_names = 1;
| Type | Description |
| Pivot.Builder | This builder for chaining. |
clearLimit()
public Pivot.Builder clearLimit() The number of unique combinations of dimension values to return in this
pivot. The limit parameter is required. A limit of 10,000 is common for
single pivot requests.
The product of the limit for each pivot in a RunPivotReportRequest
must not exceed 100,000. For example, a two pivot request with limit:
1000 in each pivot will fail because the product is 1,000,000.
int64 limit = 4;
| Type | Description |
| Pivot.Builder | This builder for chaining. |
clearMetricAggregations()
public Pivot.Builder clearMetricAggregations()Aggregate the metrics by dimensions in this pivot using the specified metric_aggregations.
repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 5;
| Type | Description |
| Pivot.Builder | This builder for chaining. |
clearOffset()
public Pivot.Builder clearOffset()The row count of the start row. The first row is counted as row 0.
int64 offset = 3;
| Type | Description |
| Pivot.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Pivot.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| Pivot.Builder |
clearOrderBys()
public Pivot.Builder clearOrderBys()Specifies how dimensions are ordered in the pivot. In the first Pivot, the OrderBys determine Row and PivotDimensionHeader ordering; in subsequent Pivots, the OrderBys determine only PivotDimensionHeader ordering. Dimensions specified in these OrderBys must be a subset of Pivot.field_names.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 2;
| Type | Description |
| Pivot.Builder |
clone()
public Pivot.Builder clone()| Type | Description |
| Pivot.Builder |
getDefaultInstanceForType()
public Pivot getDefaultInstanceForType()| Type | Description |
| Pivot |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getFieldNames(int index)
public String getFieldNames(int index)Dimension names for visible columns in the report response. Including "dateRange" produces a date range column; for each row in the response, dimension values in the date range column will indicate the corresponding date range from the request.
repeated string field_names = 1;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The fieldNames at the given index. |
getFieldNamesBytes(int index)
public ByteString getFieldNamesBytes(int index)Dimension names for visible columns in the report response. Including "dateRange" produces a date range column; for each row in the response, dimension values in the date range column will indicate the corresponding date range from the request.
repeated string field_names = 1;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the fieldNames at the given index. |
getFieldNamesCount()
public int getFieldNamesCount()Dimension names for visible columns in the report response. Including "dateRange" produces a date range column; for each row in the response, dimension values in the date range column will indicate the corresponding date range from the request.
repeated string field_names = 1;
| Type | Description |
| int | The count of fieldNames. |
getFieldNamesList()
public ProtocolStringList getFieldNamesList()Dimension names for visible columns in the report response. Including "dateRange" produces a date range column; for each row in the response, dimension values in the date range column will indicate the corresponding date range from the request.
repeated string field_names = 1;
| Type | Description |
| ProtocolStringList | A list containing the fieldNames. |
getLimit()
public long getLimit() The number of unique combinations of dimension values to return in this
pivot. The limit parameter is required. A limit of 10,000 is common for
single pivot requests.
The product of the limit for each pivot in a RunPivotReportRequest
must not exceed 100,000. For example, a two pivot request with limit:
1000 in each pivot will fail because the product is 1,000,000.
int64 limit = 4;
| Type | Description |
| long | The limit. |
getMetricAggregations(int index)
public MetricAggregation getMetricAggregations(int index)Aggregate the metrics by dimensions in this pivot using the specified metric_aggregations.
repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 5;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| MetricAggregation | The metricAggregations at the given index. |
getMetricAggregationsCount()
public int getMetricAggregationsCount()Aggregate the metrics by dimensions in this pivot using the specified metric_aggregations.
repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 5;
| Type | Description |
| int | The count of metricAggregations. |
getMetricAggregationsList()
public List<MetricAggregation> getMetricAggregationsList()Aggregate the metrics by dimensions in this pivot using the specified metric_aggregations.
repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 5;
| Type | Description |
| List<MetricAggregation> | A list containing the metricAggregations. |
getMetricAggregationsValue(int index)
public int getMetricAggregationsValue(int index)Aggregate the metrics by dimensions in this pivot using the specified metric_aggregations.
repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 5;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| int | The enum numeric value on the wire of metricAggregations at the given index. |
getMetricAggregationsValueList()
public List<Integer> getMetricAggregationsValueList()Aggregate the metrics by dimensions in this pivot using the specified metric_aggregations.
repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 5;
| Type | Description |
| List<Integer> | A list containing the enum numeric values on the wire for metricAggregations. |
getOffset()
public long getOffset()The row count of the start row. The first row is counted as row 0.
int64 offset = 3;
| Type | Description |
| long | The offset. |
getOrderBys(int index)
public OrderBy getOrderBys(int index)Specifies how dimensions are ordered in the pivot. In the first Pivot, the OrderBys determine Row and PivotDimensionHeader ordering; in subsequent Pivots, the OrderBys determine only PivotDimensionHeader ordering. Dimensions specified in these OrderBys must be a subset of Pivot.field_names.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 2;
| Name | Description |
| index | int |
| Type | Description |
| OrderBy |
getOrderBysBuilder(int index)
public OrderBy.Builder getOrderBysBuilder(int index)Specifies how dimensions are ordered in the pivot. In the first Pivot, the OrderBys determine Row and PivotDimensionHeader ordering; in subsequent Pivots, the OrderBys determine only PivotDimensionHeader ordering. Dimensions specified in these OrderBys must be a subset of Pivot.field_names.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 2;
| Name | Description |
| index | int |
| Type | Description |
| OrderBy.Builder |
getOrderBysBuilderList()
public List<OrderBy.Builder> getOrderBysBuilderList()Specifies how dimensions are ordered in the pivot. In the first Pivot, the OrderBys determine Row and PivotDimensionHeader ordering; in subsequent Pivots, the OrderBys determine only PivotDimensionHeader ordering. Dimensions specified in these OrderBys must be a subset of Pivot.field_names.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 2;
| Type | Description |
| List<Builder> |
getOrderBysCount()
public int getOrderBysCount()Specifies how dimensions are ordered in the pivot. In the first Pivot, the OrderBys determine Row and PivotDimensionHeader ordering; in subsequent Pivots, the OrderBys determine only PivotDimensionHeader ordering. Dimensions specified in these OrderBys must be a subset of Pivot.field_names.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 2;
| Type | Description |
| int |
getOrderBysList()
public List<OrderBy> getOrderBysList()Specifies how dimensions are ordered in the pivot. In the first Pivot, the OrderBys determine Row and PivotDimensionHeader ordering; in subsequent Pivots, the OrderBys determine only PivotDimensionHeader ordering. Dimensions specified in these OrderBys must be a subset of Pivot.field_names.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 2;
| Type | Description |
| List<OrderBy> |
getOrderBysOrBuilder(int index)
public OrderByOrBuilder getOrderBysOrBuilder(int index)Specifies how dimensions are ordered in the pivot. In the first Pivot, the OrderBys determine Row and PivotDimensionHeader ordering; in subsequent Pivots, the OrderBys determine only PivotDimensionHeader ordering. Dimensions specified in these OrderBys must be a subset of Pivot.field_names.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 2;
| Name | Description |
| index | int |
| Type | Description |
| OrderByOrBuilder |
getOrderBysOrBuilderList()
public List<? extends OrderByOrBuilder> getOrderBysOrBuilderList()Specifies how dimensions are ordered in the pivot. In the first Pivot, the OrderBys determine Row and PivotDimensionHeader ordering; in subsequent Pivots, the OrderBys determine only PivotDimensionHeader ordering. Dimensions specified in these OrderBys must be a subset of Pivot.field_names.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 2;
| Type | Description |
| List<? extends com.google.analytics.data.v1beta.OrderByOrBuilder> |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(Pivot other)
public Pivot.Builder mergeFrom(Pivot other)| Name | Description |
| other | Pivot |
| Type | Description |
| Pivot.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Pivot.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| Pivot.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public Pivot.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| Pivot.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Pivot.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Pivot.Builder |
removeOrderBys(int index)
public Pivot.Builder removeOrderBys(int index)Specifies how dimensions are ordered in the pivot. In the first Pivot, the OrderBys determine Row and PivotDimensionHeader ordering; in subsequent Pivots, the OrderBys determine only PivotDimensionHeader ordering. Dimensions specified in these OrderBys must be a subset of Pivot.field_names.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 2;
| Name | Description |
| index | int |
| Type | Description |
| Pivot.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Pivot.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Pivot.Builder |
setFieldNames(int index, String value)
public Pivot.Builder setFieldNames(int index, String value)Dimension names for visible columns in the report response. Including "dateRange" produces a date range column; for each row in the response, dimension values in the date range column will indicate the corresponding date range from the request.
repeated string field_names = 1;
| Name | Description |
| index | intThe index to set the value at. |
| value | StringThe fieldNames to set. |
| Type | Description |
| Pivot.Builder | This builder for chaining. |
setLimit(long value)
public Pivot.Builder setLimit(long value) The number of unique combinations of dimension values to return in this
pivot. The limit parameter is required. A limit of 10,000 is common for
single pivot requests.
The product of the limit for each pivot in a RunPivotReportRequest
must not exceed 100,000. For example, a two pivot request with limit:
1000 in each pivot will fail because the product is 1,000,000.
int64 limit = 4;
| Name | Description |
| value | longThe limit to set. |
| Type | Description |
| Pivot.Builder | This builder for chaining. |
setMetricAggregations(int index, MetricAggregation value)
public Pivot.Builder setMetricAggregations(int index, MetricAggregation value)Aggregate the metrics by dimensions in this pivot using the specified metric_aggregations.
repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 5;
| Name | Description |
| index | intThe index to set the value at. |
| value | MetricAggregationThe metricAggregations to set. |
| Type | Description |
| Pivot.Builder | This builder for chaining. |
setMetricAggregationsValue(int index, int value)
public Pivot.Builder setMetricAggregationsValue(int index, int value)Aggregate the metrics by dimensions in this pivot using the specified metric_aggregations.
repeated .google.analytics.data.v1beta.MetricAggregation metric_aggregations = 5;
| Name | Description |
| index | intThe index to set the value at. |
| value | intThe enum numeric value on the wire for metricAggregations to set. |
| Type | Description |
| Pivot.Builder | This builder for chaining. |
setOffset(long value)
public Pivot.Builder setOffset(long value)The row count of the start row. The first row is counted as row 0.
int64 offset = 3;
| Name | Description |
| value | longThe offset to set. |
| Type | Description |
| Pivot.Builder | This builder for chaining. |
setOrderBys(int index, OrderBy value)
public Pivot.Builder setOrderBys(int index, OrderBy value)Specifies how dimensions are ordered in the pivot. In the first Pivot, the OrderBys determine Row and PivotDimensionHeader ordering; in subsequent Pivots, the OrderBys determine only PivotDimensionHeader ordering. Dimensions specified in these OrderBys must be a subset of Pivot.field_names.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 2;
| Name | Description |
| index | int |
| value | OrderBy |
| Type | Description |
| Pivot.Builder |
setOrderBys(int index, OrderBy.Builder builderForValue)
public Pivot.Builder setOrderBys(int index, OrderBy.Builder builderForValue)Specifies how dimensions are ordered in the pivot. In the first Pivot, the OrderBys determine Row and PivotDimensionHeader ordering; in subsequent Pivots, the OrderBys determine only PivotDimensionHeader ordering. Dimensions specified in these OrderBys must be a subset of Pivot.field_names.
repeated .google.analytics.data.v1beta.OrderBy order_bys = 2;
| Name | Description |
| index | int |
| builderForValue | OrderBy.Builder |
| Type | Description |
| Pivot.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Pivot.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| Pivot.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Pivot.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Pivot.Builder |