You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### cloudsupport:v2beta
The following keys were deleted:
- resources.cases.methods.list.parameters.orderBy (Total Keys: 2)
The following keys were added:
- schemas.Case.properties.priority.type (Total Keys: 1)
<pclass="firstline">Update the specified case. Only a subset of fields (display_name, description, time_zone, subscriber_email_addresses, related_resources, severity, primary_contact, and labels) can be updated.</p>
107
+
<pclass="firstline">Update the specified case. Only a subset of fields (display_name, description, time_zone, subscriber_email_addresses, related_resources, severity, priority, primary_contact, and labels) can be updated.</p>
<pre>Retrieve all cases under the specified parent.
335
340
336
341
Args:
337
342
parent: string, Required. The fully qualified name of parent resource to list cases under. (required)
338
343
filter: string, An expression written in the Cloud filter language. If non-empty, then only cases whose fields match the filter are returned. If empty, then no messages are filtered out. Filter strings can use the following fields: - status (Accepted values: OPEN or CLOSED) - severity (Accepted values: S0, S1, S2, S3, or S4) - creator.email with the operators equals (=) and AND. Additionally, a global restriction (with no operator) can be used to search across displayName, description, and comments (e.g. "my search").
339
-
orderBy: string, A comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case-insensitive, default sorting order is ascending, redundant space characters are insignificant. Example: `name asc,update_time, create_time desc`
340
344
pageSize: integer, The maximum number of cases fetched with each request. Defaults to 10.
341
345
pageToken: string, A token identifying the page of results to return. If unspecified, the first page is retrieved.
342
346
x__xgafv: string, V1 error format.
@@ -365,7 +369,8 @@ <h3>Method Details</h3>
365
369
"displayName": "A String", # The short summary of the issue reported in this case.
366
370
"escalated": True or False, # Whether the case is currently escalated.
367
371
"name": "A String", # The resource name for the case.
368
-
"severity": "A String", # The severity of this case.
372
+
"priority": "A String", # The priority of this case. If this is set, do not set severity.
373
+
"severity": "A String", # The severity of this case. Deprecated. Use priority instead.
369
374
"state": "A String", # Output only. The current status of the support case.
370
375
"subscriberEmailAddresses": [ # The email addresses to receive updates on this case.
<pre>Update the specified case. Only a subset of fields (display_name, description, time_zone, subscriber_email_addresses, related_resources, severity, primary_contact, and labels) can be updated.
403
+
<pre>Update the specified case. Only a subset of fields (display_name, description, time_zone, subscriber_email_addresses, related_resources, severity, priority, primary_contact, and labels) can be updated.
399
404
400
405
Args:
401
406
name: string, The resource name for the case. (required)
@@ -418,7 +423,8 @@ <h3>Method Details</h3>
418
423
"displayName": "A String", # The short summary of the issue reported in this case.
419
424
"escalated": True or False, # Whether the case is currently escalated.
420
425
"name": "A String", # The resource name for the case.
421
-
"severity": "A String", # The severity of this case.
426
+
"priority": "A String", # The priority of this case. If this is set, do not set severity.
427
+
"severity": "A String", # The severity of this case. Deprecated. Use priority instead.
422
428
"state": "A String", # Output only. The current status of the support case.
423
429
"subscriberEmailAddresses": [ # The email addresses to receive updates on this case.
424
430
"A String",
@@ -453,7 +459,8 @@ <h3>Method Details</h3>
453
459
"displayName": "A String", # The short summary of the issue reported in this case.
454
460
"escalated": True or False, # Whether the case is currently escalated.
455
461
"name": "A String", # The resource name for the case.
456
-
"severity": "A String", # The severity of this case.
462
+
"priority": "A String", # The priority of this case. If this is set, do not set severity.
463
+
"severity": "A String", # The severity of this case. Deprecated. Use priority instead.
457
464
"state": "A String", # Output only. The current status of the support case.
458
465
"subscriberEmailAddresses": [ # The email addresses to receive updates on this case.
459
466
"A String",
@@ -498,7 +505,8 @@ <h3>Method Details</h3>
498
505
"displayName": "A String", # The short summary of the issue reported in this case.
499
506
"escalated": True or False, # Whether the case is currently escalated.
500
507
"name": "A String", # The resource name for the case.
501
-
"severity": "A String", # The severity of this case.
508
+
"priority": "A String", # The priority of this case. If this is set, do not set severity.
509
+
"severity": "A String", # The severity of this case. Deprecated. Use priority instead.
502
510
"state": "A String", # Output only. The current status of the support case.
503
511
"subscriberEmailAddresses": [ # The email addresses to receive updates on this case.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/cloudsupport.v2beta.json
+23-8Lines changed: 23 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -298,11 +298,6 @@
298
298
"location": "query",
299
299
"type": "string"
300
300
},
301
-
"orderBy": {
302
-
"description": "A comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case-insensitive, default sorting order is ascending, redundant space characters are insignificant. Example: `name asc,update_time, create_time desc`",
303
-
"location": "query",
304
-
"type": "string"
305
-
},
306
301
"pageSize": {
307
302
"description": "The maximum number of cases fetched with each request. Defaults to 10.",
308
303
"format": "int32",
@@ -331,7 +326,7 @@
331
326
]
332
327
},
333
328
"patch": {
334
-
"description": "Update the specified case. Only a subset of fields (display_name, description, time_zone, subscriber_email_addresses, related_resources, severity, primary_contact, and labels) can be updated.",
329
+
"description": "Update the specified case. Only a subset of fields (display_name, description, time_zone, subscriber_email_addresses, related_resources, severity, priority, primary_contact, and labels) can be updated.",
0 commit comments