This repository was archived by the owner on Mar 23, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
google-cloud-bigquery/src/main/java/com/google/cloud/bigquery Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,20 +58,21 @@ public abstract static class Builder
5858 public abstract Builder setType (Type type );
5959
6060 /**
61- * Sets the time partitioning configuration for the materialized view. If not set, the materialized view is not
62- * time-partitioned.
61+ * Sets the time partitioning configuration for the materialized view. If not set, the
62+ * materialized view is not time-partitioned.
6363 */
6464 public abstract Builder setTimePartitioning (TimePartitioning timePartitioning );
6565
6666 /**
67- * Sets the range partitioning configuration for the materialized view. Only one of timePartitioning and
68- * rangePartitioning should be specified.
67+ * Sets the range partitioning configuration for the materialized view. Only one of
68+ * timePartitioning and rangePartitioning should be specified.
6969 */
7070 public abstract Builder setRangePartitioning (RangePartitioning rangePartitioning );
7171
7272 /**
73- * Set the clustering configuration for the materialized view. If not set, the materialized view is not clustered.
74- * BigQuery supports clustering for both partitioned and non-partitioned materialized views.
73+ * Set the clustering configuration for the materialized view. If not set, the materialized view
74+ * is not clustered. BigQuery supports clustering for both partitioned and non-partitioned
75+ * materialized views.
7576 */
7677 public abstract Builder setClustering (Clustering clustering );
7778
You can’t perform that action at this time.
0 commit comments