public static final class RuntimeConfig.CodeInterpreterRuntimeConfig.Builder extends GeneratedMessageV3.Builder<RuntimeConfig.CodeInterpreterRuntimeConfig.Builder> implements RuntimeConfig.CodeInterpreterRuntimeConfigOrBuilder
Protobuf type
google.cloud.aiplatform.v1beta1.RuntimeConfig.CodeInterpreterRuntimeConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public RuntimeConfig.CodeInterpreterRuntimeConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public RuntimeConfig.CodeInterpreterRuntimeConfig build()
public RuntimeConfig.CodeInterpreterRuntimeConfig buildPartial()
public RuntimeConfig.CodeInterpreterRuntimeConfig.Builder clear()
Overrides
public RuntimeConfig.CodeInterpreterRuntimeConfig.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public RuntimeConfig.CodeInterpreterRuntimeConfig.Builder clearFileInputGcsBucket()
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];
public RuntimeConfig.CodeInterpreterRuntimeConfig.Builder clearFileOutputGcsBucket()
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];
public RuntimeConfig.CodeInterpreterRuntimeConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public RuntimeConfig.CodeInterpreterRuntimeConfig.Builder clone()
Overrides
public RuntimeConfig.CodeInterpreterRuntimeConfig getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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.
|
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.
|
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.
|
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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public RuntimeConfig.CodeInterpreterRuntimeConfig.Builder mergeFrom(RuntimeConfig.CodeInterpreterRuntimeConfig other)
public RuntimeConfig.CodeInterpreterRuntimeConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public RuntimeConfig.CodeInterpreterRuntimeConfig.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final RuntimeConfig.CodeInterpreterRuntimeConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public RuntimeConfig.CodeInterpreterRuntimeConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public RuntimeConfig.CodeInterpreterRuntimeConfig.Builder setFileInputGcsBucket(String value)
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];
Parameter |
Name |
Description |
value |
String
The fileInputGcsBucket to set.
|
public RuntimeConfig.CodeInterpreterRuntimeConfig.Builder setFileInputGcsBucketBytes(ByteString value)
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];
Parameter |
Name |
Description |
value |
ByteString
The bytes for fileInputGcsBucket to set.
|
public RuntimeConfig.CodeInterpreterRuntimeConfig.Builder setFileOutputGcsBucket(String value)
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];
Parameter |
Name |
Description |
value |
String
The fileOutputGcsBucket to set.
|
public RuntimeConfig.CodeInterpreterRuntimeConfig.Builder setFileOutputGcsBucketBytes(ByteString value)
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];
Parameter |
Name |
Description |
value |
ByteString
The bytes for fileOutputGcsBucket to set.
|
public RuntimeConfig.CodeInterpreterRuntimeConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final RuntimeConfig.CodeInterpreterRuntimeConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides