Interface ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSourceOrBuilder

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

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

    • hasConfig

      boolean hasConfig()
       Required. The Developer Connect configuration that defines the
       specific repository, revision, and directory to use as the source code
       root.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig config = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the config field is set.
    • getConfig

       Required. The Developer Connect configuration that defines the
       specific repository, revision, and directory to use as the source code
       root.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig config = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The config.
    • getConfigOrBuilder

       Required. The Developer Connect configuration that defines the
       specific repository, revision, and directory to use as the source code
       root.
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig config = 1 [(.google.api.field_behavior) = REQUIRED];