Package com.google.cloud.bigquery
Class Clustering
- java.lang.Object
-
- com.google.cloud.bigquery.Clustering
-
- All Implemented Interfaces:
Serializable
public abstract class Clustering extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Clustering.Builder
-
Constructor Summary
Constructors Constructor Description Clustering()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description List<String>
getFields()
static Clustering.Builder
newBuilder()
abstract Clustering.Builder
toBuilder()
-
-
-
Method Detail
-
toBuilder
public abstract Clustering.Builder toBuilder()
-
newBuilder
public static Clustering.Builder newBuilder()
-
-