Package com.google.cloud.bigquery
Class DatastoreBackupOptions
- java.lang.Object
-
- com.google.cloud.bigquery.FormatOptions
-
- com.google.cloud.bigquery.DatastoreBackupOptions
-
- All Implemented Interfaces:
Serializable
public final class DatastoreBackupOptions extends FormatOptions
Google BigQuery options for Cloud Datastore backup.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDatastoreBackupOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)List<String>getProjectionFields()Returns the value of which entity properties to load into BigQuery from a Cloud Datastore backup.inthashCode()static DatastoreBackupOptions.BuildernewBuilder()Returns a builder for aDatastoreBackupOptionsobject.DatastoreBackupOptions.BuildertoBuilder()Returns a builder for theDatastoreBackupOptionsobject.StringtoString()-
Methods inherited from class com.google.cloud.bigquery.FormatOptions
avro, bigtable, csv, datastoreBackup, getType, googleSheets, iceberg, json, of, orc, parquet
-
-
-
-
Method Detail
-
getProjectionFields
public List<String> getProjectionFields()
Returns the value of which entity properties to load into BigQuery from a Cloud Datastore backup.
-
toBuilder
public DatastoreBackupOptions.Builder toBuilder()
Returns a builder for theDatastoreBackupOptionsobject.
-
newBuilder
public static DatastoreBackupOptions.Builder newBuilder()
Returns a builder for aDatastoreBackupOptionsobject.
-
toString
public String toString()
- Overrides:
toStringin classFormatOptions
-
hashCode
public int hashCode()
- Overrides:
hashCodein classFormatOptions
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classFormatOptions
-
-