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