| Modifier and Type | Method and Description |
|---|---|
ContainerImage |
ContainerImage.Builder.build() |
ContainerImage |
ContainerImage.Builder.buildPartial() |
ContainerImage |
EnvironmentOrBuilder.getContainerImage()
Use a container image to start the notebook instance.
|
ContainerImage |
InstanceOrBuilder.getContainerImage()
Use a container image to start the notebook instance.
|
ContainerImage |
Instance.getContainerImage()
Use a container image to start the notebook instance.
|
ContainerImage |
Instance.Builder.getContainerImage()
Use a container image to start the notebook instance.
|
ContainerImage |
Environment.getContainerImage()
Use a container image to start the notebook instance.
|
ContainerImage |
Environment.Builder.getContainerImage()
Use a container image to start the notebook instance.
|
static ContainerImage |
ContainerImage.getDefaultInstance() |
ContainerImage |
ContainerImage.getDefaultInstanceForType() |
ContainerImage |
ContainerImage.Builder.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(ByteBuffer data) |
static ContainerImage |
ContainerImage.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ContainerImage> |
ContainerImage.getParserForType() |
static com.google.protobuf.Parser<ContainerImage> |
ContainerImage.parser() |
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.mergeContainerImage(ContainerImage value)
Use a container image to start the notebook instance.
|
Environment.Builder |
Environment.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) |
Instance.Builder |
Instance.Builder.setContainerImage(ContainerImage value)
Use a container image to start the notebook instance.
|
Environment.Builder |
Environment.Builder.setContainerImage(ContainerImage value)
Use a container image to start the notebook instance.
|
Copyright © 2024 Google LLC. All rights reserved.