Skip to content

Commit 596118c

Browse files
feat(cloudasset): update the api
#### cloudasset:v1 The following keys were added: - schemas.Asset.properties.relatedAssets.deprecated (Total Keys: 1) - schemas.RelatedAssets.deprecated (Total Keys: 1) - schemas.RelationshipAttributes.deprecated (Total Keys: 1) - schemas.ResourceSearchResult.properties.kmsKey.deprecated (Total Keys: 1)
1 parent 91cbf8c commit 596118c

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

googleapiclient/discovery_cache/documents/cloudasset.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@
10951095
}
10961096
}
10971097
},
1098-
"revision": "20230630",
1098+
"revision": "20230707",
10991099
"rootUrl": "https://cloudasset.googleapis.com/",
11001100
"schemas": {
11011101
"AccessSelector": {
@@ -1352,6 +1352,7 @@
13521352
},
13531353
"relatedAssets": {
13541354
"$ref": "RelatedAssets",
1355+
"deprecated": true,
13551356
"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."
13561357
},
13571358
"resource": {
@@ -3821,6 +3822,7 @@
38213822
"type": "object"
38223823
},
38233824
"RelatedAssets": {
3825+
"deprecated": true,
38243826
"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`.",
38253827
"id": "RelatedAssets",
38263828
"properties": {
@@ -3868,6 +3870,7 @@
38683870
"type": "object"
38693871
},
38703872
"RelationshipAttributes": {
3873+
"deprecated": true,
38713874
"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`.",
38723875
"id": "RelationshipAttributes",
38733876
"properties": {
@@ -3973,6 +3976,7 @@
39733976
"type": "array"
39743977
},
39753978
"kmsKey": {
3979+
"deprecated": true,
39763980
"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`",
39773981
"type": "string"
39783982
},

googleapiclient/discovery_cache/documents/cloudasset.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
}
412412
}
413413
},
414-
"revision": "20230630",
414+
"revision": "20230707",
415415
"rootUrl": "https://cloudasset.googleapis.com/",
416416
"schemas": {
417417
"AnalyzeIamPolicyLongrunningMetadata": {

googleapiclient/discovery_cache/documents/cloudasset.v1p1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
}
208208
}
209209
},
210-
"revision": "20230630",
210+
"revision": "20230707",
211211
"rootUrl": "https://cloudasset.googleapis.com/",
212212
"schemas": {
213213
"AnalyzeIamPolicyLongrunningMetadata": {

googleapiclient/discovery_cache/documents/cloudasset.v1p5beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
}
178178
}
179179
},
180-
"revision": "20230630",
180+
"revision": "20230707",
181181
"rootUrl": "https://cloudasset.googleapis.com/",
182182
"schemas": {
183183
"AnalyzeIamPolicyLongrunningMetadata": {

googleapiclient/discovery_cache/documents/cloudasset.v1p7beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
}
168168
}
169169
},
170-
"revision": "20230630",
170+
"revision": "20230707",
171171
"rootUrl": "https://cloudasset.googleapis.com/",
172172
"schemas": {
173173
"AnalyzeIamPolicyLongrunningMetadata": {

0 commit comments

Comments
 (0)