public interface ColabImageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Output only.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Output only.
|
String |
getReleaseName()
Optional.
|
com.google.protobuf.ByteString |
getReleaseNameBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getReleaseName()
Optional. The release name of the NotebookRuntime Colab image, e.g. "py310". If not specified, detault to the latest release.
string release_name = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getReleaseNameBytes()
Optional. The release name of the NotebookRuntime Colab image, e.g. "py310". If not specified, detault to the latest release.
string release_name = 1 [(.google.api.field_behavior) = OPTIONAL];String getDescription()
Output only. A human-readable description of the specified colab image release, populated by the system. Example: "Python 3.10", "Latest - current Python 3.11"
string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getDescriptionBytes()
Output only. A human-readable description of the specified colab image release, populated by the system. Example: "Python 3.10", "Latest - current Python 3.11"
string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2025 Google LLC. All rights reserved.