Package com.google.cloud.aiplatform.v1
Interface ReasoningEngineSpec.SourceCodeSpec.InlineSourceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReasoningEngineSpec.SourceCodeSpec.InlineSource,ReasoningEngineSpec.SourceCodeSpec.InlineSource.Builder
- Enclosing class:
- ReasoningEngineSpec.SourceCodeSpec
public static interface ReasoningEngineSpec.SourceCodeSpec.InlineSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getSourceArchive
com.google.protobuf.ByteString getSourceArchive()Required. Input only. The application source code archive, provided as a compressed tarball (.tar.gz) file.
bytes source_archive = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = INPUT_ONLY];- Returns:
- The sourceArchive.
-