Package com.google.cloud.aiplatform.v1
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 Summary
Modifier and TypeMethodDescriptionRequired.Required.booleanRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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];
-