Interface RuntimeConfig.CodeInterpreterRuntimeConfigOrBuilder (3.42.0)

public static interface RuntimeConfig.CodeInterpreterRuntimeConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFileInputGcsBucket()

public abstract String getFileInputGcsBucket()

Optional. The GCS bucket for file input of this Extension. If specified, support input from the GCS 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 GCS file inputs.

string file_input_gcs_bucket = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The fileInputGcsBucket.

getFileInputGcsBucketBytes()

public abstract ByteString getFileInputGcsBucketBytes()

Optional. The GCS bucket for file input of this Extension. If specified, support input from the GCS 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 GCS file inputs.

string file_input_gcs_bucket = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for fileInputGcsBucket.

getFileOutputGcsBucket()

public abstract String getFileOutputGcsBucket()

Optional. The GCS bucket for file output of this Extension. If specified, write all output files to the GCS 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
TypeDescription
String

The fileOutputGcsBucket.

getFileOutputGcsBucketBytes()

public abstract ByteString getFileOutputGcsBucketBytes()

Optional. The GCS bucket for file output of this Extension. If specified, write all output files to the GCS 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
TypeDescription
ByteString

The bytes for fileOutputGcsBucket.