Skip to content

Commit a822d6c

Browse files
feat(contactcenterinsights): update the api
#### contactcenterinsights:v1 The following keys were added: - schemas.GoogleCloudContactcenterinsightsV1CreateIssueMetadata (Total Keys: 9) - schemas.GoogleCloudContactcenterinsightsV1CreateIssueRequest (Total Keys: 4)
1 parent 04b3634 commit a822d6c

File tree

2 files changed

+42
-4
lines changed

2 files changed

+42
-4
lines changed

docs/dyn/contactcenterinsights_v1.projects.locations.operations.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h2>Instance Methods</h2>
8585
<p class="firstline">Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.</p>
8686
<p class="toc_element">
8787
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
88-
<p class="firstline">Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.</p>
88+
<p class="firstline">Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.</p>
8989
<p class="toc_element">
9090
<code><a href="#list_next">list_next()</a></code></p>
9191
<p class="firstline">Retrieves the next page of results.</p>
@@ -150,7 +150,7 @@ <h3>Method Details</h3>
150150

151151
<div class="method">
152152
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
153-
<pre>Lists operations that match the specified filter in the request. If the server doesn&#x27;t support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `&quot;/v1/{name=users/*}/operations&quot;` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.
153+
<pre>Lists operations that match the specified filter in the request. If the server doesn&#x27;t support this method, it returns `UNIMPLEMENTED`.
154154

155155
Args:
156156
name: string, The name of the operation&#x27;s parent resource. (required)

googleapiclient/discovery_cache/documents/contactcenterinsights.v1.json

+40-2
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@
10001000
]
10011001
},
10021002
"list": {
1003-
"description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `\"/v1/{name=users/*}/operations\"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.",
1003+
"description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
10041004
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations",
10051005
"httpMethod": "GET",
10061006
"id": "contactcenterinsights.projects.locations.operations.list",
@@ -1356,7 +1356,7 @@
13561356
}
13571357
}
13581358
},
1359-
"revision": "20230226",
1359+
"revision": "20230304",
13601360
"rootUrl": "https://contactcenterinsights.googleapis.com/",
13611361
"schemas": {
13621362
"GoogleCloudContactcenterinsightsV1Analysis": {
@@ -2153,6 +2153,29 @@
21532153
},
21542154
"type": "object"
21552155
},
2156+
"GoogleCloudContactcenterinsightsV1CreateIssueMetadata": {
2157+
"description": "Metadata for creating an issue.",
2158+
"id": "GoogleCloudContactcenterinsightsV1CreateIssueMetadata",
2159+
"properties": {
2160+
"createTime": {
2161+
"description": "Output only. The time the operation was created.",
2162+
"format": "google-datetime",
2163+
"readOnly": true,
2164+
"type": "string"
2165+
},
2166+
"endTime": {
2167+
"description": "Output only. The time the operation finished running.",
2168+
"format": "google-datetime",
2169+
"readOnly": true,
2170+
"type": "string"
2171+
},
2172+
"request": {
2173+
"$ref": "GoogleCloudContactcenterinsightsV1CreateIssueRequest",
2174+
"description": "The original request for creation."
2175+
}
2176+
},
2177+
"type": "object"
2178+
},
21562179
"GoogleCloudContactcenterinsightsV1CreateIssueModelMetadata": {
21572180
"description": "Metadata for creating an issue model.",
21582181
"id": "GoogleCloudContactcenterinsightsV1CreateIssueModelMetadata",
@@ -2191,6 +2214,21 @@
21912214
},
21922215
"type": "object"
21932216
},
2217+
"GoogleCloudContactcenterinsightsV1CreateIssueRequest": {
2218+
"description": "The request to create an issue.",
2219+
"id": "GoogleCloudContactcenterinsightsV1CreateIssueRequest",
2220+
"properties": {
2221+
"issue": {
2222+
"$ref": "GoogleCloudContactcenterinsightsV1Issue",
2223+
"description": "Required. The values for the new issue."
2224+
},
2225+
"parent": {
2226+
"description": "Required. The parent resource of the issue.",
2227+
"type": "string"
2228+
}
2229+
},
2230+
"type": "object"
2231+
},
21942232
"GoogleCloudContactcenterinsightsV1DeleteIssueModelMetadata": {
21952233
"description": "Metadata for deleting an issue model.",
21962234
"id": "GoogleCloudContactcenterinsightsV1DeleteIssueModelMetadata",

0 commit comments

Comments
 (0)