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 ContainerImageContainerImage.Builder. build()ContainerImageContainerImage.Builder. buildPartial()ContainerImageEnvironment.Builder. getContainerImage()Use a container image to start the notebook instance.ContainerImageEnvironment. getContainerImage()Use a container image to start the notebook instance.ContainerImageEnvironmentOrBuilder. getContainerImage()Use a container image to start the notebook instance.ContainerImageInstance.Builder. getContainerImage()Use a container image to start the notebook instance.ContainerImageInstance. getContainerImage()Use a container image to start the notebook instance.ContainerImageInstanceOrBuilder. getContainerImage()Use a container image to start the notebook instance.static ContainerImageContainerImage. getDefaultInstance()ContainerImageContainerImage.Builder. getDefaultInstanceForType()ContainerImageContainerImage. getDefaultInstanceForType()static ContainerImageContainerImage. parseDelimitedFrom(InputStream input)static ContainerImageContainerImage. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContainerImageContainerImage. parseFrom(byte[] data)static ContainerImageContainerImage. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContainerImageContainerImage. parseFrom(com.google.protobuf.ByteString data)static ContainerImageContainerImage. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContainerImageContainerImage. parseFrom(com.google.protobuf.CodedInputStream input)static ContainerImageContainerImage. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContainerImageContainerImage. parseFrom(InputStream input)static ContainerImageContainerImage. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContainerImageContainerImage. parseFrom(ByteBuffer data)static ContainerImageContainerImage. 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.BuilderEnvironment.Builder. mergeContainerImage(ContainerImage value)Use a container image to start the notebook instance.Instance.BuilderInstance.Builder. mergeContainerImage(ContainerImage value)Use a container image to start the notebook instance.ContainerImage.BuilderContainerImage.Builder. mergeFrom(ContainerImage other)static ContainerImage.BuilderContainerImage. newBuilder(ContainerImage prototype)Environment.BuilderEnvironment.Builder. setContainerImage(ContainerImage value)Use a container image to start the notebook instance.Instance.BuilderInstance.Builder. setContainerImage(ContainerImage value)Use a container image to start the notebook instance.
-