Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

ExtractStatistics does not have the inputBytes field #1742

@aekrylov

Description

@aekrylov

As per documentation, inputBytes field should be returned when calling jobs.get for an extract job, but the field is missing in the ExtractStatistics class.

timeline seems to be missing as well

Environment details

  1. BigQuery: jobs.get
  2. bigquery version(s): 2.4.1

Code example

bq.create(JobInfo.of(ExtractJobConfiguration
  .newBuilder(
    table.getTableId,
    "path"
  )
  .build()))
.waitFor()

External references such as API reference guides

Metadata

Metadata

Assignees

Labels

20% candidateapi: bigqueryIssues related to the googleapis/java-bigquery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions