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