|
1000 | 1000 | ]
|
1001 | 1001 | },
|
1002 | 1002 | "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`.", |
1004 | 1004 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations",
|
1005 | 1005 | "httpMethod": "GET",
|
1006 | 1006 | "id": "contactcenterinsights.projects.locations.operations.list",
|
|
1356 | 1356 | }
|
1357 | 1357 | }
|
1358 | 1358 | },
|
1359 |
| - "revision": "20230226", |
| 1359 | + "revision": "20230304", |
1360 | 1360 | "rootUrl": "https://contactcenterinsights.googleapis.com/",
|
1361 | 1361 | "schemas": {
|
1362 | 1362 | "GoogleCloudContactcenterinsightsV1Analysis": {
|
|
2153 | 2153 | },
|
2154 | 2154 | "type": "object"
|
2155 | 2155 | },
|
| 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 | + }, |
2156 | 2179 | "GoogleCloudContactcenterinsightsV1CreateIssueModelMetadata": {
|
2157 | 2180 | "description": "Metadata for creating an issue model.",
|
2158 | 2181 | "id": "GoogleCloudContactcenterinsightsV1CreateIssueModelMetadata",
|
|
2191 | 2214 | },
|
2192 | 2215 | "type": "object"
|
2193 | 2216 | },
|
| 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 | + }, |
2194 | 2232 | "GoogleCloudContactcenterinsightsV1DeleteIssueModelMetadata": {
|
2195 | 2233 | "description": "Metadata for deleting an issue model.",
|
2196 | 2234 | "id": "GoogleCloudContactcenterinsightsV1DeleteIssueModelMetadata",
|
|
0 commit comments