The time when the snapshot is taken. If specified as partition key, the
result table(s) is partitoned by the additional timestamp column,
readTime. If [read_time] in ExportAssetsRequest is specified, the
readTime column's value will be the same as it. Otherwise, its value will
be the current time that is used to take the snapshot.
RequestTime
The time when the request is received and started to be processed. If
specified as partition key, the result table(s) is partitoned by the
requestTime column, an additional timestamp column representing when the
request was received.
Unspecified
Unspecified partition key. If used, it means using non-partitioned table.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["Version 3.12.0 is the latest version available for the Google Cloud Asset Inventory v1 API, with several previous versions listed from 3.11.0 down to 2.7.0."],["The documentation pertains to the `PartitionSpec.Types.PartitionKey` enum, which is utilized for specifying the partition key column when exporting assets to BigQuery partitioned tables."],["The `PartitionSpec.Types.PartitionKey` enum has three possible fields: `ReadTime`, `RequestTime`, and `Unspecified`, each serving a different function in BigQuery table partitioning or lack thereof."],["The `ReadTime` field dictates that the partition column will be based on the readTime timestamp while `RequestTime` will do the same with the request timestamp, while `Unspecified` will create a non-partitioned table."]]],[]]