google-api-python-client 2.139.0__py2.py3-none-any.whl → 2.140.0__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. {google_api_python_client-2.139.0.dist-info → google_api_python_client-2.140.0.dist-info}/METADATA +1 -1
  2. {google_api_python_client-2.139.0.dist-info → google_api_python_client-2.140.0.dist-info}/RECORD +46 -46
  3. googleapiclient/discovery_cache/documents/aiplatform.v1.json +83 -31
  4. googleapiclient/discovery_cache/documents/aiplatform.v1beta1.json +360 -16
  5. googleapiclient/discovery_cache/documents/analyticsadmin.v1alpha.json +298 -49
  6. googleapiclient/discovery_cache/documents/analyticsdata.v1beta.json +3 -3
  7. googleapiclient/discovery_cache/documents/chat.v1.json +4 -4
  8. googleapiclient/discovery_cache/documents/chromepolicy.v1.json +2 -2
  9. googleapiclient/discovery_cache/documents/cloudchannel.v1.json +132 -4
  10. googleapiclient/discovery_cache/documents/cloudfunctions.v1.json +14 -2
  11. googleapiclient/discovery_cache/documents/cloudfunctions.v2.json +15 -3
  12. googleapiclient/discovery_cache/documents/cloudfunctions.v2alpha.json +15 -3
  13. googleapiclient/discovery_cache/documents/cloudfunctions.v2beta.json +15 -3
  14. googleapiclient/discovery_cache/documents/cloudkms.v1.json +17 -2
  15. googleapiclient/discovery_cache/documents/compute.alpha.json +328 -39
  16. googleapiclient/discovery_cache/documents/compute.beta.json +112 -39
  17. googleapiclient/discovery_cache/documents/compute.v1.json +38 -17
  18. googleapiclient/discovery_cache/documents/container.v1.json +2 -2
  19. googleapiclient/discovery_cache/documents/container.v1beta1.json +2 -2
  20. googleapiclient/discovery_cache/documents/containeranalysis.v1.json +236 -1
  21. googleapiclient/discovery_cache/documents/containeranalysis.v1beta1.json +236 -1
  22. googleapiclient/discovery_cache/documents/dialogflow.v2.json +11 -18
  23. googleapiclient/discovery_cache/documents/dialogflow.v2beta1.json +11 -18
  24. googleapiclient/discovery_cache/documents/dialogflow.v3.json +27 -23
  25. googleapiclient/discovery_cache/documents/discoveryengine.v1.json +212 -48
  26. googleapiclient/discovery_cache/documents/discoveryengine.v1alpha.json +132 -51
  27. googleapiclient/discovery_cache/documents/discoveryengine.v1beta.json +252 -55
  28. googleapiclient/discovery_cache/documents/docs.v1.json +2 -2
  29. googleapiclient/discovery_cache/documents/firebaseml.v2beta.json +7 -1
  30. googleapiclient/discovery_cache/documents/healthcare.v1.json +106 -1
  31. googleapiclient/discovery_cache/documents/healthcare.v1beta1.json +106 -1
  32. googleapiclient/discovery_cache/documents/iam.v1.json +4 -4
  33. googleapiclient/discovery_cache/documents/logging.v2.json +3 -3
  34. googleapiclient/discovery_cache/documents/merchantapi.accounts_v1beta.json +1 -157
  35. googleapiclient/discovery_cache/documents/networkservices.v1.json +14 -14
  36. googleapiclient/discovery_cache/documents/networkservices.v1beta1.json +313 -14
  37. googleapiclient/discovery_cache/documents/places.v1.json +2 -2
  38. googleapiclient/discovery_cache/documents/prod_tt_sasportal.v1alpha1.json +4 -2
  39. googleapiclient/discovery_cache/documents/realtimebidding.v1.json +5 -3
  40. googleapiclient/discovery_cache/documents/recaptchaenterprise.v1.json +20 -1
  41. googleapiclient/discovery_cache/documents/sqladmin.v1.json +12 -1
  42. googleapiclient/discovery_cache/documents/sqladmin.v1beta4.json +12 -1
  43. googleapiclient/version.py +1 -1
  44. {google_api_python_client-2.139.0.dist-info → google_api_python_client-2.140.0.dist-info}/LICENSE +0 -0
  45. {google_api_python_client-2.139.0.dist-info → google_api_python_client-2.140.0.dist-info}/WHEEL +0 -0
  46. {google_api_python_client-2.139.0.dist-info → google_api_python_client-2.140.0.dist-info}/top_level.txt +0 -0
@@ -118,6 +118,92 @@
118
118
  "resources": {
119
119
  "notes": {
120
120
  "methods": {
121
+ "batchCreate": {
122
+ "description": "Creates new notes in batch.",
123
+ "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/notes:batchCreate",
124
+ "httpMethod": "POST",
125
+ "id": "containeranalysis.projects.locations.notes.batchCreate",
126
+ "parameterOrder": [
127
+ "parent"
128
+ ],
129
+ "parameters": {
130
+ "parent": {
131
+ "description": "Required. The name of the project in the form of `projects/[PROJECT_ID]`, under which the notes are to be created.",
132
+ "location": "path",
133
+ "pattern": "^projects/[^/]+/locations/[^/]+$",
134
+ "required": true,
135
+ "type": "string"
136
+ }
137
+ },
138
+ "path": "v1/{+parent}/notes:batchCreate",
139
+ "request": {
140
+ "$ref": "BatchCreateNotesRequest"
141
+ },
142
+ "response": {
143
+ "$ref": "BatchCreateNotesResponse"
144
+ },
145
+ "scopes": [
146
+ "https://www.googleapis.com/auth/cloud-platform"
147
+ ]
148
+ },
149
+ "create": {
150
+ "description": "Creates a new note.",
151
+ "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/notes",
152
+ "httpMethod": "POST",
153
+ "id": "containeranalysis.projects.locations.notes.create",
154
+ "parameterOrder": [
155
+ "parent"
156
+ ],
157
+ "parameters": {
158
+ "noteId": {
159
+ "description": "Required. The ID to use for this note.",
160
+ "location": "query",
161
+ "type": "string"
162
+ },
163
+ "parent": {
164
+ "description": "Required. The name of the project in the form of `projects/[PROJECT_ID]`, under which the note is to be created.",
165
+ "location": "path",
166
+ "pattern": "^projects/[^/]+/locations/[^/]+$",
167
+ "required": true,
168
+ "type": "string"
169
+ }
170
+ },
171
+ "path": "v1/{+parent}/notes",
172
+ "request": {
173
+ "$ref": "Note"
174
+ },
175
+ "response": {
176
+ "$ref": "Note"
177
+ },
178
+ "scopes": [
179
+ "https://www.googleapis.com/auth/cloud-platform"
180
+ ]
181
+ },
182
+ "delete": {
183
+ "description": "Deletes the specified note.",
184
+ "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/notes/{notesId}",
185
+ "httpMethod": "DELETE",
186
+ "id": "containeranalysis.projects.locations.notes.delete",
187
+ "parameterOrder": [
188
+ "name"
189
+ ],
190
+ "parameters": {
191
+ "name": {
192
+ "description": "Required. The name of the note in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`.",
193
+ "location": "path",
194
+ "pattern": "^projects/[^/]+/locations/[^/]+/notes/[^/]+$",
195
+ "required": true,
196
+ "type": "string"
197
+ }
198
+ },
199
+ "path": "v1/{+name}",
200
+ "response": {
201
+ "$ref": "Empty"
202
+ },
203
+ "scopes": [
204
+ "https://www.googleapis.com/auth/cloud-platform"
205
+ ]
206
+ },
121
207
  "get": {
122
208
  "description": "Gets the specified note.",
123
209
  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/notes/{notesId}",
@@ -183,6 +269,40 @@
183
269
  "scopes": [
184
270
  "https://www.googleapis.com/auth/cloud-platform"
185
271
  ]
272
+ },
273
+ "patch": {
274
+ "description": "Updates the specified note.",
275
+ "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/notes/{notesId}",
276
+ "httpMethod": "PATCH",
277
+ "id": "containeranalysis.projects.locations.notes.patch",
278
+ "parameterOrder": [
279
+ "name"
280
+ ],
281
+ "parameters": {
282
+ "name": {
283
+ "description": "Required. The name of the note in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`.",
284
+ "location": "path",
285
+ "pattern": "^projects/[^/]+/locations/[^/]+/notes/[^/]+$",
286
+ "required": true,
287
+ "type": "string"
288
+ },
289
+ "updateMask": {
290
+ "description": "The fields to update.",
291
+ "format": "google-fieldmask",
292
+ "location": "query",
293
+ "type": "string"
294
+ }
295
+ },
296
+ "path": "v1/{+name}",
297
+ "request": {
298
+ "$ref": "Note"
299
+ },
300
+ "response": {
301
+ "$ref": "Note"
302
+ },
303
+ "scopes": [
304
+ "https://www.googleapis.com/auth/cloud-platform"
305
+ ]
186
306
  }
187
307
  },
188
308
  "resources": {
@@ -235,6 +355,87 @@
235
355
  },
236
356
  "occurrences": {
237
357
  "methods": {
358
+ "batchCreate": {
359
+ "description": "Creates new occurrences in batch.",
360
+ "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/occurrences:batchCreate",
361
+ "httpMethod": "POST",
362
+ "id": "containeranalysis.projects.locations.occurrences.batchCreate",
363
+ "parameterOrder": [
364
+ "parent"
365
+ ],
366
+ "parameters": {
367
+ "parent": {
368
+ "description": "Required. The name of the project in the form of `projects/[PROJECT_ID]`, under which the occurrences are to be created.",
369
+ "location": "path",
370
+ "pattern": "^projects/[^/]+/locations/[^/]+$",
371
+ "required": true,
372
+ "type": "string"
373
+ }
374
+ },
375
+ "path": "v1/{+parent}/occurrences:batchCreate",
376
+ "request": {
377
+ "$ref": "BatchCreateOccurrencesRequest"
378
+ },
379
+ "response": {
380
+ "$ref": "BatchCreateOccurrencesResponse"
381
+ },
382
+ "scopes": [
383
+ "https://www.googleapis.com/auth/cloud-platform"
384
+ ]
385
+ },
386
+ "create": {
387
+ "description": "Creates a new occurrence.",
388
+ "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/occurrences",
389
+ "httpMethod": "POST",
390
+ "id": "containeranalysis.projects.locations.occurrences.create",
391
+ "parameterOrder": [
392
+ "parent"
393
+ ],
394
+ "parameters": {
395
+ "parent": {
396
+ "description": "Required. The name of the project in the form of `projects/[PROJECT_ID]`, under which the occurrence is to be created.",
397
+ "location": "path",
398
+ "pattern": "^projects/[^/]+/locations/[^/]+$",
399
+ "required": true,
400
+ "type": "string"
401
+ }
402
+ },
403
+ "path": "v1/{+parent}/occurrences",
404
+ "request": {
405
+ "$ref": "Occurrence"
406
+ },
407
+ "response": {
408
+ "$ref": "Occurrence"
409
+ },
410
+ "scopes": [
411
+ "https://www.googleapis.com/auth/cloud-platform"
412
+ ]
413
+ },
414
+ "delete": {
415
+ "description": "Deletes the specified occurrence. For example, use this method to delete an occurrence when the occurrence is no longer applicable for the given resource.",
416
+ "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/occurrences/{occurrencesId}",
417
+ "httpMethod": "DELETE",
418
+ "id": "containeranalysis.projects.locations.occurrences.delete",
419
+ "parameterOrder": [
420
+ "name"
421
+ ],
422
+ "parameters": {
423
+ "name": {
424
+ "description": "Required. The name of the occurrence in the form of `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`.",
425
+ "location": "path",
426
+ "pattern": "^projects/[^/]+/locations/[^/]+/occurrences/[^/]+$",
427
+ "required": true,
428
+ "type": "string"
429
+ }
430
+ },
431
+ "path": "v1/{+name}",
432
+ "response": {
433
+ "$ref": "Empty"
434
+ },
435
+ "scopes": [
436
+ "https://www.googleapis.com/auth/cloud-platform"
437
+ ]
438
+ },
238
439
  "get": {
239
440
  "description": "Gets the specified occurrence.",
240
441
  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/occurrences/{occurrencesId}",
@@ -355,6 +556,40 @@
355
556
  "scopes": [
356
557
  "https://www.googleapis.com/auth/cloud-platform"
357
558
  ]
559
+ },
560
+ "patch": {
561
+ "description": "Updates the specified occurrence.",
562
+ "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/occurrences/{occurrencesId}",
563
+ "httpMethod": "PATCH",
564
+ "id": "containeranalysis.projects.locations.occurrences.patch",
565
+ "parameterOrder": [
566
+ "name"
567
+ ],
568
+ "parameters": {
569
+ "name": {
570
+ "description": "Required. The name of the occurrence in the form of `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`.",
571
+ "location": "path",
572
+ "pattern": "^projects/[^/]+/locations/[^/]+/occurrences/[^/]+$",
573
+ "required": true,
574
+ "type": "string"
575
+ },
576
+ "updateMask": {
577
+ "description": "The fields to update.",
578
+ "format": "google-fieldmask",
579
+ "location": "query",
580
+ "type": "string"
581
+ }
582
+ },
583
+ "path": "v1/{+name}",
584
+ "request": {
585
+ "$ref": "Occurrence"
586
+ },
587
+ "response": {
588
+ "$ref": "Occurrence"
589
+ },
590
+ "scopes": [
591
+ "https://www.googleapis.com/auth/cloud-platform"
592
+ ]
358
593
  }
359
594
  }
360
595
  },
@@ -1072,7 +1307,7 @@
1072
1307
  }
1073
1308
  }
1074
1309
  },
1075
- "revision": "20240704",
1310
+ "revision": "20240726",
1076
1311
  "rootUrl": "https://containeranalysis.googleapis.com/",
1077
1312
  "schemas": {
1078
1313
  "AliasContext": {
@@ -118,6 +118,92 @@
118
118
  "resources": {
119
119
  "notes": {
120
120
  "methods": {
121
+ "batchCreate": {
122
+ "description": "Creates new notes in batch.",
123
+ "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/notes:batchCreate",
124
+ "httpMethod": "POST",
125
+ "id": "containeranalysis.projects.locations.notes.batchCreate",
126
+ "parameterOrder": [
127
+ "parent"
128
+ ],
129
+ "parameters": {
130
+ "parent": {
131
+ "description": "Required. The name of the project in the form of `projects/[PROJECT_ID]`, under which the notes are to be created.",
132
+ "location": "path",
133
+ "pattern": "^projects/[^/]+/locations/[^/]+$",
134
+ "required": true,
135
+ "type": "string"
136
+ }
137
+ },
138
+ "path": "v1beta1/{+parent}/notes:batchCreate",
139
+ "request": {
140
+ "$ref": "BatchCreateNotesRequest"
141
+ },
142
+ "response": {
143
+ "$ref": "BatchCreateNotesResponse"
144
+ },
145
+ "scopes": [
146
+ "https://www.googleapis.com/auth/cloud-platform"
147
+ ]
148
+ },
149
+ "create": {
150
+ "description": "Creates a new note.",
151
+ "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/notes",
152
+ "httpMethod": "POST",
153
+ "id": "containeranalysis.projects.locations.notes.create",
154
+ "parameterOrder": [
155
+ "parent"
156
+ ],
157
+ "parameters": {
158
+ "noteId": {
159
+ "description": "Required. The ID to use for this note.",
160
+ "location": "query",
161
+ "type": "string"
162
+ },
163
+ "parent": {
164
+ "description": "Required. The name of the project in the form of `projects/[PROJECT_ID]`, under which the note is to be created.",
165
+ "location": "path",
166
+ "pattern": "^projects/[^/]+/locations/[^/]+$",
167
+ "required": true,
168
+ "type": "string"
169
+ }
170
+ },
171
+ "path": "v1beta1/{+parent}/notes",
172
+ "request": {
173
+ "$ref": "Note"
174
+ },
175
+ "response": {
176
+ "$ref": "Note"
177
+ },
178
+ "scopes": [
179
+ "https://www.googleapis.com/auth/cloud-platform"
180
+ ]
181
+ },
182
+ "delete": {
183
+ "description": "Deletes the specified note.",
184
+ "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/notes/{notesId}",
185
+ "httpMethod": "DELETE",
186
+ "id": "containeranalysis.projects.locations.notes.delete",
187
+ "parameterOrder": [
188
+ "name"
189
+ ],
190
+ "parameters": {
191
+ "name": {
192
+ "description": "Required. The name of the note in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`.",
193
+ "location": "path",
194
+ "pattern": "^projects/[^/]+/locations/[^/]+/notes/[^/]+$",
195
+ "required": true,
196
+ "type": "string"
197
+ }
198
+ },
199
+ "path": "v1beta1/{+name}",
200
+ "response": {
201
+ "$ref": "Empty"
202
+ },
203
+ "scopes": [
204
+ "https://www.googleapis.com/auth/cloud-platform"
205
+ ]
206
+ },
121
207
  "get": {
122
208
  "description": "Gets the specified note.",
123
209
  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/notes/{notesId}",
@@ -183,6 +269,40 @@
183
269
  "scopes": [
184
270
  "https://www.googleapis.com/auth/cloud-platform"
185
271
  ]
272
+ },
273
+ "patch": {
274
+ "description": "Updates the specified note.",
275
+ "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/notes/{notesId}",
276
+ "httpMethod": "PATCH",
277
+ "id": "containeranalysis.projects.locations.notes.patch",
278
+ "parameterOrder": [
279
+ "name"
280
+ ],
281
+ "parameters": {
282
+ "name": {
283
+ "description": "Required. The name of the note in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`.",
284
+ "location": "path",
285
+ "pattern": "^projects/[^/]+/locations/[^/]+/notes/[^/]+$",
286
+ "required": true,
287
+ "type": "string"
288
+ },
289
+ "updateMask": {
290
+ "description": "The fields to update.",
291
+ "format": "google-fieldmask",
292
+ "location": "query",
293
+ "type": "string"
294
+ }
295
+ },
296
+ "path": "v1beta1/{+name}",
297
+ "request": {
298
+ "$ref": "Note"
299
+ },
300
+ "response": {
301
+ "$ref": "Note"
302
+ },
303
+ "scopes": [
304
+ "https://www.googleapis.com/auth/cloud-platform"
305
+ ]
186
306
  }
187
307
  },
188
308
  "resources": {
@@ -235,6 +355,87 @@
235
355
  },
236
356
  "occurrences": {
237
357
  "methods": {
358
+ "batchCreate": {
359
+ "description": "Creates new occurrences in batch.",
360
+ "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/occurrences:batchCreate",
361
+ "httpMethod": "POST",
362
+ "id": "containeranalysis.projects.locations.occurrences.batchCreate",
363
+ "parameterOrder": [
364
+ "parent"
365
+ ],
366
+ "parameters": {
367
+ "parent": {
368
+ "description": "Required. The name of the project in the form of `projects/[PROJECT_ID]`, under which the occurrences are to be created.",
369
+ "location": "path",
370
+ "pattern": "^projects/[^/]+/locations/[^/]+$",
371
+ "required": true,
372
+ "type": "string"
373
+ }
374
+ },
375
+ "path": "v1beta1/{+parent}/occurrences:batchCreate",
376
+ "request": {
377
+ "$ref": "BatchCreateOccurrencesRequest"
378
+ },
379
+ "response": {
380
+ "$ref": "BatchCreateOccurrencesResponse"
381
+ },
382
+ "scopes": [
383
+ "https://www.googleapis.com/auth/cloud-platform"
384
+ ]
385
+ },
386
+ "create": {
387
+ "description": "Creates a new occurrence.",
388
+ "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/occurrences",
389
+ "httpMethod": "POST",
390
+ "id": "containeranalysis.projects.locations.occurrences.create",
391
+ "parameterOrder": [
392
+ "parent"
393
+ ],
394
+ "parameters": {
395
+ "parent": {
396
+ "description": "Required. The name of the project in the form of `projects/[PROJECT_ID]`, under which the occurrence is to be created.",
397
+ "location": "path",
398
+ "pattern": "^projects/[^/]+/locations/[^/]+$",
399
+ "required": true,
400
+ "type": "string"
401
+ }
402
+ },
403
+ "path": "v1beta1/{+parent}/occurrences",
404
+ "request": {
405
+ "$ref": "Occurrence"
406
+ },
407
+ "response": {
408
+ "$ref": "Occurrence"
409
+ },
410
+ "scopes": [
411
+ "https://www.googleapis.com/auth/cloud-platform"
412
+ ]
413
+ },
414
+ "delete": {
415
+ "description": "Deletes the specified occurrence. For example, use this method to delete an occurrence when the occurrence is no longer applicable for the given resource.",
416
+ "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/occurrences/{occurrencesId}",
417
+ "httpMethod": "DELETE",
418
+ "id": "containeranalysis.projects.locations.occurrences.delete",
419
+ "parameterOrder": [
420
+ "name"
421
+ ],
422
+ "parameters": {
423
+ "name": {
424
+ "description": "Required. The name of the occurrence in the form of `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`.",
425
+ "location": "path",
426
+ "pattern": "^projects/[^/]+/locations/[^/]+/occurrences/[^/]+$",
427
+ "required": true,
428
+ "type": "string"
429
+ }
430
+ },
431
+ "path": "v1beta1/{+name}",
432
+ "response": {
433
+ "$ref": "Empty"
434
+ },
435
+ "scopes": [
436
+ "https://www.googleapis.com/auth/cloud-platform"
437
+ ]
438
+ },
238
439
  "get": {
239
440
  "description": "Gets the specified occurrence.",
240
441
  "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/occurrences/{occurrencesId}",
@@ -355,6 +556,40 @@
355
556
  "scopes": [
356
557
  "https://www.googleapis.com/auth/cloud-platform"
357
558
  ]
559
+ },
560
+ "patch": {
561
+ "description": "Updates the specified occurrence.",
562
+ "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/occurrences/{occurrencesId}",
563
+ "httpMethod": "PATCH",
564
+ "id": "containeranalysis.projects.locations.occurrences.patch",
565
+ "parameterOrder": [
566
+ "name"
567
+ ],
568
+ "parameters": {
569
+ "name": {
570
+ "description": "Required. The name of the occurrence in the form of `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`.",
571
+ "location": "path",
572
+ "pattern": "^projects/[^/]+/locations/[^/]+/occurrences/[^/]+$",
573
+ "required": true,
574
+ "type": "string"
575
+ },
576
+ "updateMask": {
577
+ "description": "The fields to update.",
578
+ "format": "google-fieldmask",
579
+ "location": "query",
580
+ "type": "string"
581
+ }
582
+ },
583
+ "path": "v1beta1/{+name}",
584
+ "request": {
585
+ "$ref": "Occurrence"
586
+ },
587
+ "response": {
588
+ "$ref": "Occurrence"
589
+ },
590
+ "scopes": [
591
+ "https://www.googleapis.com/auth/cloud-platform"
592
+ ]
358
593
  }
359
594
  }
360
595
  },
@@ -1128,7 +1363,7 @@
1128
1363
  }
1129
1364
  }
1130
1365
  },
1131
- "revision": "20240704",
1366
+ "revision": "20240726",
1132
1367
  "rootUrl": "https://containeranalysis.googleapis.com/",
1133
1368
  "schemas": {
1134
1369
  "AliasContext": {
@@ -8714,7 +8714,7 @@
8714
8714
  }
8715
8715
  }
8716
8716
  },
8717
- "revision": "20240721",
8717
+ "revision": "20240724",
8718
8718
  "rootUrl": "https://dialogflow.googleapis.com/",
8719
8719
  "schemas": {
8720
8720
  "GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -8783,7 +8783,7 @@
8783
8783
  "type": "boolean"
8784
8784
  },
8785
8785
  "enableStackdriverLogging": {
8786
- "description": "Enables StackDriver logging.",
8786
+ "description": "Enables Google Cloud Logging.",
8787
8787
  "type": "boolean"
8788
8788
  }
8789
8789
  },
@@ -9097,7 +9097,7 @@
9097
9097
  "id": "GoogleCloudDialogflowCxV3DeployFlowResponse",
9098
9098
  "properties": {
9099
9099
  "deployment": {
9100
- "description": "The name of the flow version Deployment. Format: `projects//locations//agents// environments//deployments/`.",
9100
+ "description": "The name of the flow version Deployment. Format: `projects//locations//agents//environments//deployments/`.",
9101
9101
  "type": "string"
9102
9102
  },
9103
9103
  "environment": {
@@ -9175,7 +9175,7 @@
9175
9175
  "type": "boolean"
9176
9176
  },
9177
9177
  "testCases": {
9178
- "description": "A list of test case names to run. They should be under the same agent. Format of each test case name: `projects//locations/ /agents//testCases/`",
9178
+ "description": "A list of test case names to run. They should be under the same agent. Format of each test case name: `projects//locations//agents//testCases/`",
9179
9179
  "items": {
9180
9180
  "type": "string"
9181
9181
  },
@@ -10450,7 +10450,7 @@
10450
10450
  "description": "The latest test result."
10451
10451
  },
10452
10452
  "name": {
10453
- "description": "The unique identifier of the test case. TestCases.CreateTestCase will populate the name automatically. Otherwise use format: `projects//locations//agents/ /testCases/`.",
10453
+ "description": "The unique identifier of the test case. TestCases.CreateTestCase will populate the name automatically. Otherwise use format: `projects//locations//agents//testCases/`.",
10454
10454
  "type": "string"
10455
10455
  },
10456
10456
  "notes": {
@@ -10509,7 +10509,7 @@
10509
10509
  "type": "string"
10510
10510
  },
10511
10511
  "name": {
10512
- "description": "The resource name for the test case result. Format: `projects//locations//agents//testCases/ /results/`.",
10512
+ "description": "The resource name for the test case result. Format: `projects//locations//agents//testCases//results/`.",
10513
10513
  "type": "string"
10514
10514
  },
10515
10515
  "testResult": {
@@ -11181,7 +11181,7 @@
11181
11181
  "type": "boolean"
11182
11182
  },
11183
11183
  "enableStackdriverLogging": {
11184
- "description": "Enables StackDriver logging.",
11184
+ "description": "Enables Google Cloud Logging.",
11185
11185
  "type": "boolean"
11186
11186
  }
11187
11187
  },
@@ -11495,7 +11495,7 @@
11495
11495
  "id": "GoogleCloudDialogflowCxV3beta1DeployFlowResponse",
11496
11496
  "properties": {
11497
11497
  "deployment": {
11498
- "description": "The name of the flow version deployment. Format: `projects//locations//agents// environments//deployments/`.",
11498
+ "description": "The name of the flow version deployment. Format: `projects//locations//agents//environments//deployments/`.",
11499
11499
  "type": "string"
11500
11500
  },
11501
11501
  "environment": {
@@ -11573,7 +11573,7 @@
11573
11573
  "type": "boolean"
11574
11574
  },
11575
11575
  "testCases": {
11576
- "description": "A list of test case names to run. They should be under the same agent. Format of each test case name: `projects//locations/ /agents//testCases/`",
11576
+ "description": "A list of test case names to run. They should be under the same agent. Format of each test case name: `projects//locations//agents//testCases/`",
11577
11577
  "items": {
11578
11578
  "type": "string"
11579
11579
  },
@@ -12840,7 +12840,7 @@
12840
12840
  "description": "The latest test result."
12841
12841
  },
12842
12842
  "name": {
12843
- "description": "The unique identifier of the test case. TestCases.CreateTestCase will populate the name automatically. Otherwise use format: `projects//locations//agents/ /testCases/`.",
12843
+ "description": "The unique identifier of the test case. TestCases.CreateTestCase will populate the name automatically. Otherwise use format: `projects//locations//agents//testCases/`.",
12844
12844
  "type": "string"
12845
12845
  },
12846
12846
  "notes": {
@@ -12899,7 +12899,7 @@
12899
12899
  "type": "string"
12900
12900
  },
12901
12901
  "name": {
12902
- "description": "The resource name for the test case result. Format: `projects//locations//agents//testCases/ /results/`.",
12902
+ "description": "The resource name for the test case result. Format: `projects//locations//agents//testCases//results/`.",
12903
12903
  "type": "string"
12904
12904
  },
12905
12905
  "testResult": {
@@ -18694,13 +18694,6 @@ true
18694
18694
  "description": "Configures speech transcription for ConversationProfile.",
18695
18695
  "id": "GoogleCloudDialogflowV2SpeechToTextConfig",
18696
18696
  "properties": {
18697
- "alternativeLanguageCodes": {
18698
- "description": "Defines the list of other language codes in addition to the one provided by the conversation profile that may be detected as the language code for the utterances over the conversation. See [Language Support](https://cloud.google.com/dialogflow/docs/reference/language) for a list of the currently supported language codes.",
18699
- "items": {
18700
- "type": "string"
18701
- },
18702
- "type": "array"
18703
- },
18704
18697
  "audioEncoding": {
18705
18698
  "description": "Audio encoding of the audio content to process.",
18706
18699
  "enum": [