Interface ReasoningEngineSpec.SourceCodeSpecOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ReasoningEngineSpec.SourceCodeSpec, ReasoningEngineSpec.SourceCodeSpec.Builder
Enclosing class:
ReasoningEngineSpec

public static interface ReasoningEngineSpec.SourceCodeSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasInlineSource

      boolean hasInlineSource()
       Source code is provided directly in the request.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.InlineSource inline_source = 1;
      Returns:
      Whether the inlineSource field is set.
    • getInlineSource

       Source code is provided directly in the request.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.InlineSource inline_source = 1;
      Returns:
      The inlineSource.
    • getInlineSourceOrBuilder

       Source code is provided directly in the request.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.InlineSource inline_source = 1;
    • hasDeveloperConnectSource

      boolean hasDeveloperConnectSource()
       Source code is in a Git repository managed by Developer Connect.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource developer_connect_source = 3;
      Returns:
      Whether the developerConnectSource field is set.
    • getDeveloperConnectSource

       Source code is in a Git repository managed by Developer Connect.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource developer_connect_source = 3;
      Returns:
      The developerConnectSource.
    • getDeveloperConnectSourceOrBuilder

       Source code is in a Git repository managed by Developer Connect.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource developer_connect_source = 3;
    • hasPythonSpec

      boolean hasPythonSpec()
       Configuration for a Python application.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.PythonSpec python_spec = 2;
      Returns:
      Whether the pythonSpec field is set.
    • getPythonSpec

       Configuration for a Python application.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.PythonSpec python_spec = 2;
      Returns:
      The pythonSpec.
    • getPythonSpecOrBuilder

       Configuration for a Python application.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.PythonSpec python_spec = 2;
    • hasImageSpec

      boolean hasImageSpec()
       Optional. Configuration for building an image with custom config file.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.ImageSpec image_spec = 5 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the imageSpec field is set.
    • getImageSpec

       Optional. Configuration for building an image with custom config file.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.ImageSpec image_spec = 5 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The imageSpec.
    • getImageSpecOrBuilder

       Optional. Configuration for building an image with custom config file.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.ImageSpec image_spec = 5 [(.google.api.field_behavior) = OPTIONAL];
    • getSourceCase

    • getLanguageSpecCase