Uses of Class
com.google.cloud.bigquery.datatransfer.v1.TransferConfig.DestinationCase
-
Packages that use TransferConfig.DestinationCase Package Description com.google.cloud.bigquery.datatransfer.v1 A client to BigQuery Data Transfer API -
-
Uses of TransferConfig.DestinationCase in com.google.cloud.bigquery.datatransfer.v1
Methods in com.google.cloud.bigquery.datatransfer.v1 that return TransferConfig.DestinationCase Modifier and Type Method Description static TransferConfig.DestinationCase
TransferConfig.DestinationCase. forNumber(int value)
TransferConfig.DestinationCase
TransferConfig.Builder. getDestinationCase()
TransferConfig.DestinationCase
TransferConfig. getDestinationCase()
TransferConfig.DestinationCase
TransferConfigOrBuilder. getDestinationCase()
static TransferConfig.DestinationCase
TransferConfig.DestinationCase. valueOf(int value)
Deprecated.static TransferConfig.DestinationCase
TransferConfig.DestinationCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static TransferConfig.DestinationCase[]
TransferConfig.DestinationCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-