Package com.google.cloud.aiplatform.v1
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 Summary
Modifier and TypeMethodDescriptionSource code is in a Git repository managed by Developer Connect.Source code is in a Git repository managed by Developer Connect.Optional.Optional.Source code is provided directly in the request.Source code is provided directly in the request.Configuration for a Python application.Configuration for a Python application.booleanSource code is in a Git repository managed by Developer Connect.booleanOptional.booleanSource code is provided directly in the request.booleanConfiguration for a Python application.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
-
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
ReasoningEngineSpec.SourceCodeSpec.InlineSource getInlineSource()Source code is provided directly in the request.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.InlineSource inline_source = 1;- Returns:
- The inlineSource.
-
getInlineSourceOrBuilder
ReasoningEngineSpec.SourceCodeSpec.InlineSourceOrBuilder 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
ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSource 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
ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectSourceOrBuilder 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
ReasoningEngineSpec.SourceCodeSpec.PythonSpec getPythonSpec()Configuration for a Python application.
.google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.PythonSpec python_spec = 2;- Returns:
- The pythonSpec.
-
getPythonSpecOrBuilder
ReasoningEngineSpec.SourceCodeSpec.PythonSpecOrBuilder 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
ReasoningEngineSpec.SourceCodeSpec.ImageSpec 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
ReasoningEngineSpec.SourceCodeSpec.ImageSpecOrBuilder 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
ReasoningEngineSpec.SourceCodeSpec.SourceCase getSourceCase() -
getLanguageSpecCase
ReasoningEngineSpec.SourceCodeSpec.LanguageSpecCase getLanguageSpecCase()
-