Interface ColabImageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ColabImage, ColabImage.Builder

@Generated public interface ColabImageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Output only.
    com.google.protobuf.ByteString
    Output only.
    Optional.
    com.google.protobuf.ByteString
    Optional.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getReleaseName

      String 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];
      Returns:
      The releaseName.
    • getReleaseNameBytes

      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];
      Returns:
      The bytes for releaseName.
    • getDescription

      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];
      Returns:
      The description.
    • getDescriptionBytes

      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];
      Returns:
      The bytes for description.