public interface EnvironmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ContainerImage |
getContainerImage()
Use a container image to start the notebook instance.
|
ContainerImageOrBuilder |
getContainerImageOrBuilder()
Use a container image to start the notebook instance.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDescription()
A brief description of this environment.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
A brief description of this environment.
|
String |
getDisplayName()
Display name of this environment for the UI.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Display name of this environment for the UI.
|
Environment.ImageTypeCase |
getImageTypeCase() |
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
String |
getPostStartupScript()
Path to a Bash script that automatically runs after a notebook instance
fully boots up.
|
com.google.protobuf.ByteString |
getPostStartupScriptBytes()
Path to a Bash script that automatically runs after a notebook instance
fully boots up.
|
VmImage |
getVmImage()
Use a Compute Engine VM image to start the notebook instance.
|
VmImageOrBuilder |
getVmImageOrBuilder()
Use a Compute Engine VM image to start the notebook instance.
|
boolean |
hasContainerImage()
Use a container image to start the notebook instance.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasVmImage()
Use a Compute Engine VM image to start the notebook instance.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only. Name of this environment.
Format:
`projects/{project_id}/locations/{location}/environments/{environment_id}`
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNameBytes()
Output only. Name of this environment.
Format:
`projects/{project_id}/locations/{location}/environments/{environment_id}`
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getDisplayName()
Display name of this environment for the UI.
string display_name = 2;com.google.protobuf.ByteString getDisplayNameBytes()
Display name of this environment for the UI.
string display_name = 2;String getDescription()
A brief description of this environment.
string description = 3;com.google.protobuf.ByteString getDescriptionBytes()
A brief description of this environment.
string description = 3;boolean hasVmImage()
Use a Compute Engine VM image to start the notebook instance.
.google.cloud.notebooks.v1beta1.VmImage vm_image = 6;VmImage getVmImage()
Use a Compute Engine VM image to start the notebook instance.
.google.cloud.notebooks.v1beta1.VmImage vm_image = 6;VmImageOrBuilder getVmImageOrBuilder()
Use a Compute Engine VM image to start the notebook instance.
.google.cloud.notebooks.v1beta1.VmImage vm_image = 6;boolean hasContainerImage()
Use a container image to start the notebook instance.
.google.cloud.notebooks.v1beta1.ContainerImage container_image = 7;ContainerImage getContainerImage()
Use a container image to start the notebook instance.
.google.cloud.notebooks.v1beta1.ContainerImage container_image = 7;ContainerImageOrBuilder getContainerImageOrBuilder()
Use a container image to start the notebook instance.
.google.cloud.notebooks.v1beta1.ContainerImage container_image = 7;String getPostStartupScript()
Path to a Bash script that automatically runs after a notebook instance fully boots up. The path must be a URL or Cloud Storage path. Example: `"gs://path-to-file/file-name"`
string post_startup_script = 8;com.google.protobuf.ByteString getPostStartupScriptBytes()
Path to a Bash script that automatically runs after a notebook instance fully boots up. The path must be a URL or Cloud Storage path. Example: `"gs://path-to-file/file-name"`
string post_startup_script = 8;boolean hasCreateTime()
Output only. The time at which this environment was created.
.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. The time at which this environment was created.
.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time at which this environment was created.
.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Environment.ImageTypeCase getImageTypeCase()
Copyright © 2024 Google LLC. All rights reserved.