Interface RuntimeConfig.CodeInterpreterRuntimeConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RuntimeConfig.CodeInterpreterRuntimeConfig, RuntimeConfig.CodeInterpreterRuntimeConfig.Builder
Enclosing class:
RuntimeConfig

public static interface RuntimeConfig.CodeInterpreterRuntimeConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

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

    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

    • getFileInputGcsBucket

      String getFileInputGcsBucket()
       Optional. The Cloud Storage bucket for file input of this Extension.
       If specified, support input from the Cloud Storage bucket.
       Vertex Extension Custom Code Service Agent should be granted
       file reader to this bucket.
       If not specified, the extension will only accept file contents from
       request body and reject Cloud Storage file inputs.
       
      string file_input_gcs_bucket = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The fileInputGcsBucket.
    • getFileInputGcsBucketBytes

      com.google.protobuf.ByteString getFileInputGcsBucketBytes()
       Optional. The Cloud Storage bucket for file input of this Extension.
       If specified, support input from the Cloud Storage bucket.
       Vertex Extension Custom Code Service Agent should be granted
       file reader to this bucket.
       If not specified, the extension will only accept file contents from
       request body and reject Cloud Storage file inputs.
       
      string file_input_gcs_bucket = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for fileInputGcsBucket.
    • getFileOutputGcsBucket

      String getFileOutputGcsBucket()
       Optional. The Cloud Storage bucket for file output of this Extension.
       If specified, write all output files to the Cloud Storage bucket.
       Vertex Extension Custom Code Service Agent should be granted
       file writer to this bucket.
       If not specified, the file content will be output in response body.
       
      string file_output_gcs_bucket = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The fileOutputGcsBucket.
    • getFileOutputGcsBucketBytes

      com.google.protobuf.ByteString getFileOutputGcsBucketBytes()
       Optional. The Cloud Storage bucket for file output of this Extension.
       If specified, write all output files to the Cloud Storage bucket.
       Vertex Extension Custom Code Service Agent should be granted
       file writer to this bucket.
       If not specified, the file content will be output in response body.
       
      string file_output_gcs_bucket = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for fileOutputGcsBucket.