File tree Expand file tree Collapse file tree
google/cloud/asset/v1p7beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -273,14 +273,14 @@ message PartitionSpec {
273273 PARTITION_KEY_UNSPECIFIED = 0 ;
274274
275275 // The time when the snapshot is taken. If specified as partition key, the
276- // result table(s) is partitoned by the additional timestamp column,
276+ // result table(s) is partitioned by the additional timestamp column,
277277 // readTime. If [read_time] in ExportAssetsRequest is specified, the
278278 // readTime column's value will be the same as it. Otherwise, its value will
279279 // be the current time that is used to take the snapshot.
280280 READ_TIME = 1 ;
281281
282282 // The time when the request is received and started to be processed. If
283- // specified as partition key, the result table(s) is partitoned by the
283+ // specified as partition key, the result table(s) is partitioned by the
284284 // requestTime column, an additional timestamp column representing when the
285285 // request was received.
286286 REQUEST_TIME = 2 ;
You can’t perform that action at this time.
0 commit comments