Class NotebookSoftwareConfig (3.77.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 3.77.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  NotebookSoftwareConfig   extends   GeneratedMessageV3   implements   NotebookSoftwareConfigOrBuilder  
   Notebook Software Config. This is passed to the backend when user
 makes software configurations in UI.
 Protobuf type google.cloud.aiplatform.v1beta1.NotebookSoftwareConfig
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  
  
    
public   static   final   int   COLAB_IMAGE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   ENV_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  POST_STARTUP_SCRIPT_CONFIG_FIELD_NUMBER 
  
    
public   static   final   int   POST_STARTUP_SCRIPT_CONFIG_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  
    
public   static   NotebookSoftwareConfig   getDefaultInstance ()  
  
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  
    
public   static   NotebookSoftwareConfig . Builder   newBuilder ()  
  
  
    
public   static   NotebookSoftwareConfig . Builder   newBuilder ( NotebookSoftwareConfig   prototype )  
  
  
  
    
public   static   NotebookSoftwareConfig   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   NotebookSoftwareConfig   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   NotebookSoftwareConfig   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  
    
public   static   NotebookSoftwareConfig   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   NotebookSoftwareConfig   parseFrom ( ByteString   data )  
  
  
  
  
    
public   static   NotebookSoftwareConfig   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   NotebookSoftwareConfig   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   NotebookSoftwareConfig   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   NotebookSoftwareConfig   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   NotebookSoftwareConfig   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   NotebookSoftwareConfig   parseFrom ( ByteBuffer   data )  
  
  
  
  
    
public   static   NotebookSoftwareConfig   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Parser<NotebookSoftwareConfig>   parser ()  
  
  Methods
   
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  
    
public   ColabImage   getColabImage ()  
   Optional. Google-managed NotebookRuntime colab image.
 
 .google.cloud.aiplatform.v1beta1.ColabImage colab_image = 5 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        Returns  
      
        Type Description  
      
        ColabImage The colabImage.
 
     
  
  
    
public   ColabImageOrBuilder   getColabImageOrBuilder ()  
   Optional. Google-managed NotebookRuntime colab image.
 
 .google.cloud.aiplatform.v1beta1.ColabImage colab_image = 5 [(.google.api.field_behavior) = OPTIONAL];
 
    
public   NotebookSoftwareConfig   getDefaultInstanceForType ()  
  
  
    
public   EnvVar   getEnv ( int   index )  
   Optional. Environment variables to be passed to the container.
 Maximum limit is 100.
 
 repeated .google.cloud.aiplatform.v1beta1.EnvVar env = 1 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
    
      
        Returns  
      
        Type Description  
      
        EnvVar  
     
  
   Optional. Environment variables to be passed to the container.
 Maximum limit is 100.
 
 repeated .google.cloud.aiplatform.v1beta1.EnvVar env = 1 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  
    
public   List<EnvVar>   getEnvList ()  
   Optional. Environment variables to be passed to the container.
 Maximum limit is 100.
 
 repeated .google.cloud.aiplatform.v1beta1.EnvVar env = 1 [(.google.api.field_behavior) = OPTIONAL];
 
    
public   EnvVarOrBuilder   getEnvOrBuilder ( int   index )  
   Optional. Environment variables to be passed to the container.
 Maximum limit is 100.
 
 repeated .google.cloud.aiplatform.v1beta1.EnvVar env = 1 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  
    
public   List <?   extends   EnvVarOrBuilder >  getEnvOrBuilderList ()  
   Optional. Environment variables to be passed to the container.
 Maximum limit is 100.
 
 repeated .google.cloud.aiplatform.v1beta1.EnvVar env = 1 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        Returns  
      
        Type Description  
      
        List <? extends com.google.cloud.aiplatform.v1beta1.EnvVarOrBuilder > 
     
  
  
    
public   Parser<NotebookSoftwareConfig>   getParserForType ()  
  
  Overrides 
  
  getPostStartupScriptConfig() 
  
    
public   PostStartupScriptConfig   getPostStartupScriptConfig ()  
  
 .google.cloud.aiplatform.v1beta1.PostStartupScriptConfig post_startup_script_config = 2 [(.google.api.field_behavior) = OPTIONAL];
 
getPostStartupScriptConfigOrBuilder() 
  
    
public   PostStartupScriptConfigOrBuilder   getPostStartupScriptConfigOrBuilder ()  
  
 .google.cloud.aiplatform.v1beta1.PostStartupScriptConfig post_startup_script_config = 2 [(.google.api.field_behavior) = OPTIONAL];
 
    
public   NotebookSoftwareConfig . RuntimeImageCase   getRuntimeImageCase ()  
  
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
public   boolean   hasColabImage ()  
   Optional. Google-managed NotebookRuntime colab image.
 
 .google.cloud.aiplatform.v1beta1.ColabImage colab_image = 5 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the colabImage field is set.
 
     
  
  hasPostStartupScriptConfig() 
  
    
public   boolean   hasPostStartupScriptConfig ()  
  
 .google.cloud.aiplatform.v1beta1.PostStartupScriptConfig post_startup_script_config = 2 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the postStartupScriptConfig field is set.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  
    
public   NotebookSoftwareConfig . Builder   newBuilderForType ()  
  
  
    
protected   NotebookSoftwareConfig . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  
    
public   NotebookSoftwareConfig . Builder   toBuilder ()  
  
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]