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.SystemSpecCaseColumnSchema.SystemSpecCase. forNumber(int value)ColumnSchema.SystemSpecCaseColumnSchema.Builder. getSystemSpecCase()ColumnSchema.SystemSpecCaseColumnSchema. getSystemSpecCase()ColumnSchema.SystemSpecCaseColumnSchemaOrBuilder. getSystemSpecCase()static ColumnSchema.SystemSpecCaseColumnSchema.SystemSpecCase. valueOf(int value)Deprecated.static ColumnSchema.SystemSpecCaseColumnSchema.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.
-