Uses of Class
com.google.cloud.notebooks.v1.VmImage.ImageCase
-
Packages that use VmImage.ImageCase Package Description com.google.cloud.notebooks.v1 A client to Notebooks API -
-
Uses of VmImage.ImageCase in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return VmImage.ImageCase Modifier and Type Method Description static VmImage.ImageCaseVmImage.ImageCase. forNumber(int value)VmImage.ImageCaseVmImage.Builder. getImageCase()VmImage.ImageCaseVmImage. getImageCase()VmImage.ImageCaseVmImageOrBuilder. getImageCase()static VmImage.ImageCaseVmImage.ImageCase. valueOf(int value)Deprecated.static VmImage.ImageCaseVmImage.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.
-