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 WriteDispositionWriteDisposition. forNumber(int value)WriteDispositionImportedDataInfo.Builder. getWriteDisposition()Specifies the action if the destination table already exists.WriteDispositionImportedDataInfo. getWriteDisposition()Specifies the action if the destination table already exists.WriteDispositionImportedDataInfoOrBuilder. getWriteDisposition()Specifies the action if the destination table already exists.static WriteDispositionWriteDisposition. valueOf(int value)Deprecated.static WriteDispositionWriteDisposition. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static WriteDispositionWriteDisposition. 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.BuilderImportedDataInfo.Builder. setWriteDisposition(WriteDisposition value)Specifies the action if the destination table already exists.
-