Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2064)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jul 12, 2023
1 parent 524f72b commit f391921
Show file tree
Hide file tree
Showing 16 changed files with 6,677 additions and 739 deletions.
3 changes: 2 additions & 1 deletion classroom/v1/classroom-api.json
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
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.

0 comments on commit f391921

Please sign in to comment.