From 50831e68c56081dc5908f99158450de5c1c13d1c Mon Sep 17 00:00:00 2001 From: Google APIs Date: Tue, 1 Dec 2020 11:26:19 -0800 Subject: [PATCH] chore: fix typo 'partion_key' in comments PiperOrigin-RevId: 345062127 --- google/cloud/asset/v1/asset_service.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/cloud/asset/v1/asset_service.proto b/google/cloud/asset/v1/asset_service.proto index ee8c4129..d7d22fee 100644 --- a/google/cloud/asset/v1/asset_service.proto +++ b/google/cloud/asset/v1/asset_service.proto @@ -425,7 +425,7 @@ message BigQueryDestination { // [partition_spec] determines whether to export to partitioned table(s) and // how to partition the data. // - // If [partition_spec] is unset or [partition_spec.partion_key] is unset or + // If [partition_spec] is unset or [partition_spec.partition_key] is unset or // `PARTITION_KEY_UNSPECIFIED`, the snapshot results will be exported to // non-partitioned table(s). [force] will decide whether to overwrite existing // table(s).