Unspecified partition key. If used, it means using non-partitioned table.
Generated from protobuf enumPARTITION_KEY_UNSPECIFIED = 0;
READ_TIME
Value: 1
The time when the snapshot is taken. If specified as partition key, the
result table(s) is partitioned 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.
Generated from protobuf enumREAD_TIME = 1;
REQUEST_TIME
Value: 2
The time when the request is received and started to be processed. If
specified as partition key, the result table(s) is partitioned by the
requestTime column, an additional timestamp column representing when the
request was received.
[[["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-09-04 UTC."],[],[],null,["# Google Cloud Asset V1 Client - Class PartitionKey (2.2.3)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.3 (latest)](/php/docs/reference/cloud-asset/latest/V1.PartitionSpec.PartitionKey)\n- [2.2.2](/php/docs/reference/cloud-asset/2.2.2/V1.PartitionSpec.PartitionKey)\n- [2.1.3](/php/docs/reference/cloud-asset/2.1.3/V1.PartitionSpec.PartitionKey)\n- [2.0.1](/php/docs/reference/cloud-asset/2.0.1/V1.PartitionSpec.PartitionKey)\n- [1.16.4](/php/docs/reference/cloud-asset/1.16.4/V1.PartitionSpec.PartitionKey)\n- [1.14.1](/php/docs/reference/cloud-asset/1.14.1/V1.PartitionSpec.PartitionKey)\n- [1.13.2](/php/docs/reference/cloud-asset/1.13.2/V1.PartitionSpec.PartitionKey)\n- [1.12.2](/php/docs/reference/cloud-asset/1.12.2/V1.PartitionSpec.PartitionKey)\n- [1.11.3](/php/docs/reference/cloud-asset/1.11.3/V1.PartitionSpec.PartitionKey)\n- [1.10.2](/php/docs/reference/cloud-asset/1.10.2/V1.PartitionSpec.PartitionKey)\n- [1.9.2](/php/docs/reference/cloud-asset/1.9.2/V1.PartitionSpec.PartitionKey) \nReference documentation and code samples for the Google Cloud Asset V1 Client class PartitionKey.\n\nThis enum is used to determine the partition key column when exporting\nassets to BigQuery partitioned table(s). Note that, if the partition key is\na timestamp column, the actual partition is based on its date value\n(expressed in UTC. see details in\n\u003chttps://cloud.google.com/bigquery/docs/partitioned-tables#date_timestamp_partitioned_tables\u003e).\n\nProtobuf type `google.cloud.asset.v1.PartitionSpec.PartitionKey`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Asset \\\\ V1 \\\\ PartitionSpec\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### PARTITION_KEY_UNSPECIFIED\n\n Value: 0\n\nUnspecified partition key. If used, it means using non-partitioned table.\n\nGenerated from protobuf enum `PARTITION_KEY_UNSPECIFIED = 0;`\n\n### READ_TIME\n\n Value: 1\n\nThe time when the snapshot is taken. If specified as partition key, the\nresult table(s) is partitioned by the additional timestamp column,\nreadTime. If \\[read_time\\] in ExportAssetsRequest is specified, the\nreadTime column's value will be the same as it. Otherwise, its value will\nbe the current time that is used to take the snapshot.\n\nGenerated from protobuf enum `READ_TIME = 1;`\n\n### REQUEST_TIME\n\n Value: 2\n\nThe time when the request is received and started to be processed. If\nspecified as partition key, the result table(s) is partitioned by the\nrequestTime column, an additional timestamp column representing when the\nrequest was received.\n\nGenerated from protobuf enum `REQUEST_TIME = 2;`"]]