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