Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
TableMetadataCacheUsage |
TableMetadataCacheUsage.clone() |
TableMetadataCacheUsage |
TableMetadataCacheUsage.set(String fieldName,
Object value) |
TableMetadataCacheUsage |
TableMetadataCacheUsage.setExplanation(String explanation)
Free form human-readable reason metadata caching was unused for the job.
|
TableMetadataCacheUsage |
TableMetadataCacheUsage.setStaleness(String staleness)
Duration since last refresh as of this job for managed tables (indicates metadata cache
staleness as seen by this job).
|
TableMetadataCacheUsage |
TableMetadataCacheUsage.setTableReference(TableReference tableReference)
Metadata caching eligible table referenced in the query.
|
TableMetadataCacheUsage |
TableMetadataCacheUsage.setTableType(String tableType)
[Table
type](https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#Table.FIELDS.type).
|
TableMetadataCacheUsage |
TableMetadataCacheUsage.setUnusedReason(String unusedReason)
Reason for not using metadata caching for the table.
|
Modifier and Type | Method and Description |
---|---|
List<TableMetadataCacheUsage> |
MetadataCacheStatistics.getTableMetadataCacheUsage()
Set for the Metadata caching eligible tables referenced in the query.
|
Modifier and Type | Method and Description |
---|---|
MetadataCacheStatistics |
MetadataCacheStatistics.setTableMetadataCacheUsage(List<TableMetadataCacheUsage> tableMetadataCacheUsage)
Set for the Metadata caching eligible tables referenced in the query.
|
Copyright © 2011–2025 Google. All rights reserved.