Skip to content

Commit d26f412

Browse files
chore: fix typo 'partion_key' in comments (#438)
PiperOrigin-RevId: 345062127 Source-Author: Google APIs <[email protected]> Source-Date: Tue Dec 1 11:26:19 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: 50831e68c56081dc5908f99158450de5c1c13d1c Source-Link: googleapis/googleapis@50831e6
1 parent 1f59afa commit d26f412

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/google-cloud-asset/protos/google/cloud/asset/v1/asset_service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ message BigQueryDestination {
425425
// [partition_spec] determines whether to export to partitioned table(s) and
426426
// how to partition the data.
427427
//
428-
// If [partition_spec] is unset or [partition_spec.partion_key] is unset or
428+
// If [partition_spec] is unset or [partition_spec.partition_key] is unset or
429429
// `PARTITION_KEY_UNSPECIFIED`, the snapshot results will be exported to
430430
// non-partitioned table(s). [force] will decide whether to overwrite existing
431431
// table(s).

packages/google-cloud-asset/synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-asset.git",
7-
"sha": "c2f5a16b062667889e3dfe66f5bf1335e1704420"
7+
"sha": "68298fd9ebee3ae119bdb7dc6b848276804e2cda"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "a578b42319ca0e3c7b6fec600a4ee9ec57443598",
15-
"internalRef": "344904496"
14+
"sha": "50831e68c56081dc5908f99158450de5c1c13d1c",
15+
"internalRef": "345062127"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)