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