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