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