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