Package com.google.cloud.bigquery
Class BigtableOptions
- java.lang.Object
-
- com.google.cloud.bigquery.FormatOptions
-
- com.google.cloud.bigquery.BigtableOptions
-
- All Implemented Interfaces:
Serializable
public class BigtableOptions extends FormatOptions
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BigtableOptions.Builder
A builder forBigtableOptions
objects.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
List<BigtableColumnFamily>
getColumnFamilies()
Boolean
getIgnoreUnspecifiedColumnFamilies()
Boolean
getReadRowkeyAsString()
int
hashCode()
static BigtableOptions.Builder
newBuilder()
Returns a builder for aBigtableOptions
object.BigtableOptions.Builder
toBuilder()
Returns a builder for theBigtableOptions
object.String
toString()
-
Methods inherited from class com.google.cloud.bigquery.FormatOptions
avro, bigtable, csv, datastoreBackup, getType, googleSheets, iceberg, json, of, orc, parquet
-
-
-
-
Method Detail
-
getIgnoreUnspecifiedColumnFamilies
public Boolean getIgnoreUnspecifiedColumnFamilies()
-
getReadRowkeyAsString
public Boolean getReadRowkeyAsString()
-
getColumnFamilies
public List<BigtableColumnFamily> getColumnFamilies()
-
toBuilder
public BigtableOptions.Builder toBuilder()
Returns a builder for theBigtableOptions
object.
-
toString
public String toString()
- Overrides:
toString
in classFormatOptions
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classFormatOptions
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classFormatOptions
-
newBuilder
public static BigtableOptions.Builder newBuilder()
Returns a builder for aBigtableOptions
object.
-
-