Skip to content

Commit 6528fb2

Browse files
feat(all): auto-regenerate discovery clients (#2903)
1 parent d4cb90f commit 6528fb2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+45795
-20543
lines changed

‎aiplatform/v1/aiplatform-api.json

Lines changed: 978 additions & 7 deletions
Large diffs are not rendered by default.

‎aiplatform/v1/aiplatform-gen.go

Lines changed: 20545 additions & 18368 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎aiplatform/v1beta1/aiplatform-api.json

Lines changed: 735 additions & 11 deletions
Large diffs are not rendered by default.

‎aiplatform/v1beta1/aiplatform-gen.go

Lines changed: 1570 additions & 335 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎contactcenterinsights/v1/contactcenterinsights-api.json

Lines changed: 35 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -472,15 +472,15 @@
472472
}
473473
}
474474
},
475-
"authorizedViewSet": {
475+
"authorizedViewSets": {
476476
"resources": {
477-
"authorizedView": {
477+
"authorizedViews": {
478478
"methods": {
479479
"calculateStats": {
480480
"description": "Gets conversation statistics.",
481-
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSet/{authorizedViewSetId}/authorizedView/{authorizedViewId}:calculateStats",
481+
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}:calculateStats",
482482
"httpMethod": "GET",
483-
"id": "contactcenterinsights.projects.locations.authorizedViewSet.authorizedView.calculateStats",
483+
"id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.calculateStats",
484484
"parameterOrder": [
485485
"location"
486486
],
@@ -493,7 +493,7 @@
493493
"location": {
494494
"description": "Required. The location of the conversations.",
495495
"location": "path",
496-
"pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSet/[^/]+/authorizedView/[^/]+$",
496+
"pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+$",
497497
"required": true,
498498
"type": "string"
499499
}
@@ -508,17 +508,17 @@
508508
},
509509
"queryMetrics": {
510510
"description": "Query metrics.",
511-
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSet/{authorizedViewSetId}/authorizedView/{authorizedViewId}:queryMetrics",
511+
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}:queryMetrics",
512512
"httpMethod": "POST",
513-
"id": "contactcenterinsights.projects.locations.authorizedViewSet.authorizedView.queryMetrics",
513+
"id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.queryMetrics",
514514
"parameterOrder": [
515515
"location"
516516
],
517517
"parameters": {
518518
"location": {
519519
"description": "Required. The location of the data. \"projects/{project}/locations/{location}\"",
520520
"location": "path",
521-
"pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSet/[^/]+/authorizedView/[^/]+$",
521+
"pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+$",
522522
"required": true,
523523
"type": "string"
524524
}
@@ -2575,7 +2575,7 @@
25752575
}
25762576
}
25772577
},
2578-
"revision": "20241119",
2578+
"revision": "20241204",
25792579
"rootUrl": "https://contactcenterinsights.googleapis.com/",
25802580
"schemas": {
25812581
"GoogleCloudContactcenterinsightsV1Analysis": {
@@ -3723,9 +3723,21 @@
37233723
"description": "A user-provided string indicating the outcome of the agent's segment of the call.",
37243724
"type": "string"
37253725
},
3726+
"location": {
3727+
"description": "The agent's location.",
3728+
"type": "string"
3729+
},
37263730
"team": {
3727-
"description": "A user-specified string representing the agent's team.",
3731+
"deprecated": true,
3732+
"description": "A user-specified string representing the agent's team. Deprecated in favor of the `teams` field.",
37283733
"type": "string"
3734+
},
3735+
"teams": {
3736+
"description": "User-specified strings representing the agent's teams.",
3737+
"items": {
3738+
"type": "string"
3739+
},
3740+
"type": "array"
37293741
}
37303742
},
37313743
"type": "object"
@@ -7359,9 +7371,21 @@
73597371
"description": "A user-provided string indicating the outcome of the agent's segment of the call.",
73607372
"type": "string"
73617373
},
7374+
"location": {
7375+
"description": "The agent's location.",
7376+
"type": "string"
7377+
},
73627378
"team": {
7363-
"description": "A user-specified string representing the agent's team.",
7379+
"deprecated": true,
7380+
"description": "A user-specified string representing the agent's team. Deprecated in favor of the `teams` field.",
73647381
"type": "string"
7382+
},
7383+
"teams": {
7384+
"description": "User-specified strings representing the agent's teams.",
7385+
"items": {
7386+
"type": "string"
7387+
},
7388+
"type": "array"
73657389
}
73667390
},
73677391
"type": "object"

‎contactcenterinsights/v1/contactcenterinsights-gen.go

Lines changed: 42 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)