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

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

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






JobStatus (BigQuery API v2-rev20190423-1.28.0)












com.google.api.services.bigquery.model

Class JobStatus

    • Constructor Detail

      • JobStatus

        public JobStatus()
    • Method Detail

      • getErrorResult

        public ErrorProto getErrorResult()
        [Output-only] Final error result of the job. If present, indicates that the job has completed and was unsuccessful.
        Returns:
        value or null for none
      • setErrorResult

        public JobStatus setErrorResult(ErrorProto errorResult)
        [Output-only] Final error result of the job. If present, indicates that the job has completed and was unsuccessful.
        Parameters:
        errorResult - errorResult or null for none
      • getErrors

        public List<ErrorProto> getErrors()
        [Output-only] The first errors encountered during the running of the job. The final message includes the number of errors that caused the process to stop. Errors here do not necessarily mean that the job has completed or was unsuccessful.
        Returns:
        value or null for none
      • setErrors

        public JobStatus setErrors(List<ErrorProto> errors)
        [Output-only] The first errors encountered during the running of the job. The final message includes the number of errors that caused the process to stop. Errors here do not necessarily mean that the job has completed or was unsuccessful.
        Parameters:
        errors - errors or null for none
      • getState

        public String getState()
        [Output-only] Running state of the job.
        Returns:
        value or null for none
      • setState

        public JobStatus setState(String state)
        [Output-only] Running state of the job.
        Parameters:
        state - state or null for none
      • set

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

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

Copyright © 2011–2019 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy