Interface ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSourceOrBuilder (3.82.0)

public static interface ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConfig()

public abstract ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig 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
Type Description
ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig

The config.

getConfigOrBuilder()

public abstract ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfigOrBuilder 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];

Returns
Type Description
ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfigOrBuilder

hasConfig()

public abstract 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
Type Description
boolean

Whether the config field is set.