Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2064

Merged
merged 1 commit into from
Jul 12, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion classroom/v1/classroom-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2400,7 +2400,7 @@
}
}
},
"revision": "20230620",
"revision": "20230706",
"rootUrl": "https://classroom.googleapis.com/",
"schemas": {
"Announcement": {
Expand Down Expand Up @@ -2562,6 +2562,7 @@
"type": "string"
},
"courseMaterialSets": {
"deprecated": true,
"description": "Sets of materials that appear on the \"about\" page of this course. Read-only.",
"items": {
"$ref": "CourseMaterialSet"
Expand Down
6 changes: 5 additions & 1 deletion cloudasset/v1/cloudasset-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@
}
}
},
"revision": "20230630",
"revision": "20230707",
"rootUrl": "https://cloudasset.googleapis.com/",
"schemas": {
"AccessSelector": {
Expand Down Expand Up @@ -1352,6 +1352,7 @@
},
"relatedAssets": {
"$ref": "RelatedAssets",
"deprecated": true,
"description": "DEPRECATED. This field only presents for the purpose of backward-compatibility. The server will never generate responses with this field. The related assets of the asset of one relationship type. One asset only represents one type of relationship."
},
"resource": {
Expand Down Expand Up @@ -3821,6 +3822,7 @@
"type": "object"
},
"RelatedAssets": {
"deprecated": true,
"description": "DEPRECATED. This message only presents for the purpose of backward-compatibility. The server will never populate this message in responses. The detailed related assets with the `relationship_type`.",
"id": "RelatedAssets",
"properties": {
Expand Down Expand Up @@ -3868,6 +3870,7 @@
"type": "object"
},
"RelationshipAttributes": {
"deprecated": true,
"description": "DEPRECATED. This message only presents for the purpose of backward-compatibility. The server will never populate this message in responses. The relationship attributes which include `type`, `source_resource_type`, `target_resource_type` and `action`.",
"id": "RelationshipAttributes",
"properties": {
Expand Down Expand Up @@ -3973,6 +3976,7 @@
"type": "array"
},
"kmsKey": {
"deprecated": true,
"description": "The Cloud KMS [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys) name or [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions) name. This field only presents for the purpose of backward compatibility. Please use the `kms_keys` field to retrieve Cloud KMS key information. This field is available only when the resource's Protobuf contains it and will only be populated for [these resource types](https://cloud.google.com/asset-inventory/docs/legacy-field-names#resource_types_with_the_to_be_deprecated_kmskey_field) for backward compatible purposes. To search against the `kms_key`: * Use a field query. Example: `kmsKey:key` * Use a free text query. Example: `key`",
"type": "string"
},
Expand Down
1,439 changes: 1,438 additions & 1 deletion cloudbilling/v1beta/cloudbilling-api.json

Large diffs are not rendered by default.