Uses of Class
com.google.cloud.notebooks.v1beta1.Instance.EnvironmentCase
-
Packages that use Instance.EnvironmentCase Package Description com.google.cloud.notebooks.v1beta1 A client to Notebooks API -
-
Uses of Instance.EnvironmentCase in com.google.cloud.notebooks.v1beta1
Methods in com.google.cloud.notebooks.v1beta1 that return Instance.EnvironmentCase Modifier and Type Method Description static Instance.EnvironmentCase
Instance.EnvironmentCase. forNumber(int value)
Instance.EnvironmentCase
Instance.Builder. getEnvironmentCase()
Instance.EnvironmentCase
Instance. getEnvironmentCase()
Instance.EnvironmentCase
InstanceOrBuilder. getEnvironmentCase()
static Instance.EnvironmentCase
Instance.EnvironmentCase. valueOf(int value)
Deprecated.static Instance.EnvironmentCase
Instance.EnvironmentCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Instance.EnvironmentCase[]
Instance.EnvironmentCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-