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