@@ -799,14 +799,14 @@ message PartitionSpec {
799799 PARTITION_KEY_UNSPECIFIED = 0 ;
800800
801801 // The time when the snapshot is taken. If specified as partition key, the
802- // result table(s) is partitoned by the additional timestamp column,
802+ // result table(s) is partitioned by the additional timestamp column,
803803 // readTime. If [read_time] in ExportAssetsRequest is specified, the
804804 // readTime column's value will be the same as it. Otherwise, its value will
805805 // be the current time that is used to take the snapshot.
806806 READ_TIME = 1 ;
807807
808808 // The time when the request is received and started to be processed. If
809- // specified as partition key, the result table(s) is partitoned by the
809+ // specified as partition key, the result table(s) is partitioned by the
810810 // requestTime column, an additional timestamp column representing when the
811811 // request was received.
812812 REQUEST_TIME = 2 ;
@@ -1524,7 +1524,7 @@ message IamPolicyAnalysisOutputConfig {
15241524 PARTITION_KEY_UNSPECIFIED = 0 ;
15251525
15261526 // The time when the request is received. If specified as partition key,
1527- // the result table(s) is partitoned by the RequestTime column, an
1527+ // the result table(s) is partitioned by the RequestTime column, an
15281528 // additional timestamp column representing when the request was received.
15291529 REQUEST_TIME = 1 ;
15301530 }
@@ -1819,7 +1819,7 @@ message AnalyzeMoveRequest {
18191819
18201820 // Required. Name of the Google Cloud folder or organization to reparent the
18211821 // target resource. The analysis will be performed against hypothetically
1822- // moving the resource to this specified desitination parent. This can only be
1822+ // moving the resource to this specified destination parent. This can only be
18231823 // a folder number (such as "folders/123") or an organization number (such as
18241824 // "organizations/123").
18251825 string destination_parent = 2 [
0 commit comments