| Modifier and Type | Method and Description |
|---|---|
Environment.Builder |
ListEnvironmentsResponse.Builder.addEnvironmentsBuilder()
A list of returned environments.
|
Environment.Builder |
ListEnvironmentsResponse.Builder.addEnvironmentsBuilder(int index)
A list of returned environments.
|
Environment.Builder |
Environment.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Environment.Builder |
Environment.Builder.clear() |
Environment.Builder |
Environment.Builder.clearContainerImage()
Use a container image to start the notebook instance.
|
Environment.Builder |
Environment.Builder.clearCreateTime()
Output only.
|
Environment.Builder |
Environment.Builder.clearDescription()
A brief description of this environment.
|
Environment.Builder |
Environment.Builder.clearDisplayName()
Display name of this environment for the UI.
|
Environment.Builder |
Environment.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Environment.Builder |
Environment.Builder.clearImageType() |
Environment.Builder |
Environment.Builder.clearName()
Output only.
|
Environment.Builder |
Environment.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Environment.Builder |
Environment.Builder.clearPostStartupScript()
Path to a Bash script that automatically runs after a notebook instance
fully boots up.
|
Environment.Builder |
Environment.Builder.clearVmImage()
Use a Compute Engine VM image to start the notebook instance.
|
Environment.Builder |
Environment.Builder.clone() |
Environment.Builder |
CreateEnvironmentRequest.Builder.getEnvironmentBuilder()
Required.
|
Environment.Builder |
ListEnvironmentsResponse.Builder.getEnvironmentsBuilder(int index)
A list of returned environments.
|
Environment.Builder |
Environment.Builder.mergeContainerImage(ContainerImage value)
Use a container image to start the notebook instance.
|
Environment.Builder |
Environment.Builder.mergeCreateTime(com.google.protobuf.Timestamp value)
Output only.
|
Environment.Builder |
Environment.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Environment.Builder |
Environment.Builder.mergeFrom(Environment other) |
Environment.Builder |
Environment.Builder.mergeFrom(com.google.protobuf.Message other) |
Environment.Builder |
Environment.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Environment.Builder |
Environment.Builder.mergeVmImage(VmImage value)
Use a Compute Engine VM image to start the notebook instance.
|
static Environment.Builder |
Environment.newBuilder() |
static Environment.Builder |
Environment.newBuilder(Environment prototype) |
Environment.Builder |
Environment.newBuilderForType() |
protected Environment.Builder |
Environment.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Environment.Builder |
Environment.Builder.setContainerImage(ContainerImage.Builder builderForValue)
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.
|
Environment.Builder |
Environment.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
Environment.Builder |
Environment.Builder.setCreateTime(com.google.protobuf.Timestamp value)
Output only.
|
Environment.Builder |
Environment.Builder.setDescription(String value)
A brief description of this environment.
|
Environment.Builder |
Environment.Builder.setDescriptionBytes(com.google.protobuf.ByteString value)
A brief description of this environment.
|
Environment.Builder |
Environment.Builder.setDisplayName(String value)
Display name of this environment for the UI.
|
Environment.Builder |
Environment.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value)
Display name of this environment for the UI.
|
Environment.Builder |
Environment.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Environment.Builder |
Environment.Builder.setName(String value)
Output only.
|
Environment.Builder |
Environment.Builder.setNameBytes(com.google.protobuf.ByteString value)
Output only.
|
Environment.Builder |
Environment.Builder.setPostStartupScript(String value)
Path to a Bash script that automatically runs after a notebook instance
fully boots up.
|
Environment.Builder |
Environment.Builder.setPostStartupScriptBytes(com.google.protobuf.ByteString value)
Path to a Bash script that automatically runs after a notebook instance
fully boots up.
|
Environment.Builder |
Environment.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Environment.Builder |
Environment.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Environment.Builder |
Environment.Builder.setVmImage(VmImage.Builder builderForValue)
Use a Compute Engine VM image to start the notebook instance.
|
Environment.Builder |
Environment.Builder.setVmImage(VmImage value)
Use a Compute Engine VM image to start the notebook instance.
|
Environment.Builder |
Environment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Environment.Builder> |
ListEnvironmentsResponse.Builder.getEnvironmentsBuilderList()
A list of returned environments.
|
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentsResponse.Builder |
ListEnvironmentsResponse.Builder.addEnvironments(Environment.Builder builderForValue)
A list of returned environments.
|
ListEnvironmentsResponse.Builder |
ListEnvironmentsResponse.Builder.addEnvironments(int index,
Environment.Builder builderForValue)
A list of returned environments.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.setEnvironment(Environment.Builder builderForValue)
Required.
|
ListEnvironmentsResponse.Builder |
ListEnvironmentsResponse.Builder.setEnvironments(int index,
Environment.Builder builderForValue)
A list of returned environments.
|
Copyright © 2024 Google LLC. All rights reserved.