Uses of Class
com.google.cloud.bigquery.datatransfer.v1.WriteDisposition
-
Packages that use WriteDisposition Package Description com.google.cloud.bigquery.datatransfer.v1 A client to BigQuery Data Transfer API -
-
Uses of WriteDisposition in com.google.cloud.bigquery.datatransfer.v1
Methods in com.google.cloud.bigquery.datatransfer.v1 that return WriteDisposition Modifier and Type Method Description static WriteDisposition
WriteDisposition. forNumber(int value)
WriteDisposition
ImportedDataInfo.Builder. getWriteDisposition()
Specifies the action if the destination table already exists.WriteDisposition
ImportedDataInfo. getWriteDisposition()
Specifies the action if the destination table already exists.WriteDisposition
ImportedDataInfoOrBuilder. getWriteDisposition()
Specifies the action if the destination table already exists.static WriteDisposition
WriteDisposition. valueOf(int value)
Deprecated.static WriteDisposition
WriteDisposition. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static WriteDisposition
WriteDisposition. valueOf(String name)
Returns the enum constant of this type with the specified name.static WriteDisposition[]
WriteDisposition. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.bigquery.datatransfer.v1 that return types with arguments of type WriteDisposition Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<WriteDisposition>
WriteDisposition. internalGetValueMap()
Methods in com.google.cloud.bigquery.datatransfer.v1 with parameters of type WriteDisposition Modifier and Type Method Description ImportedDataInfo.Builder
ImportedDataInfo.Builder. setWriteDisposition(WriteDisposition value)
Specifies the action if the destination table already exists.
-