Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2903)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Dec 8, 2024
1 parent d4cb90f commit 6528fb2
Show file tree
Hide file tree
Showing 46 changed files with 45,795 additions and 20,543 deletions.
985 changes: 978 additions & 7 deletions aiplatform/v1/aiplatform-api.json

Large diffs are not rendered by default.

38,913 changes: 20,545 additions & 18,368 deletions aiplatform/v1/aiplatform-gen.go

Large diffs are not rendered by default.

746 changes: 735 additions & 11 deletions aiplatform/v1beta1/aiplatform-api.json

Large diffs are not rendered by default.

1,905 changes: 1,570 additions & 335 deletions aiplatform/v1beta1/aiplatform-gen.go

Large diffs are not rendered by default.

46 changes: 35 additions & 11 deletions contactcenterinsights/v1/contactcenterinsights-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -472,15 +472,15 @@
}
}
},
"authorizedViewSet": {
"authorizedViewSets": {
"resources": {
"authorizedView": {
"authorizedViews": {
"methods": {
"calculateStats": {
"description": "Gets conversation statistics.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSet/{authorizedViewSetId}/authorizedView/{authorizedViewId}:calculateStats",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}:calculateStats",
"httpMethod": "GET",
"id": "contactcenterinsights.projects.locations.authorizedViewSet.authorizedView.calculateStats",
"id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.calculateStats",
"parameterOrder": [
"location"
],
Expand All @@ -493,7 +493,7 @@
"location": {
"description": "Required. The location of the conversations.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSet/[^/]+/authorizedView/[^/]+$",
"pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+$",
"required": true,
"type": "string"
}
Expand All @@ -508,17 +508,17 @@
},
"queryMetrics": {
"description": "Query metrics.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSet/{authorizedViewSetId}/authorizedView/{authorizedViewId}:queryMetrics",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}:queryMetrics",
"httpMethod": "POST",
"id": "contactcenterinsights.projects.locations.authorizedViewSet.authorizedView.queryMetrics",
"id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.queryMetrics",
"parameterOrder": [
"location"
],
"parameters": {
"location": {
"description": "Required. The location of the data. \"projects/{project}/locations/{location}\"",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSet/[^/]+/authorizedView/[^/]+$",
"pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+$",
"required": true,
"type": "string"
}
Expand Down Expand Up @@ -2575,7 +2575,7 @@
}
}
},
"revision": "20241119",
"revision": "20241204",
"rootUrl": "https://contactcenterinsights.googleapis.com/",
"schemas": {
"GoogleCloudContactcenterinsightsV1Analysis": {
Expand Down Expand Up @@ -3723,9 +3723,21 @@
"description": "A user-provided string indicating the outcome of the agent's segment of the call.",
"type": "string"
},
"location": {
"description": "The agent's location.",
"type": "string"
},
"team": {
"description": "A user-specified string representing the agent's team.",
"deprecated": true,
"description": "A user-specified string representing the agent's team. Deprecated in favor of the `teams` field.",
"type": "string"
},
"teams": {
"description": "User-specified strings representing the agent's teams.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
Expand Down Expand Up @@ -7359,9 +7371,21 @@
"description": "A user-provided string indicating the outcome of the agent's segment of the call.",
"type": "string"
},
"location": {
"description": "The agent's location.",
"type": "string"
},
"team": {
"description": "A user-specified string representing the agent's team.",
"deprecated": true,
"description": "A user-specified string representing the agent's team. Deprecated in favor of the `teams` field.",
"type": "string"
},
"teams": {
"description": "User-specified strings representing the agent's teams.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
Expand Down
74 changes: 42 additions & 32 deletions contactcenterinsights/v1/contactcenterinsights-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6528fb2

Please sign in to comment.