Uses of Class
com.google.cloud.metastore.v1beta.Secret.ValueCase
-
Packages that use Secret.ValueCase Package Description com.google.cloud.metastore.v1beta A client to Dataproc Metastore API -
-
Uses of Secret.ValueCase in com.google.cloud.metastore.v1beta
Methods in com.google.cloud.metastore.v1beta that return Secret.ValueCase Modifier and Type Method Description static Secret.ValueCase
Secret.ValueCase. forNumber(int value)
Secret.ValueCase
Secret.Builder. getValueCase()
Secret.ValueCase
Secret. getValueCase()
Secret.ValueCase
SecretOrBuilder. getValueCase()
static Secret.ValueCase
Secret.ValueCase. valueOf(int value)
Deprecated.static Secret.ValueCase
Secret.ValueCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Secret.ValueCase[]
Secret.ValueCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-