Class AssessmentTaskDetails (0.14.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 0.14.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  AssessmentTaskDetails   extends   GeneratedMessageV3   implements   AssessmentTaskDetailsOrBuilder  
   Assessment task config.
 Protobuf type google.cloud.bigquery.migration.v2alpha.AssessmentTaskDetails
Static Fields
   
  DATA_SOURCE_FIELD_NUMBER 
  
    
public   static   final   int   DATA_SOURCE_FIELD_NUMBER  
  Field Value 
  
  
  
    
public   static   final   int   INPUT_PATH_FIELD_NUMBER  
  Field Value 
  
  OUTPUT_DATASET_FIELD_NUMBER 
  
    
public   static   final   int   OUTPUT_DATASET_FIELD_NUMBER  
  Field Value 
  
  QUERYLOGS_PATH_FIELD_NUMBER 
  
    
public   static   final   int   QUERYLOGS_PATH_FIELD_NUMBER  
  Field Value 
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   AssessmentTaskDetails   getDefaultInstance ()  
  Returns 
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  Returns 
  
  newBuilder() 
  
    
public   static   AssessmentTaskDetails . Builder   newBuilder ()  
  Returns 
  
  newBuilder(AssessmentTaskDetails prototype) 
  
    
public   static   AssessmentTaskDetails . Builder   newBuilder ( AssessmentTaskDetails   prototype )  
  Parameter 
  
  Returns 
  
  
    
public   static   AssessmentTaskDetails   parseDelimitedFrom ( InputStream   input )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   AssessmentTaskDetails   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  parseFrom(byte[] data) 
  
    
public   static   AssessmentTaskDetails   parseFrom ( byte []   data )  
  Parameter 
  
    
      
        Name Description  
      
        databyte [] 
     
  
  Returns 
  
  Exceptions 
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   AssessmentTaskDetails   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  parseFrom(ByteString data) 
  
    
public   static   AssessmentTaskDetails   parseFrom ( ByteString   data )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   AssessmentTaskDetails   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   AssessmentTaskDetails   parseFrom ( CodedInputStream   input )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   AssessmentTaskDetails   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   AssessmentTaskDetails   parseFrom ( InputStream   input )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   AssessmentTaskDetails   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  parseFrom(ByteBuffer data) 
  
    
public   static   AssessmentTaskDetails   parseFrom ( ByteBuffer   data )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   AssessmentTaskDetails   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  parser() 
  
    
public   static   Parser<AssessmentTaskDetails>   parser ()  
  Returns 
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  getDataSource() 
  
    
public   String   getDataSource ()  
   Required. The data source or data warehouse type (eg: TERADATA/REDSHIFT)
 from which the input data is extracted.
 string data_source = 4 [(.google.api.field_behavior) = REQUIRED];
Returns 
  
    
      
        Type Description  
      
        String The dataSource.
 
     
  
  getDataSourceBytes() 
  
    
public   ByteString   getDataSourceBytes ()  
   Required. The data source or data warehouse type (eg: TERADATA/REDSHIFT)
 from which the input data is extracted.
 string data_source = 4 [(.google.api.field_behavior) = REQUIRED];
Returns 
  
    
      
        Type Description  
      
        ByteString The bytes for dataSource.
 
     
  
  getDefaultInstanceForType() 
  
    
public   AssessmentTaskDetails   getDefaultInstanceForType ()  
  Returns 
  
  
    
public   String   getInputPath ()  
   Required. The Cloud Storage path for assessment input files.
 string input_path = 1 [(.google.api.field_behavior) = REQUIRED];
Returns 
  
    
      
        Type Description  
      
        String The inputPath.
 
     
  
  
    
public   ByteString   getInputPathBytes ()  
   Required. The Cloud Storage path for assessment input files.
 string input_path = 1 [(.google.api.field_behavior) = REQUIRED];
Returns 
  
    
      
        Type Description  
      
        ByteString The bytes for inputPath.
 
     
  
  getOutputDataset() 
  
    
public   String   getOutputDataset ()  
   Required. The BigQuery dataset for output.
 string output_dataset = 2 [(.google.api.field_behavior) = REQUIRED];
Returns 
  
    
      
        Type Description  
      
        String The outputDataset.
 
     
  
  getOutputDatasetBytes() 
  
    
public   ByteString   getOutputDatasetBytes ()  
   Required. The BigQuery dataset for output.
 string output_dataset = 2 [(.google.api.field_behavior) = REQUIRED];
Returns 
  
    
      
        Type Description  
      
        ByteString The bytes for outputDataset.
 
     
  
  getParserForType() 
  
    
public   Parser<AssessmentTaskDetails>   getParserForType ()  
  Returns 
  
  Overrides 
  
  getQuerylogsPath() 
  
    
public   String   getQuerylogsPath ()  
   Optional. An optional Cloud Storage path to write the query logs (which is
 then used as an input path on the translation task)
 string querylogs_path = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns 
  
    
      
        Type Description  
      
        String The querylogsPath.
 
     
  
  getQuerylogsPathBytes() 
  
    
public   ByteString   getQuerylogsPathBytes ()  
   Optional. An optional Cloud Storage path to write the query logs (which is
 then used as an input path on the translation task)
 string querylogs_path = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns 
  
    
      
        Type Description  
      
        ByteString The bytes for querylogsPath.
 
     
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  Returns 
  
  Overrides 
  
  getUnknownFields() 
  
    
public   final   UnknownFieldSet   getUnknownFields ()  
  Returns 
  
  Overrides 
  
  hashCode() 
  
  Returns 
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  Returns 
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  Returns 
  
  Overrides 
  
  newBuilderForType() 
  
    
public   AssessmentTaskDetails . Builder   newBuilderForType ()  
  Returns 
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   AssessmentTaskDetails . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  toBuilder() 
  
    
public   AssessmentTaskDetails . Builder   toBuilder ()  
  Returns 
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  Parameter 
  
  Overrides 
  
  Exceptions 
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-28 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-28 UTC."],[],[]]