Class RuntimeConfig.CodeInterpreterRuntimeConfig.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<RuntimeConfig.CodeInterpreterRuntimeConfig.Builder>
com.google.cloud.aiplatform.v1beta1.RuntimeConfig.CodeInterpreterRuntimeConfig.Builder
All Implemented Interfaces:
RuntimeConfig.CodeInterpreterRuntimeConfigOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
RuntimeConfig.CodeInterpreterRuntimeConfig

public static final class RuntimeConfig.CodeInterpreterRuntimeConfig.Builder extends com.google.protobuf.GeneratedMessage.Builder<RuntimeConfig.CodeInterpreterRuntimeConfig.Builder> implements RuntimeConfig.CodeInterpreterRuntimeConfigOrBuilder
Protobuf type google.cloud.aiplatform.v1beta1.RuntimeConfig.CodeInterpreterRuntimeConfig
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<RuntimeConfig.CodeInterpreterRuntimeConfig.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<RuntimeConfig.CodeInterpreterRuntimeConfig.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<RuntimeConfig.CodeInterpreterRuntimeConfig.Builder>
    • getDefaultInstanceForType

      public RuntimeConfig.CodeInterpreterRuntimeConfig getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public RuntimeConfig.CodeInterpreterRuntimeConfig.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<RuntimeConfig.CodeInterpreterRuntimeConfig.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<RuntimeConfig.CodeInterpreterRuntimeConfig.Builder>
    • mergeFrom

      public RuntimeConfig.CodeInterpreterRuntimeConfig.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<RuntimeConfig.CodeInterpreterRuntimeConfig.Builder>
      Throws:
      IOException
    • 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];
      Specified by:
      getFileInputGcsBucket in interface RuntimeConfig.CodeInterpreterRuntimeConfigOrBuilder
      Returns:
      The fileInputGcsBucket.
    • getFileInputGcsBucketBytes

      public com.google.protobuf.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];
      Specified by:
      getFileInputGcsBucketBytes in interface RuntimeConfig.CodeInterpreterRuntimeConfigOrBuilder
      Returns:
      The bytes for fileInputGcsBucket.
    • setFileInputGcsBucket

      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];
      Parameters:
      value - The fileInputGcsBucket to set.
      Returns:
      This builder for chaining.
    • clearFileInputGcsBucket

      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];
      Returns:
      This builder for chaining.
    • setFileInputGcsBucketBytes

      public RuntimeConfig.CodeInterpreterRuntimeConfig.Builder setFileInputGcsBucketBytes(com.google.protobuf.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];
      Parameters:
      value - The bytes for fileInputGcsBucket to set.
      Returns:
      This builder for chaining.
    • 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];
      Specified by:
      getFileOutputGcsBucket in interface RuntimeConfig.CodeInterpreterRuntimeConfigOrBuilder
      Returns:
      The fileOutputGcsBucket.
    • getFileOutputGcsBucketBytes

      public com.google.protobuf.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];
      Specified by:
      getFileOutputGcsBucketBytes in interface RuntimeConfig.CodeInterpreterRuntimeConfigOrBuilder
      Returns:
      The bytes for fileOutputGcsBucket.
    • setFileOutputGcsBucket

      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];
      Parameters:
      value - The fileOutputGcsBucket to set.
      Returns:
      This builder for chaining.
    • clearFileOutputGcsBucket

      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];
      Returns:
      This builder for chaining.
    • setFileOutputGcsBucketBytes

      public RuntimeConfig.CodeInterpreterRuntimeConfig.Builder setFileOutputGcsBucketBytes(com.google.protobuf.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];
      Parameters:
      value - The bytes for fileOutputGcsBucket to set.
      Returns:
      This builder for chaining.