Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cloudasset/v1/cloudasset-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1836,7 +1836,7 @@
"id": "GcsDestination",
"properties": {
"uri": {
"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.",
"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.",
"type": "string"
},
"uriPrefix": {
Expand Down Expand Up @@ -2163,7 +2163,7 @@
"id": "GoogleCloudAssetV1GcsDestination",
"properties": {
"uri": {
"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.",
"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.",
"type": "string"
}
},
Expand Down Expand Up @@ -4830,4 +4830,4 @@
"title": "Cloud Asset API",
"version": "v1",
"version_module": true
}
}
4 changes: 2 additions & 2 deletions cloudasset/v1beta1/cloudasset-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@
"id": "GcsDestination",
"properties": {
"uri": {
"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.",
"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.",
"type": "string"
},
"uriPrefix": {
Expand Down Expand Up @@ -1710,4 +1710,4 @@
"title": "Cloud Asset API",
"version": "v1beta1",
"version_module": true
}
}
2 changes: 1 addition & 1 deletion cloudasset/v1p7beta1/cloudasset-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.