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

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    Required.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.