Uses of Interface
com.google.cloud.notebooks.v1.VmImageOrBuilder
-
Packages that use VmImageOrBuilder Package Description com.google.cloud.notebooks.v1 A client to Notebooks API -
-
Uses of VmImageOrBuilder in com.google.cloud.notebooks.v1
Classes in com.google.cloud.notebooks.v1 that implement VmImageOrBuilder Modifier and Type Class Description class
VmImage
Definition of a custom Compute Engine virtual machine image for starting a notebook instance with the environment installed directly on the VM.static class
VmImage.Builder
Definition of a custom Compute Engine virtual machine image for starting a notebook instance with the environment installed directly on the VM.Methods in com.google.cloud.notebooks.v1 that return VmImageOrBuilder Modifier and Type Method Description VmImageOrBuilder
Environment.Builder. getVmImageOrBuilder()
Use a Compute Engine VM image to start the notebook instance.VmImageOrBuilder
Environment. getVmImageOrBuilder()
Use a Compute Engine VM image to start the notebook instance.VmImageOrBuilder
EnvironmentOrBuilder. getVmImageOrBuilder()
Use a Compute Engine VM image to start the notebook instance.VmImageOrBuilder
Instance.Builder. getVmImageOrBuilder()
Use a Compute Engine VM image to start the notebook instance.VmImageOrBuilder
Instance. getVmImageOrBuilder()
Use a Compute Engine VM image to start the notebook instance.VmImageOrBuilder
InstanceOrBuilder. getVmImageOrBuilder()
Use a Compute Engine VM image to start the notebook instance.
-