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