Interface RuntimeConfig.CodeInterpreterRuntimeConfigOrBuilder (3.44.0)

public static interface RuntimeConfig.CodeInterpreterRuntimeConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFileInputGcsBucket()

public abstract 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
Type Description
String

The fileInputGcsBucket.

getFileInputGcsBucketBytes()

public abstract 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
Type Description
ByteString

The bytes for fileInputGcsBucket.

getFileOutputGcsBucket()

public abstract 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
Type Description
String

The fileOutputGcsBucket.

getFileOutputGcsBucketBytes()

public abstract 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
Type Description
ByteString

The bytes for fileOutputGcsBucket.