Skip to content

Commit 0508422

Browse files
Google APIscopybara-github
authored andcommitted
docs: fix typos in documentation
PiperOrigin-RevId: 755486613
1 parent 03da8ad commit 0508422

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

google/cloud/asset/v1/asset_service.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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 [

google/cloud/asset/v1/assets.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ message IamPolicySearchResult {
835835
// form of projects/{PROJECT_NUMBER}. If an IAM policy is set on a resource
836836
// (like VM instance, Cloud Storage bucket), the project field will indicate
837837
// the project that contains the resource. If an IAM policy is set on a folder
838-
// or orgnization, this field will be empty.
838+
// or organization, this field will be empty.
839839
//
840840
// To search against the `project`:
841841
//

0 commit comments

Comments
 (0)