Uses of Class
com.google.cloud.datastream.v1.BigQueryDestinationConfig.DatasetConfigCase
-
Packages that use BigQueryDestinationConfig.DatasetConfigCase Package Description com.google.cloud.datastream.v1 A client to Datastream API -
-
Uses of BigQueryDestinationConfig.DatasetConfigCase in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return BigQueryDestinationConfig.DatasetConfigCase Modifier and Type Method Description static BigQueryDestinationConfig.DatasetConfigCase
BigQueryDestinationConfig.DatasetConfigCase. forNumber(int value)
BigQueryDestinationConfig.DatasetConfigCase
BigQueryDestinationConfig.Builder. getDatasetConfigCase()
BigQueryDestinationConfig.DatasetConfigCase
BigQueryDestinationConfig. getDatasetConfigCase()
BigQueryDestinationConfig.DatasetConfigCase
BigQueryDestinationConfigOrBuilder. getDatasetConfigCase()
static BigQueryDestinationConfig.DatasetConfigCase
BigQueryDestinationConfig.DatasetConfigCase. valueOf(int value)
Deprecated.static BigQueryDestinationConfig.DatasetConfigCase
BigQueryDestinationConfig.DatasetConfigCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static BigQueryDestinationConfig.DatasetConfigCase[]
BigQueryDestinationConfig.DatasetConfigCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-