| Package | Description |
|---|---|
| com.google.api.services.bigquery.model |
| Modifier and Type | Method and Description |
|---|---|
ObjectStorageStats |
ObjectStorageStats.clone() |
ObjectStorageStats |
ObjectStorageStats.set(String fieldName,
Object value) |
ObjectStorageStats |
ObjectStorageStats.setCacheBytesRead(Long cacheBytesRead)
Total bytes read from the GCP Lakehouse-internal cache, avoiding an object storage read.
|
ObjectStorageStats |
ObjectStorageStats.setCloudProvider(String cloudProvider)
The cloud provider for this block of statistics.
|
ObjectStorageStats |
ObjectStorageStats.setObjectStorageBytesRead(Long objectStorageBytesRead)
Total bytes read directly from the cloud provider's storage.
|
| Modifier and Type | Method and Description |
|---|---|
List<ObjectStorageStats> |
JobStatistics2.getObjectStorageStats()
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
JobStatistics2 |
JobStatistics2.setObjectStorageStats(List<ObjectStorageStats> objectStorageStats)
Output only.
|
Copyright © 2011–2026 Google. All rights reserved.