Uses of Class
com.google.cloud.notebooks.v1beta1.ContainerImage
-
Packages that use ContainerImage Package Description com.google.cloud.notebooks.v1beta1 A client to Notebooks API -
-
Uses of ContainerImage in com.google.cloud.notebooks.v1beta1
Methods in com.google.cloud.notebooks.v1beta1 that return ContainerImage Modifier and Type Method Description ContainerImage
ContainerImage.Builder. build()
ContainerImage
ContainerImage.Builder. buildPartial()
ContainerImage
Environment.Builder. getContainerImage()
Use a container image to start the notebook instance.ContainerImage
Environment. getContainerImage()
Use a container image to start the notebook instance.ContainerImage
EnvironmentOrBuilder. getContainerImage()
Use a container image to start the notebook instance.ContainerImage
Instance.Builder. getContainerImage()
Use a container image to start the notebook instance.ContainerImage
Instance. getContainerImage()
Use a container image to start the notebook instance.ContainerImage
InstanceOrBuilder. getContainerImage()
Use a container image to start the notebook instance.static ContainerImage
ContainerImage. getDefaultInstance()
ContainerImage
ContainerImage.Builder. getDefaultInstanceForType()
ContainerImage
ContainerImage. getDefaultInstanceForType()
static ContainerImage
ContainerImage. parseDelimitedFrom(InputStream input)
static ContainerImage
ContainerImage. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContainerImage
ContainerImage. parseFrom(byte[] data)
static ContainerImage
ContainerImage. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContainerImage
ContainerImage. parseFrom(com.google.protobuf.ByteString data)
static ContainerImage
ContainerImage. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContainerImage
ContainerImage. parseFrom(com.google.protobuf.CodedInputStream input)
static ContainerImage
ContainerImage. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContainerImage
ContainerImage. parseFrom(InputStream input)
static ContainerImage
ContainerImage. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContainerImage
ContainerImage. parseFrom(ByteBuffer data)
static ContainerImage
ContainerImage. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.notebooks.v1beta1 that return types with arguments of type ContainerImage Modifier and Type Method Description com.google.protobuf.Parser<ContainerImage>
ContainerImage. getParserForType()
static com.google.protobuf.Parser<ContainerImage>
ContainerImage. parser()
Methods in com.google.cloud.notebooks.v1beta1 with parameters of type ContainerImage Modifier and Type Method Description Environment.Builder
Environment.Builder. mergeContainerImage(ContainerImage value)
Use a container image to start the notebook instance.Instance.Builder
Instance.Builder. mergeContainerImage(ContainerImage value)
Use a container image to start the notebook instance.ContainerImage.Builder
ContainerImage.Builder. mergeFrom(ContainerImage other)
static ContainerImage.Builder
ContainerImage. newBuilder(ContainerImage prototype)
Environment.Builder
Environment.Builder. setContainerImage(ContainerImage value)
Use a container image to start the notebook instance.Instance.Builder
Instance.Builder. setContainerImage(ContainerImage value)
Use a container image to start the notebook instance.
-