| Package | Description |
|---|---|
| com.google.api.services.bigquery.model |
| Modifier and Type | Method and Description |
|---|---|
DmlStatistics |
DmlStatistics.clone() |
DmlStatistics |
JobStatistics2.getDmlStats()
Output only.
|
DmlStatistics |
QueryResponse.getDmlStats()
Output only.
|
DmlStatistics |
DmlStatistics.set(String fieldName,
Object value) |
DmlStatistics |
DmlStatistics.setDeletedRowCount(Long deletedRowCount)
Output only.
|
DmlStatistics |
DmlStatistics.setInsertedRowCount(Long insertedRowCount)
Output only.
|
DmlStatistics |
DmlStatistics.setUpdatedRowCount(Long updatedRowCount)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
JobStatistics2 |
JobStatistics2.setDmlStats(DmlStatistics dmlStats)
Output only.
|
QueryResponse |
QueryResponse.setDmlStats(DmlStatistics dmlStats)
Output only.
|
Copyright © 2011–2025 Google. All rights reserved.