public static final class OutputConfig.Builder extends GeneratedMessageV3.Builder<OutputConfig.Builder> implements OutputConfigOrBuilder
   
  
- For Translation:
     CSV file - translation.csv, with each line in format:
     ML_USE,GCS_FILE_PATH
     GCS_FILE_PATH leads to a .TSV file which describes examples that have
     given ML_USE, using the following row format per line:
     TEXT_SNIPPET (in source language) \t TEXT_SNIPPET (in target
     language)
 - 
- For Tables:
  Output depends on whether the dataset was imported from GCS or
  BigQuery.
  GCS case:
 - gcs_destination
       must be set. Exported are CSV file(s) - tables_1.csv,- tables_2.csv,...,- tables_N.csvwith each having as header line
       the table's column names, and all other lines contain values for
       the header columns.
     BigQuery case:
 - bigquery_destination
       pointing to a BigQuery project must be set. In the given project a
       new dataset will be created with name - export_data_<automl-dataset-display-name>_<timestamp-of-export-call>where <automl-dataset-display-name> will be made
       BigQuery-dataset-name compatible (e.g. most special characters will
       become underscores), and timestamp will be in
       YYYY_MM_DDThh_mm_ss_sssZ "based on ISO-8601" format. In that
       dataset a new table called- primary_tablewill be created, and
       filled with precisely the same data as this obtained on import.
 
 Protobuf type google.cloud.automl.v1beta1.OutputConfig
    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
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public OutputConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public OutputConfig build()
   
  
  
  buildPartial()
  
    public OutputConfig buildPartial()
   
  
  
  clear()
  
    public OutputConfig.Builder clear()
   
  
  Overrides
  
  
  clearBigqueryDestination()
  
    public OutputConfig.Builder clearBigqueryDestination()
   
   The BigQuery location where the output is to be written to.
 .google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
clearDestination()
  
    public OutputConfig.Builder clearDestination()
   
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public OutputConfig.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearGcsDestination()
  
    public OutputConfig.Builder clearGcsDestination()
   
   The Google Cloud Storage location where the output is to be written to.
 For Image Object Detection, Text Extraction, Video Classification and
 Tables, in the given directory a new directory will be created with name:
 export_data-<dataset-display-name>-<timestamp-of-export-call> where
 timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export
 output will be written into that directory.
 .google.cloud.automl.v1beta1.GcsDestination gcs_destination = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public OutputConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clone()
  
    public OutputConfig.Builder clone()
   
  
  Overrides
  
  
  getBigqueryDestination()
  
    public BigQueryDestination getBigqueryDestination()
   
   The BigQuery location where the output is to be written to.
 .google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
getBigqueryDestinationBuilder()
  
    public BigQueryDestination.Builder getBigqueryDestinationBuilder()
   
   The BigQuery location where the output is to be written to.
 .google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
getBigqueryDestinationOrBuilder()
  
    public BigQueryDestinationOrBuilder getBigqueryDestinationOrBuilder()
   
   The BigQuery location where the output is to be written to.
 .google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
getDefaultInstanceForType()
  
    public OutputConfig getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getDestinationCase()
  
    public OutputConfig.DestinationCase getDestinationCase()
   
  
  
  getGcsDestination()
  
    public GcsDestination getGcsDestination()
   
   The Google Cloud Storage location where the output is to be written to.
 For Image Object Detection, Text Extraction, Video Classification and
 Tables, in the given directory a new directory will be created with name:
 export_data-<dataset-display-name>-<timestamp-of-export-call> where
 timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export
 output will be written into that directory.
 .google.cloud.automl.v1beta1.GcsDestination gcs_destination = 1;
getGcsDestinationBuilder()
  
    public GcsDestination.Builder getGcsDestinationBuilder()
   
   The Google Cloud Storage location where the output is to be written to.
 For Image Object Detection, Text Extraction, Video Classification and
 Tables, in the given directory a new directory will be created with name:
 export_data-<dataset-display-name>-<timestamp-of-export-call> where
 timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export
 output will be written into that directory.
 .google.cloud.automl.v1beta1.GcsDestination gcs_destination = 1;
getGcsDestinationOrBuilder()
  
    public GcsDestinationOrBuilder getGcsDestinationOrBuilder()
   
   The Google Cloud Storage location where the output is to be written to.
 For Image Object Detection, Text Extraction, Video Classification and
 Tables, in the given directory a new directory will be created with name:
 export_data-<dataset-display-name>-<timestamp-of-export-call> where
 timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export
 output will be written into that directory.
 .google.cloud.automl.v1beta1.GcsDestination gcs_destination = 1;
hasBigqueryDestination()
  
    public boolean hasBigqueryDestination()
   
   The BigQuery location where the output is to be written to.
 .google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the bigqueryDestination field is set. | 
    
  
  
  hasGcsDestination()
  
    public boolean hasGcsDestination()
   
   The Google Cloud Storage location where the output is to be written to.
 For Image Object Detection, Text Extraction, Video Classification and
 Tables, in the given directory a new directory will be created with name:
 export_data-<dataset-display-name>-<timestamp-of-export-call> where
 timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export
 output will be written into that directory.
 .google.cloud.automl.v1beta1.GcsDestination gcs_destination = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the gcsDestination field is set. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeBigqueryDestination(BigQueryDestination value)
  
    public OutputConfig.Builder mergeBigqueryDestination(BigQueryDestination value)
   
   The BigQuery location where the output is to be written to.
 .google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
mergeFrom(OutputConfig other)
  
    public OutputConfig.Builder mergeFrom(OutputConfig other)
   
  
  
  
  
  
    public OutputConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public OutputConfig.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeGcsDestination(GcsDestination value)
  
    public OutputConfig.Builder mergeGcsDestination(GcsDestination value)
   
   The Google Cloud Storage location where the output is to be written to.
 For Image Object Detection, Text Extraction, Video Classification and
 Tables, in the given directory a new directory will be created with name:
 export_data-<dataset-display-name>-<timestamp-of-export-call> where
 timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export
 output will be written into that directory.
 .google.cloud.automl.v1beta1.GcsDestination gcs_destination = 1;
mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final OutputConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  setBigqueryDestination(BigQueryDestination value)
  
    public OutputConfig.Builder setBigqueryDestination(BigQueryDestination value)
   
   The BigQuery location where the output is to be written to.
 .google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
setBigqueryDestination(BigQueryDestination.Builder builderForValue)
  
    public OutputConfig.Builder setBigqueryDestination(BigQueryDestination.Builder builderForValue)
   
   The BigQuery location where the output is to be written to.
 .google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
setField(Descriptors.FieldDescriptor field, Object value)
  
    public OutputConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setGcsDestination(GcsDestination value)
  
    public OutputConfig.Builder setGcsDestination(GcsDestination value)
   
   The Google Cloud Storage location where the output is to be written to.
 For Image Object Detection, Text Extraction, Video Classification and
 Tables, in the given directory a new directory will be created with name:
 export_data-<dataset-display-name>-<timestamp-of-export-call> where
 timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export
 output will be written into that directory.
 .google.cloud.automl.v1beta1.GcsDestination gcs_destination = 1;
setGcsDestination(GcsDestination.Builder builderForValue)
  
    public OutputConfig.Builder setGcsDestination(GcsDestination.Builder builderForValue)
   
   The Google Cloud Storage location where the output is to be written to.
 For Image Object Detection, Text Extraction, Video Classification and
 Tables, in the given directory a new directory will be created with name:
 export_data-<dataset-display-name>-<timestamp-of-export-call> where
 timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export
 output will be written into that directory.
 .google.cloud.automl.v1beta1.GcsDestination gcs_destination = 1;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public OutputConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final OutputConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides