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.DestinationCaseTransferRun.DestinationCase. forNumber(int value)TransferRun.DestinationCaseTransferRun.Builder. getDestinationCase()TransferRun.DestinationCaseTransferRun. getDestinationCase()TransferRun.DestinationCaseTransferRunOrBuilder. getDestinationCase()static TransferRun.DestinationCaseTransferRun.DestinationCase. valueOf(int value)Deprecated.static TransferRun.DestinationCaseTransferRun.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.
-