Skip to content

Commit 0554404

Browse files
chore: Migrate gsutil usage to gcloud storage (#3466)
* chore: Migrate gsutil usage to gcloud storage * chore: Update cloudasset-api.json * chore: Update cloudasset-api.json * chore: Update cloudasset-gen.go * chore: Update cloudasset-gen.go * chore: Update cloudasset-api.json --------- Co-authored-by: Baha Aiman <bahaaiman@google.com>
1 parent 84932f3 commit 0554404

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

cloudasset/v1/cloudasset-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1836,7 +1836,7 @@
18361836
"id": "GcsDestination",
18371837
"properties": {
18381838
"uri": {
1839-
"description": "The URI of the Cloud Storage object. It's the same URI that is used by gsutil. Example: \"gs://bucket_name/object_name\". See [Viewing and Editing Object Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. If the specified Cloud Storage object already exists and there is no [hold](https://cloud.google.com/storage/docs/object-holds), it will be overwritten with the exported result.",
1839+
"description": "The URI of the Cloud Storage object. It's the same URI that is used by gcloud storage. Example: \"gs://bucket_name/object_name\". See [Viewing and Editing Object Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. If the specified Cloud Storage object already exists and there is no [hold](https://cloud.google.com/storage/docs/object-holds), it will be overwritten with the exported result.",
18401840
"type": "string"
18411841
},
18421842
"uriPrefix": {
@@ -2163,7 +2163,7 @@
21632163
"id": "GoogleCloudAssetV1GcsDestination",
21642164
"properties": {
21652165
"uri": {
2166-
"description": "Required. The URI of the Cloud Storage object. It's the same URI that is used by gsutil. Example: \"gs://bucket_name/object_name\". See [Viewing and Editing Object Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. If the specified Cloud Storage object already exists and there is no [hold](https://cloud.google.com/storage/docs/object-holds), it will be overwritten with the analysis result.",
2166+
"description": "Required. The URI of the Cloud Storage object. It's the same URI that is used by gcloud storage. Example: \"gs://bucket_name/object_name\". See [Viewing and Editing Object Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. If the specified Cloud Storage object already exists and there is no [hold](https://cloud.google.com/storage/docs/object-holds), it will be overwritten with the analysis result.",
21672167
"type": "string"
21682168
}
21692169
},
@@ -4830,4 +4830,4 @@
48304830
"title": "Cloud Asset API",
48314831
"version": "v1",
48324832
"version_module": true
4833-
}
4833+
}

cloudasset/v1beta1/cloudasset-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@
624624
"id": "GcsDestination",
625625
"properties": {
626626
"uri": {
627-
"description": "The URI of the Cloud Storage object. It's the same URI that is used by gsutil. For example: \"gs://bucket_name/object_name\". See [Viewing and Editing Object Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.",
627+
"description": "The URI of the Cloud Storage object. It's the same URI that is used by gcloud storage. For example: \"gs://bucket_name/object_name\". See [Viewing and Editing Object Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.",
628628
"type": "string"
629629
},
630630
"uriPrefix": {
@@ -1710,4 +1710,4 @@
17101710
"title": "Cloud Asset API",
17111711
"version": "v1beta1",
17121712
"version_module": true
1713-
}
1713+
}

cloudasset/v1p7beta1/cloudasset-gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)