Class RuntimeConfig.CodeInterpreterRuntimeConfig (3.44.0)

public static final class RuntimeConfig.CodeInterpreterRuntimeConfig extends GeneratedMessageV3 implements RuntimeConfig.CodeInterpreterRuntimeConfigOrBuilder

Protobuf type google.cloud.aiplatform.v1beta1.RuntimeConfig.CodeInterpreterRuntimeConfig

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > RuntimeConfig.CodeInterpreterRuntimeConfig

Static Fields

FILE_INPUT_GCS_BUCKET_FIELD_NUMBER

public static final int FILE_INPUT_GCS_BUCKET_FIELD_NUMBER
Field Value
Type Description
int

FILE_OUTPUT_GCS_BUCKET_FIELD_NUMBER

public static final int FILE_OUTPUT_GCS_BUCKET_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static RuntimeConfig.CodeInterpreterRuntimeConfig getDefaultInstance()
Returns
Type Description
RuntimeConfig.CodeInterpreterRuntimeConfig

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static RuntimeConfig.CodeInterpreterRuntimeConfig.Builder newBuilder()
Returns
Type Description
RuntimeConfig.CodeInterpreterRuntimeConfig.Builder

newBuilder(RuntimeConfig.CodeInterpreterRuntimeConfig prototype)

public static RuntimeConfig.CodeInterpreterRuntimeConfig.Builder newBuilder(RuntimeConfig.CodeInterpreterRuntimeConfig prototype)
Parameter
Name Description
prototype RuntimeConfig.CodeInterpreterRuntimeConfig
Returns
Type Description
RuntimeConfig.CodeInterpreterRuntimeConfig.Builder

parseDelimitedFrom(InputStream input)

public static RuntimeConfig.CodeInterpreterRuntimeConfig parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RuntimeConfig.CodeInterpreterRuntimeConfig
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RuntimeConfig.CodeInterpreterRuntimeConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RuntimeConfig.CodeInterpreterRuntimeConfig
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
RuntimeConfig.CodeInterpreterRuntimeConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RuntimeConfig.CodeInterpreterRuntimeConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
RuntimeConfig.CodeInterpreterRuntimeConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RuntimeConfig.CodeInterpreterRuntimeConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
RuntimeConfig.CodeInterpreterRuntimeConfig
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RuntimeConfig.CodeInterpreterRuntimeConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RuntimeConfig.CodeInterpreterRuntimeConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RuntimeConfig.CodeInterpreterRuntimeConfig
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
RuntimeConfig.CodeInterpreterRuntimeConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RuntimeConfig.CodeInterpreterRuntimeConfig
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<RuntimeConfig.CodeInterpreterRuntimeConfig> parser()
Returns
Type Description
Parser<CodeInterpreterRuntimeConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public RuntimeConfig.CodeInterpreterRuntimeConfig getDefaultInstanceForType()
Returns
Type Description
RuntimeConfig.CodeInterpreterRuntimeConfig

getFileInputGcsBucket()

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

getParserForType()

public Parser<RuntimeConfig.CodeInterpreterRuntimeConfig> getParserForType()
Returns
Type Description
Parser<CodeInterpreterRuntimeConfig>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public RuntimeConfig.CodeInterpreterRuntimeConfig.Builder newBuilderForType()
Returns
Type Description
RuntimeConfig.CodeInterpreterRuntimeConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected RuntimeConfig.CodeInterpreterRuntimeConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
RuntimeConfig.CodeInterpreterRuntimeConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public RuntimeConfig.CodeInterpreterRuntimeConfig.Builder toBuilder()
Returns
Type Description
RuntimeConfig.CodeInterpreterRuntimeConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException