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