Skip to content

Commit a40c120

Browse files
feat(cloudasset): update the api
#### cloudasset:v1 The following keys were added: - schemas.ResourceSearchResult.properties.kmsKeys (Total Keys: 2)
1 parent f247869 commit a40c120

File tree

6 files changed

+17
-7
lines changed

6 files changed

+17
-7
lines changed

docs/dyn/cloudasset_v1.v1.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1696,7 +1696,10 @@ <h3>Method Details</h3>
16961696
&quot;folders&quot;: [ # The folder(s) that this resource belongs to, in the form of folders/{FOLDER_NUMBER}. This field is available when the resource belongs to one or more folders. To search against `folders`: * Use a field query. Example: `folders:(123 OR 456)` * Use a free text query. Example: `123` * Specify the `scope` field as this folder in your search request.
16971697
&quot;A String&quot;,
16981698
],
1699-
&quot;kmsKey&quot;: &quot;A String&quot;, # 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 is available only when the resource&#x27;s Protobuf contains it. To search against the `kms_key`: * Use a field query. Example: `kmsKey:key` * Use a free text query. Example: `key`
1699+
&quot;kmsKey&quot;: &quot;A String&quot;, # This field only presents for the purpose of backward-compatibility. Please use `kms_keys` field to retrieve KMS key information. This field will only be populated for the resource types included in this list for backward compatible purpose. To search against the `kms_key`: * Use a field query. Example: `kmsKey:key` * Use a free text query. Example: `key`
1700+
&quot;kmsKeys&quot;: [ # The Cloud KMS [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys) names or [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions) names. This field is available only when the resource&#x27;s Protobuf contains it. To search against the `kms_keys`: * Use a field query. Example: `kmsKeys:key` * Use a free text query. Example: `key`
1701+
&quot;A String&quot;,
1702+
],
17001703
&quot;labels&quot;: { # Labels associated with this resource. See [Labelling and grouping GCP resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources) for more information. This field is available only when the resource&#x27;s Protobuf contains it. To search against the `labels`: * Use a field query: - query on any label&#x27;s key or value. Example: `labels:prod` - query by a given label. Example: `labels.env:prod` - query by a given label&#x27;s existence. Example: `labels.env:*` * Use a free text query. Example: `prod`
17011704
&quot;a_key&quot;: &quot;A String&quot;,
17021705
},

googleapiclient/discovery_cache/documents/cloudasset.v1.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@
929929
}
930930
}
931931
},
932-
"revision": "20220910",
932+
"revision": "20220923",
933933
"rootUrl": "https://cloudasset.googleapis.com/",
934934
"schemas": {
935935
"AccessSelector": {
@@ -3263,9 +3263,16 @@
32633263
"type": "array"
32643264
},
32653265
"kmsKey": {
3266-
"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 is available only when the resource's Protobuf contains it. To search against the `kms_key`: * Use a field query. Example: `kmsKey:key` * Use a free text query. Example: `key`",
3266+
"description": "This field only presents for the purpose of backward-compatibility. Please use `kms_keys` field to retrieve KMS key information. This field will only be populated for the resource types included in this list for backward compatible purpose. To search against the `kms_key`: * Use a field query. Example: `kmsKey:key` * Use a free text query. Example: `key`",
32673267
"type": "string"
32683268
},
3269+
"kmsKeys": {
3270+
"description": "The Cloud KMS [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys) names or [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions) names. This field is available only when the resource's Protobuf contains it. To search against the `kms_keys`: * Use a field query. Example: `kmsKeys:key` * Use a free text query. Example: `key`",
3271+
"items": {
3272+
"type": "string"
3273+
},
3274+
"type": "array"
3275+
},
32693276
"labels": {
32703277
"additionalProperties": {
32713278
"type": "string"

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": "20220910",
414+
"revision": "20221001",
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": "20220910",
210+
"revision": "20220923",
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": "20220910",
180+
"revision": "20221001",
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": "20220910",
170+
"revision": "20220923",
171171
"rootUrl": "https://cloudasset.googleapis.com/",
172172
"schemas": {
173173
"AnalyzeIamPolicyLongrunningMetadata": {

0 commit comments

Comments
 (0)