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.DestinationCaseTransferConfig.DestinationCase. forNumber(int value)TransferConfig.DestinationCaseTransferConfig.Builder. getDestinationCase()TransferConfig.DestinationCaseTransferConfig. getDestinationCase()TransferConfig.DestinationCaseTransferConfigOrBuilder. getDestinationCase()static TransferConfig.DestinationCaseTransferConfig.DestinationCase. valueOf(int value)Deprecated.static TransferConfig.DestinationCaseTransferConfig.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.
-