Uses of Class
com.google.cloud.datacatalog.v1.BigQueryConnectionSpec.ConnectionSpecCase
-
Packages that use BigQueryConnectionSpec.ConnectionSpecCase Package Description com.google.cloud.datacatalog.v1 A client to Google Cloud Data Catalog API -
-
Uses of BigQueryConnectionSpec.ConnectionSpecCase in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return BigQueryConnectionSpec.ConnectionSpecCase Modifier and Type Method Description static BigQueryConnectionSpec.ConnectionSpecCase
BigQueryConnectionSpec.ConnectionSpecCase. forNumber(int value)
BigQueryConnectionSpec.ConnectionSpecCase
BigQueryConnectionSpec.Builder. getConnectionSpecCase()
BigQueryConnectionSpec.ConnectionSpecCase
BigQueryConnectionSpec. getConnectionSpecCase()
BigQueryConnectionSpec.ConnectionSpecCase
BigQueryConnectionSpecOrBuilder. getConnectionSpecCase()
static BigQueryConnectionSpec.ConnectionSpecCase
BigQueryConnectionSpec.ConnectionSpecCase. valueOf(int value)
Deprecated.static BigQueryConnectionSpec.ConnectionSpecCase
BigQueryConnectionSpec.ConnectionSpecCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static BigQueryConnectionSpec.ConnectionSpecCase[]
BigQueryConnectionSpec.ConnectionSpecCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-