Class JobInfo

    • Method Detail

      • getEtag

        public String getEtag()
        Returns the hash of the job resource.
      • getGeneratedId

        public String getGeneratedId()
        Returns the service-generated id for the job.
      • getJobId

        public JobId getJobId()
        Returns the job identity.
      • getSelfLink

        public String getSelfLink()
        Returns an URL that can be used to access the resource again. The returned URL can be used for GET requests.
      • getStatus

        public JobStatus getStatus()
        Returns the status of this job. Examine this value when polling an asynchronous job to see if the job is complete.
      • getStatistics

        public <S extends JobStatistics> S getStatistics()
        Returns information about the job, including starting time and ending time of the job.
      • getUserEmail

        public String getUserEmail()
        Returns the email address of the user who ran the job.
      • getConfiguration

        public <C extends JobConfiguration> C getConfiguration()
        Returns the job's configuration.
      • toBuilder

        public JobInfo.Builder toBuilder()
        Returns a builder for the job object.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object