blob: 2ef45d3ab6d7f7faca3f192602d0c042a2590826 [file] [log] [blame]
yoshi-code-bot3e4b5db2021-08-10 00:22:29 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="contactcenterinsights_v1.html">Contact Center AI Insights API</a> . <a href="contactcenterinsights_v1.projects.html">projects</a> . <a href="contactcenterinsights_v1.projects.locations.html">locations</a> . <a href="contactcenterinsights_v1.projects.locations.issueModels.html">issueModels</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="contactcenterinsights_v1.projects.locations.issueModels.issues.html">issues()</a></code>
79</p>
80<p class="firstline">Returns the issues Resource.</p>
81
82<p class="toc_element">
83 <code><a href="#calculateIssueModelStats">calculateIssueModelStats(issueModel, x__xgafv=None)</a></code></p>
84<p class="firstline">Gets an issue model's statistics.</p>
85<p class="toc_element">
86 <code><a href="#close">close()</a></code></p>
87<p class="firstline">Close httplib2 connections.</p>
88<p class="toc_element">
89 <code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
90<p class="firstline">Creates an issue model.</p>
91<p class="toc_element">
92 <code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
93<p class="firstline">Deletes an issue model.</p>
94<p class="toc_element">
95 <code><a href="#deploy">deploy(name, body=None, x__xgafv=None)</a></code></p>
96<p class="firstline">Deploys an issue model. Returns an error if a model is already deployed. An issue model can only be used in analysis after it has been deployed.</p>
97<p class="toc_element">
98 <code><a href="#get">get(name, x__xgafv=None)</a></code></p>
99<p class="firstline">Gets an issue model.</p>
100<p class="toc_element">
101 <code><a href="#list">list(parent, x__xgafv=None)</a></code></p>
102<p class="firstline">Lists issue models.</p>
103<p class="toc_element">
104 <code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
105<p class="firstline">Updates an issue model.</p>
106<p class="toc_element">
107 <code><a href="#undeploy">undeploy(name, body=None, x__xgafv=None)</a></code></p>
108<p class="firstline">Undeploys an issue model. An issue model can not be used in analysis after it has been undeployed.</p>
109<h3>Method Details</h3>
110<div class="method">
111 <code class="details" id="calculateIssueModelStats">calculateIssueModelStats(issueModel, x__xgafv=None)</code>
112 <pre>Gets an issue model&#x27;s statistics.
113
114Args:
115 issueModel: string, Required. The resource name of the issue model to query against. (required)
116 x__xgafv: string, V1 error format.
117 Allowed values
118 1 - v1 error format
119 2 - v2 error format
120
121Returns:
122 An object of the form:
123
124 { # Response of querying an issue model&#x27;s statistics.
125 &quot;currentStats&quot;: { # Aggregated statistics about an issue model. # The latest label statistics for the queried issue model. Includes results on both training data and data labeled after deployment.
126 &quot;analyzedConversationsCount&quot;: &quot;A String&quot;, # Number of conversations the issue model has analyzed at this point in time.
127 &quot;issueStats&quot;: { # Statistics on each issue. Key is the issue&#x27;s resource name.
128 &quot;a_key&quot;: { # Aggregated statistics about an issue.
129 &quot;issue&quot;: &quot;A String&quot;, # Issue resource. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
130 &quot;labeledConversationsCount&quot;: &quot;A String&quot;, # Number of conversations attached to the issue at this point in time.
131 },
132 },
133 &quot;unclassifiedConversationsCount&quot;: &quot;A String&quot;, # Number of analyzed conversations for which no issue was applicable at this point in time.
134 },
135}</pre>
136</div>
137
138<div class="method">
139 <code class="details" id="close">close()</code>
140 <pre>Close httplib2 connections.</pre>
141</div>
142
143<div class="method">
144 <code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
145 <pre>Creates an issue model.
146
147Args:
148 parent: string, Required. The parent resource of the issue model. (required)
149 body: object, The request body.
150 The object takes the form of:
151
152{ # The issue model resource.
153 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which this issue model was created.
154 &quot;displayName&quot;: &quot;A String&quot;, # The representative name for the issue model.
155 &quot;inputDataConfig&quot;: { # Configs for the input data used to create the issue model. # Configs for the input data that used to create the issue model.
156 &quot;medium&quot;: &quot;A String&quot;, # Required. Medium of conversations used in training data.
157 &quot;trainingConversationsCount&quot;: &quot;A String&quot;, # Output only. Number of conversations used in training. Output only.
158 },
159 &quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
160 &quot;state&quot;: &quot;A String&quot;, # Output only. State of the model.
161 &quot;trainingStats&quot;: { # Aggregated statistics about an issue model. # Output only. Immutable. The issue model&#x27;s label statistics on its training data.
162 &quot;analyzedConversationsCount&quot;: &quot;A String&quot;, # Number of conversations the issue model has analyzed at this point in time.
163 &quot;issueStats&quot;: { # Statistics on each issue. Key is the issue&#x27;s resource name.
164 &quot;a_key&quot;: { # Aggregated statistics about an issue.
165 &quot;issue&quot;: &quot;A String&quot;, # Issue resource. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
166 &quot;labeledConversationsCount&quot;: &quot;A String&quot;, # Number of conversations attached to the issue at this point in time.
167 },
168 },
169 &quot;unclassifiedConversationsCount&quot;: &quot;A String&quot;, # Number of analyzed conversations for which no issue was applicable at this point in time.
170 },
171 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The most recent time at which the issue model was updated.
172}
173
174 x__xgafv: string, V1 error format.
175 Allowed values
176 1 - v1 error format
177 2 - v2 error format
178
179Returns:
180 An object of the form:
181
182 { # This resource represents a long-running operation that is the result of a network API call.
183 &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
184 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
185 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
186 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
187 {
188 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
189 },
190 ],
191 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
192 },
193 &quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
194 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
195 },
196 &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
197 &quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
198 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
199 },
200}</pre>
201</div>
202
203<div class="method">
204 <code class="details" id="delete">delete(name, x__xgafv=None)</code>
205 <pre>Deletes an issue model.
206
207Args:
208 name: string, Required. The name of the issue model to delete. (required)
209 x__xgafv: string, V1 error format.
210 Allowed values
211 1 - v1 error format
212 2 - v2 error format
213
214Returns:
215 An object of the form:
216
217 { # This resource represents a long-running operation that is the result of a network API call.
218 &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
219 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
220 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
221 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
222 {
223 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
224 },
225 ],
226 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
227 },
228 &quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
229 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
230 },
231 &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
232 &quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
233 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
234 },
235}</pre>
236</div>
237
238<div class="method">
239 <code class="details" id="deploy">deploy(name, body=None, x__xgafv=None)</code>
240 <pre>Deploys an issue model. Returns an error if a model is already deployed. An issue model can only be used in analysis after it has been deployed.
241
242Args:
243 name: string, Required. The issue model to deploy. (required)
244 body: object, The request body.
245 The object takes the form of:
246
247{ # The request to deploy an issue model.
248 &quot;name&quot;: &quot;A String&quot;, # Required. The issue model to deploy.
249}
250
251 x__xgafv: string, V1 error format.
252 Allowed values
253 1 - v1 error format
254 2 - v2 error format
255
256Returns:
257 An object of the form:
258
259 { # This resource represents a long-running operation that is the result of a network API call.
260 &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
261 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
262 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
263 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
264 {
265 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
266 },
267 ],
268 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
269 },
270 &quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
271 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
272 },
273 &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
274 &quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
275 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
276 },
277}</pre>
278</div>
279
280<div class="method">
281 <code class="details" id="get">get(name, x__xgafv=None)</code>
282 <pre>Gets an issue model.
283
284Args:
285 name: string, Required. The name of the issue model to get. (required)
286 x__xgafv: string, V1 error format.
287 Allowed values
288 1 - v1 error format
289 2 - v2 error format
290
291Returns:
292 An object of the form:
293
294 { # The issue model resource.
295 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which this issue model was created.
296 &quot;displayName&quot;: &quot;A String&quot;, # The representative name for the issue model.
297 &quot;inputDataConfig&quot;: { # Configs for the input data used to create the issue model. # Configs for the input data that used to create the issue model.
298 &quot;medium&quot;: &quot;A String&quot;, # Required. Medium of conversations used in training data.
299 &quot;trainingConversationsCount&quot;: &quot;A String&quot;, # Output only. Number of conversations used in training. Output only.
300 },
301 &quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
302 &quot;state&quot;: &quot;A String&quot;, # Output only. State of the model.
303 &quot;trainingStats&quot;: { # Aggregated statistics about an issue model. # Output only. Immutable. The issue model&#x27;s label statistics on its training data.
304 &quot;analyzedConversationsCount&quot;: &quot;A String&quot;, # Number of conversations the issue model has analyzed at this point in time.
305 &quot;issueStats&quot;: { # Statistics on each issue. Key is the issue&#x27;s resource name.
306 &quot;a_key&quot;: { # Aggregated statistics about an issue.
307 &quot;issue&quot;: &quot;A String&quot;, # Issue resource. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
308 &quot;labeledConversationsCount&quot;: &quot;A String&quot;, # Number of conversations attached to the issue at this point in time.
309 },
310 },
311 &quot;unclassifiedConversationsCount&quot;: &quot;A String&quot;, # Number of analyzed conversations for which no issue was applicable at this point in time.
312 },
313 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The most recent time at which the issue model was updated.
314}</pre>
315</div>
316
317<div class="method">
318 <code class="details" id="list">list(parent, x__xgafv=None)</code>
319 <pre>Lists issue models.
320
321Args:
322 parent: string, Required. The parent resource of the issue model. (required)
323 x__xgafv: string, V1 error format.
324 Allowed values
325 1 - v1 error format
326 2 - v2 error format
327
328Returns:
329 An object of the form:
330
331 { # The response of listing issue models.
332 &quot;issueModels&quot;: [ # The issue models that match the request.
333 { # The issue model resource.
334 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which this issue model was created.
335 &quot;displayName&quot;: &quot;A String&quot;, # The representative name for the issue model.
336 &quot;inputDataConfig&quot;: { # Configs for the input data used to create the issue model. # Configs for the input data that used to create the issue model.
337 &quot;medium&quot;: &quot;A String&quot;, # Required. Medium of conversations used in training data.
338 &quot;trainingConversationsCount&quot;: &quot;A String&quot;, # Output only. Number of conversations used in training. Output only.
339 },
340 &quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
341 &quot;state&quot;: &quot;A String&quot;, # Output only. State of the model.
342 &quot;trainingStats&quot;: { # Aggregated statistics about an issue model. # Output only. Immutable. The issue model&#x27;s label statistics on its training data.
343 &quot;analyzedConversationsCount&quot;: &quot;A String&quot;, # Number of conversations the issue model has analyzed at this point in time.
344 &quot;issueStats&quot;: { # Statistics on each issue. Key is the issue&#x27;s resource name.
345 &quot;a_key&quot;: { # Aggregated statistics about an issue.
346 &quot;issue&quot;: &quot;A String&quot;, # Issue resource. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
347 &quot;labeledConversationsCount&quot;: &quot;A String&quot;, # Number of conversations attached to the issue at this point in time.
348 },
349 },
350 &quot;unclassifiedConversationsCount&quot;: &quot;A String&quot;, # Number of analyzed conversations for which no issue was applicable at this point in time.
351 },
352 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The most recent time at which the issue model was updated.
353 },
354 ],
355}</pre>
356</div>
357
358<div class="method">
359 <code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
360 <pre>Updates an issue model.
361
362Args:
363 name: string, Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model} (required)
364 body: object, The request body.
365 The object takes the form of:
366
367{ # The issue model resource.
368 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which this issue model was created.
369 &quot;displayName&quot;: &quot;A String&quot;, # The representative name for the issue model.
370 &quot;inputDataConfig&quot;: { # Configs for the input data used to create the issue model. # Configs for the input data that used to create the issue model.
371 &quot;medium&quot;: &quot;A String&quot;, # Required. Medium of conversations used in training data.
372 &quot;trainingConversationsCount&quot;: &quot;A String&quot;, # Output only. Number of conversations used in training. Output only.
373 },
374 &quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
375 &quot;state&quot;: &quot;A String&quot;, # Output only. State of the model.
376 &quot;trainingStats&quot;: { # Aggregated statistics about an issue model. # Output only. Immutable. The issue model&#x27;s label statistics on its training data.
377 &quot;analyzedConversationsCount&quot;: &quot;A String&quot;, # Number of conversations the issue model has analyzed at this point in time.
378 &quot;issueStats&quot;: { # Statistics on each issue. Key is the issue&#x27;s resource name.
379 &quot;a_key&quot;: { # Aggregated statistics about an issue.
380 &quot;issue&quot;: &quot;A String&quot;, # Issue resource. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
381 &quot;labeledConversationsCount&quot;: &quot;A String&quot;, # Number of conversations attached to the issue at this point in time.
382 },
383 },
384 &quot;unclassifiedConversationsCount&quot;: &quot;A String&quot;, # Number of analyzed conversations for which no issue was applicable at this point in time.
385 },
386 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The most recent time at which the issue model was updated.
387}
388
389 updateMask: string, The list of fields to be updated.
390 x__xgafv: string, V1 error format.
391 Allowed values
392 1 - v1 error format
393 2 - v2 error format
394
395Returns:
396 An object of the form:
397
398 { # The issue model resource.
399 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which this issue model was created.
400 &quot;displayName&quot;: &quot;A String&quot;, # The representative name for the issue model.
401 &quot;inputDataConfig&quot;: { # Configs for the input data used to create the issue model. # Configs for the input data that used to create the issue model.
402 &quot;medium&quot;: &quot;A String&quot;, # Required. Medium of conversations used in training data.
403 &quot;trainingConversationsCount&quot;: &quot;A String&quot;, # Output only. Number of conversations used in training. Output only.
404 },
405 &quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
406 &quot;state&quot;: &quot;A String&quot;, # Output only. State of the model.
407 &quot;trainingStats&quot;: { # Aggregated statistics about an issue model. # Output only. Immutable. The issue model&#x27;s label statistics on its training data.
408 &quot;analyzedConversationsCount&quot;: &quot;A String&quot;, # Number of conversations the issue model has analyzed at this point in time.
409 &quot;issueStats&quot;: { # Statistics on each issue. Key is the issue&#x27;s resource name.
410 &quot;a_key&quot;: { # Aggregated statistics about an issue.
411 &quot;issue&quot;: &quot;A String&quot;, # Issue resource. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
412 &quot;labeledConversationsCount&quot;: &quot;A String&quot;, # Number of conversations attached to the issue at this point in time.
413 },
414 },
415 &quot;unclassifiedConversationsCount&quot;: &quot;A String&quot;, # Number of analyzed conversations for which no issue was applicable at this point in time.
416 },
417 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The most recent time at which the issue model was updated.
418}</pre>
419</div>
420
421<div class="method">
422 <code class="details" id="undeploy">undeploy(name, body=None, x__xgafv=None)</code>
423 <pre>Undeploys an issue model. An issue model can not be used in analysis after it has been undeployed.
424
425Args:
426 name: string, Required. The issue model to undeploy. (required)
427 body: object, The request body.
428 The object takes the form of:
429
430{ # The request to undeploy an issue model.
431 &quot;name&quot;: &quot;A String&quot;, # Required. The issue model to undeploy.
432}
433
434 x__xgafv: string, V1 error format.
435 Allowed values
436 1 - v1 error format
437 2 - v2 error format
438
439Returns:
440 An object of the form:
441
442 { # This resource represents a long-running operation that is the result of a network API call.
443 &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
444 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
445 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
446 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
447 {
448 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
449 },
450 ],
451 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
452 },
453 &quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
454 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
455 },
456 &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
457 &quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
458 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
459 },
460}</pre>
461</div>
462
463</body></html>