Interface NotebookSoftwareConfigOrBuilder

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

@Generated public interface NotebookSoftwareConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasColabImage

      boolean hasColabImage()
       Optional. Google-managed NotebookRuntime colab image.
       
      .google.cloud.aiplatform.v1.ColabImage colab_image = 5 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the colabImage field is set.
    • getColabImage

      ColabImage getColabImage()
       Optional. Google-managed NotebookRuntime colab image.
       
      .google.cloud.aiplatform.v1.ColabImage colab_image = 5 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The colabImage.
    • getColabImageOrBuilder

      ColabImageOrBuilder getColabImageOrBuilder()
       Optional. Google-managed NotebookRuntime colab image.
       
      .google.cloud.aiplatform.v1.ColabImage colab_image = 5 [(.google.api.field_behavior) = OPTIONAL];
    • getEnvList

      List<EnvVar> getEnvList()
       Optional. Environment variables to be passed to the container.
       Maximum limit is 100.
       
      repeated .google.cloud.aiplatform.v1.EnvVar env = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getEnv

      EnvVar getEnv(int index)
       Optional. Environment variables to be passed to the container.
       Maximum limit is 100.
       
      repeated .google.cloud.aiplatform.v1.EnvVar env = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getEnvCount

      int getEnvCount()
       Optional. Environment variables to be passed to the container.
       Maximum limit is 100.
       
      repeated .google.cloud.aiplatform.v1.EnvVar env = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getEnvOrBuilderList

      List<? extends EnvVarOrBuilder> getEnvOrBuilderList()
       Optional. Environment variables to be passed to the container.
       Maximum limit is 100.
       
      repeated .google.cloud.aiplatform.v1.EnvVar env = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getEnvOrBuilder

      EnvVarOrBuilder getEnvOrBuilder(int index)
       Optional. Environment variables to be passed to the container.
       Maximum limit is 100.
       
      repeated .google.cloud.aiplatform.v1.EnvVar env = 1 [(.google.api.field_behavior) = OPTIONAL];
    • hasPostStartupScriptConfig

      boolean hasPostStartupScriptConfig()
       Optional. Post startup script config.
       
      .google.cloud.aiplatform.v1.PostStartupScriptConfig post_startup_script_config = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the postStartupScriptConfig field is set.
    • getPostStartupScriptConfig

      PostStartupScriptConfig getPostStartupScriptConfig()
       Optional. Post startup script config.
       
      .google.cloud.aiplatform.v1.PostStartupScriptConfig post_startup_script_config = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The postStartupScriptConfig.
    • getPostStartupScriptConfigOrBuilder

      PostStartupScriptConfigOrBuilder getPostStartupScriptConfigOrBuilder()
       Optional. Post startup script config.
       
      .google.cloud.aiplatform.v1.PostStartupScriptConfig post_startup_script_config = 2 [(.google.api.field_behavior) = OPTIONAL];
    • getRuntimeImageCase