All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.bigquery.model.JobStatistics3.html Maven / Gradle / Ivy

There is a newer version: v2-rev20241027-2.0.0
Show newest version






JobStatistics3 (BigQuery API v2-rev20240919-2.0.0)












com.google.api.services.bigquery.model

Class JobStatistics3

    • Constructor Detail

      • JobStatistics3

        public JobStatistics3()
    • Method Detail

      • getBadRecords

        public Long getBadRecords()
        Output only. The number of bad records encountered. Note that if the job has failed because of more bad records encountered than the maximum allowed in the load job configuration, then this number can be less than the total number of bad records present in the input data.
        Returns:
        value or null for none
      • setBadRecords

        public JobStatistics3 setBadRecords(Long badRecords)
        Output only. The number of bad records encountered. Note that if the job has failed because of more bad records encountered than the maximum allowed in the load job configuration, then this number can be less than the total number of bad records present in the input data.
        Parameters:
        badRecords - badRecords or null for none
      • getInputFileBytes

        public Long getInputFileBytes()
        Output only. Number of bytes of source data in a load job.
        Returns:
        value or null for none
      • setInputFileBytes

        public JobStatistics3 setInputFileBytes(Long inputFileBytes)
        Output only. Number of bytes of source data in a load job.
        Parameters:
        inputFileBytes - inputFileBytes or null for none
      • getInputFiles

        public Long getInputFiles()
        Output only. Number of source files in a load job.
        Returns:
        value or null for none
      • setInputFiles

        public JobStatistics3 setInputFiles(Long inputFiles)
        Output only. Number of source files in a load job.
        Parameters:
        inputFiles - inputFiles or null for none
      • getOutputBytes

        public Long getOutputBytes()
        Output only. Size of the loaded data in bytes. Note that while a load job is in the running state, this value may change.
        Returns:
        value or null for none
      • setOutputBytes

        public JobStatistics3 setOutputBytes(Long outputBytes)
        Output only. Size of the loaded data in bytes. Note that while a load job is in the running state, this value may change.
        Parameters:
        outputBytes - outputBytes or null for none
      • getOutputRows

        public Long getOutputRows()
        Output only. Number of rows imported in a load job. Note that while an import job is in the running state, this value may change.
        Returns:
        value or null for none
      • setOutputRows

        public JobStatistics3 setOutputRows(Long outputRows)
        Output only. Number of rows imported in a load job. Note that while an import job is in the running state, this value may change.
        Parameters:
        outputRows - outputRows or null for none
      • getTimeline

        public List<QueryTimelineSample> getTimeline()
        Output only. Describes a timeline of job execution.
        Returns:
        value or null for none
      • setTimeline

        public JobStatistics3 setTimeline(List<QueryTimelineSample> timeline)
        Output only. Describes a timeline of job execution.
        Parameters:
        timeline - timeline or null for none
      • set

        public JobStatistics3 set(String fieldName,
                                  Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public JobStatistics3 clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy