chore: fix typo 'partion_key' in comments

PiperOrigin-RevId: 345062127
pull/631/head
Google APIs 4 years ago committed by Copybara-Service
parent 665e9b0ce8
commit 50831e68c5
  1. 2
      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).

Loading…
Cancel
Save