Interface ImportedDataInfo.RecordSchemaOrBuilder

    • Method Detail

      • getFieldsList

        List<ImportedDataInfo.FieldSchema> getFieldsList()
         One field per column in the record.
         
        repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema fields = 1;
      • getFields

        ImportedDataInfo.FieldSchema getFields​(int index)
         One field per column in the record.
         
        repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema fields = 1;
      • getFieldsCount

        int getFieldsCount()
         One field per column in the record.
         
        repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema fields = 1;
      • getFieldsOrBuilderList

        List<? extends ImportedDataInfo.FieldSchemaOrBuilder> getFieldsOrBuilderList()
         One field per column in the record.
         
        repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema fields = 1;
      • getFieldsOrBuilder

        ImportedDataInfo.FieldSchemaOrBuilder getFieldsOrBuilder​(int index)
         One field per column in the record.
         
        repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema fields = 1;