public static final class RuntimeConfig.CodeInterpreterRuntimeConfig extends GeneratedMessageV3 implements RuntimeConfig.CodeInterpreterRuntimeConfigOrBuilder
Protobuf type
google.cloud.aiplatform.v1beta1.RuntimeConfig.CodeInterpreterRuntimeConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int FILE_INPUT_GCS_BUCKET_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int FILE_OUTPUT_GCS_BUCKET_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static RuntimeConfig.CodeInterpreterRuntimeConfig getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static RuntimeConfig.CodeInterpreterRuntimeConfig.Builder newBuilder()
public static RuntimeConfig.CodeInterpreterRuntimeConfig.Builder newBuilder(RuntimeConfig.CodeInterpreterRuntimeConfig prototype)
public static RuntimeConfig.CodeInterpreterRuntimeConfig parseDelimitedFrom(InputStream input)
public static RuntimeConfig.CodeInterpreterRuntimeConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(ByteString data)
public static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(CodedInputStream input)
public static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(InputStream input)
public static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(ByteBuffer data)
public static RuntimeConfig.CodeInterpreterRuntimeConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<RuntimeConfig.CodeInterpreterRuntimeConfig> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public RuntimeConfig.CodeInterpreterRuntimeConfig getDefaultInstanceForType()
public 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 |
---|
Type | Description |
String | The fileInputGcsBucket.
|
public 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 |
---|
Type | Description |
ByteString | The bytes for fileInputGcsBucket.
|
public 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 |
---|
Type | Description |
String | The fileOutputGcsBucket.
|
public 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 |
---|
Type | Description |
ByteString | The bytes for fileOutputGcsBucket.
|
public Parser<RuntimeConfig.CodeInterpreterRuntimeConfig> getParserForType()
Overrides
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public RuntimeConfig.CodeInterpreterRuntimeConfig.Builder newBuilderForType()
protected RuntimeConfig.CodeInterpreterRuntimeConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public RuntimeConfig.CodeInterpreterRuntimeConfig.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides