Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat(cloudsupport): update the api
#### cloudsupport:v2beta

The following keys were added:
- schemas.Case.properties.languageCode.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Dec 6, 2022
1 parent 2ebbbba commit 660300b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/dyn/cloudsupport_v2beta.attachments.html
Expand Up @@ -91,7 +91,7 @@ <h3>Method Details</h3>
<pre>Create a file attachment on a case or Cloud resource. The attachment object must have the following fields set: filename.

Args:
parent: string, Required. The resource name of the case to which attachment should be attached. (required)
parent: string, Required. The resource name of the case (or case parent) to which the attachment should be attached. (required)
body: object, The request body.
The object takes the form of:

Expand Down
9 changes: 9 additions & 0 deletions docs/dyn/cloudsupport_v2beta.cases.html
Expand Up @@ -146,6 +146,7 @@ <h3>Method Details</h3>
&quot;description&quot;: &quot;A String&quot;, # A broad description of the issue.
&quot;displayName&quot;: &quot;A String&quot;, # The short summary of the issue reported in this case.
&quot;escalated&quot;: True or False, # Whether the case is currently escalated.
&quot;languageCode&quot;: &quot;A String&quot;, # The language the user has requested to receive support in. This should be a BCP 47 language code (e.g., `&quot;en&quot;`, `&quot;zh-CN&quot;`, `&quot;zh-TW&quot;`, `&quot;ja&quot;`, `&quot;ko&quot;`). If no language or an unsupported language is specified, this field defaults to English (en). Language selection during case creation may affect your available support options. For a list of supported languages and their support working hours, see: https://cloud.google.com/support/docs/language-working-hours
&quot;name&quot;: &quot;A String&quot;, # The resource name for the case.
&quot;priority&quot;: &quot;A String&quot;, # The priority of this case. If this is set, do not set severity.
&quot;severity&quot;: &quot;A String&quot;, # The severity of this case. Deprecated. Use priority instead.
Expand Down Expand Up @@ -182,6 +183,7 @@ <h3>Method Details</h3>
&quot;description&quot;: &quot;A String&quot;, # A broad description of the issue.
&quot;displayName&quot;: &quot;A String&quot;, # The short summary of the issue reported in this case.
&quot;escalated&quot;: True or False, # Whether the case is currently escalated.
&quot;languageCode&quot;: &quot;A String&quot;, # The language the user has requested to receive support in. This should be a BCP 47 language code (e.g., `&quot;en&quot;`, `&quot;zh-CN&quot;`, `&quot;zh-TW&quot;`, `&quot;ja&quot;`, `&quot;ko&quot;`). If no language or an unsupported language is specified, this field defaults to English (en). Language selection during case creation may affect your available support options. For a list of supported languages and their support working hours, see: https://cloud.google.com/support/docs/language-working-hours
&quot;name&quot;: &quot;A String&quot;, # The resource name for the case.
&quot;priority&quot;: &quot;A String&quot;, # The priority of this case. If this is set, do not set severity.
&quot;severity&quot;: &quot;A String&quot;, # The severity of this case. Deprecated. Use priority instead.
Expand Down Expand Up @@ -216,6 +218,7 @@ <h3>Method Details</h3>
&quot;description&quot;: &quot;A String&quot;, # A broad description of the issue.
&quot;displayName&quot;: &quot;A String&quot;, # The short summary of the issue reported in this case.
&quot;escalated&quot;: True or False, # Whether the case is currently escalated.
&quot;languageCode&quot;: &quot;A String&quot;, # The language the user has requested to receive support in. This should be a BCP 47 language code (e.g., `&quot;en&quot;`, `&quot;zh-CN&quot;`, `&quot;zh-TW&quot;`, `&quot;ja&quot;`, `&quot;ko&quot;`). If no language or an unsupported language is specified, this field defaults to English (en). Language selection during case creation may affect your available support options. For a list of supported languages and their support working hours, see: https://cloud.google.com/support/docs/language-working-hours
&quot;name&quot;: &quot;A String&quot;, # The resource name for the case.
&quot;priority&quot;: &quot;A String&quot;, # The priority of this case. If this is set, do not set severity.
&quot;severity&quot;: &quot;A String&quot;, # The severity of this case. Deprecated. Use priority instead.
Expand Down Expand Up @@ -267,6 +270,7 @@ <h3>Method Details</h3>
&quot;description&quot;: &quot;A String&quot;, # A broad description of the issue.
&quot;displayName&quot;: &quot;A String&quot;, # The short summary of the issue reported in this case.
&quot;escalated&quot;: True or False, # Whether the case is currently escalated.
&quot;languageCode&quot;: &quot;A String&quot;, # The language the user has requested to receive support in. This should be a BCP 47 language code (e.g., `&quot;en&quot;`, `&quot;zh-CN&quot;`, `&quot;zh-TW&quot;`, `&quot;ja&quot;`, `&quot;ko&quot;`). If no language or an unsupported language is specified, this field defaults to English (en). Language selection during case creation may affect your available support options. For a list of supported languages and their support working hours, see: https://cloud.google.com/support/docs/language-working-hours
&quot;name&quot;: &quot;A String&quot;, # The resource name for the case.
&quot;priority&quot;: &quot;A String&quot;, # The priority of this case. If this is set, do not set severity.
&quot;severity&quot;: &quot;A String&quot;, # The severity of this case. Deprecated. Use priority instead.
Expand Down Expand Up @@ -308,6 +312,7 @@ <h3>Method Details</h3>
&quot;description&quot;: &quot;A String&quot;, # A broad description of the issue.
&quot;displayName&quot;: &quot;A String&quot;, # The short summary of the issue reported in this case.
&quot;escalated&quot;: True or False, # Whether the case is currently escalated.
&quot;languageCode&quot;: &quot;A String&quot;, # The language the user has requested to receive support in. This should be a BCP 47 language code (e.g., `&quot;en&quot;`, `&quot;zh-CN&quot;`, `&quot;zh-TW&quot;`, `&quot;ja&quot;`, `&quot;ko&quot;`). If no language or an unsupported language is specified, this field defaults to English (en). Language selection during case creation may affect your available support options. For a list of supported languages and their support working hours, see: https://cloud.google.com/support/docs/language-working-hours
&quot;name&quot;: &quot;A String&quot;, # The resource name for the case.
&quot;priority&quot;: &quot;A String&quot;, # The priority of this case. If this is set, do not set severity.
&quot;severity&quot;: &quot;A String&quot;, # The severity of this case. Deprecated. Use priority instead.
Expand Down Expand Up @@ -354,6 +359,7 @@ <h3>Method Details</h3>
&quot;description&quot;: &quot;A String&quot;, # A broad description of the issue.
&quot;displayName&quot;: &quot;A String&quot;, # The short summary of the issue reported in this case.
&quot;escalated&quot;: True or False, # Whether the case is currently escalated.
&quot;languageCode&quot;: &quot;A String&quot;, # The language the user has requested to receive support in. This should be a BCP 47 language code (e.g., `&quot;en&quot;`, `&quot;zh-CN&quot;`, `&quot;zh-TW&quot;`, `&quot;ja&quot;`, `&quot;ko&quot;`). If no language or an unsupported language is specified, this field defaults to English (en). Language selection during case creation may affect your available support options. For a list of supported languages and their support working hours, see: https://cloud.google.com/support/docs/language-working-hours
&quot;name&quot;: &quot;A String&quot;, # The resource name for the case.
&quot;priority&quot;: &quot;A String&quot;, # The priority of this case. If this is set, do not set severity.
&quot;severity&quot;: &quot;A String&quot;, # The severity of this case. Deprecated. Use priority instead.
Expand Down Expand Up @@ -407,6 +413,7 @@ <h3>Method Details</h3>
&quot;description&quot;: &quot;A String&quot;, # A broad description of the issue.
&quot;displayName&quot;: &quot;A String&quot;, # The short summary of the issue reported in this case.
&quot;escalated&quot;: True or False, # Whether the case is currently escalated.
&quot;languageCode&quot;: &quot;A String&quot;, # The language the user has requested to receive support in. This should be a BCP 47 language code (e.g., `&quot;en&quot;`, `&quot;zh-CN&quot;`, `&quot;zh-TW&quot;`, `&quot;ja&quot;`, `&quot;ko&quot;`). If no language or an unsupported language is specified, this field defaults to English (en). Language selection during case creation may affect your available support options. For a list of supported languages and their support working hours, see: https://cloud.google.com/support/docs/language-working-hours
&quot;name&quot;: &quot;A String&quot;, # The resource name for the case.
&quot;priority&quot;: &quot;A String&quot;, # The priority of this case. If this is set, do not set severity.
&quot;severity&quot;: &quot;A String&quot;, # The severity of this case. Deprecated. Use priority instead.
Expand Down Expand Up @@ -442,6 +449,7 @@ <h3>Method Details</h3>
&quot;description&quot;: &quot;A String&quot;, # A broad description of the issue.
&quot;displayName&quot;: &quot;A String&quot;, # The short summary of the issue reported in this case.
&quot;escalated&quot;: True or False, # Whether the case is currently escalated.
&quot;languageCode&quot;: &quot;A String&quot;, # The language the user has requested to receive support in. This should be a BCP 47 language code (e.g., `&quot;en&quot;`, `&quot;zh-CN&quot;`, `&quot;zh-TW&quot;`, `&quot;ja&quot;`, `&quot;ko&quot;`). If no language or an unsupported language is specified, this field defaults to English (en). Language selection during case creation may affect your available support options. For a list of supported languages and their support working hours, see: https://cloud.google.com/support/docs/language-working-hours
&quot;name&quot;: &quot;A String&quot;, # The resource name for the case.
&quot;priority&quot;: &quot;A String&quot;, # The priority of this case. If this is set, do not set severity.
&quot;severity&quot;: &quot;A String&quot;, # The severity of this case. Deprecated. Use priority instead.
Expand Down Expand Up @@ -487,6 +495,7 @@ <h3>Method Details</h3>
&quot;description&quot;: &quot;A String&quot;, # A broad description of the issue.
&quot;displayName&quot;: &quot;A String&quot;, # The short summary of the issue reported in this case.
&quot;escalated&quot;: True or False, # Whether the case is currently escalated.
&quot;languageCode&quot;: &quot;A String&quot;, # The language the user has requested to receive support in. This should be a BCP 47 language code (e.g., `&quot;en&quot;`, `&quot;zh-CN&quot;`, `&quot;zh-TW&quot;`, `&quot;ja&quot;`, `&quot;ko&quot;`). If no language or an unsupported language is specified, this field defaults to English (en). Language selection during case creation may affect your available support options. For a list of supported languages and their support working hours, see: https://cloud.google.com/support/docs/language-working-hours
&quot;name&quot;: &quot;A String&quot;, # The resource name for the case.
&quot;priority&quot;: &quot;A String&quot;, # The priority of this case. If this is set, do not set severity.
&quot;severity&quot;: &quot;A String&quot;, # The severity of this case. Deprecated. Use priority instead.
Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/cloudsupport_v2beta.media.html
Expand Up @@ -355,7 +355,7 @@ <h3>Method Details</h3>
<pre>Create a file attachment on a case or Cloud resource. The attachment object must have the following fields set: filename.

Args:
parent: string, Required. The resource name of the case to which attachment should be attached. (required)
parent: string, Required. The resource name of the case (or case parent) to which the attachment should be attached. (required)
body: object, The request body.
The object takes the form of:

Expand Down
Expand Up @@ -117,7 +117,7 @@
],
"parameters": {
"parent": {
"description": "Required. The resource name of the case to which attachment should be attached.",
"description": "Required. The resource name of the case (or case parent) to which the attachment should be attached.",
"location": "path",
"pattern": "^[^/]+/[^/]+$",
"required": true,
Expand Down Expand Up @@ -553,7 +553,7 @@
],
"parameters": {
"parent": {
"description": "Required. The resource name of the case to which attachment should be attached.",
"description": "Required. The resource name of the case (or case parent) to which the attachment should be attached.",
"location": "path",
"pattern": "^[^/]+/[^/]+/cases/[^/]+$",
"required": true,
Expand All @@ -575,7 +575,7 @@
}
}
},
"revision": "20221114",
"revision": "20221129",
"rootUrl": "https://cloudsupport.googleapis.com/",
"schemas": {
"Actor": {
Expand Down Expand Up @@ -696,6 +696,10 @@
"description": "Whether the case is currently escalated.",
"type": "boolean"
},
"languageCode": {
"description": "The language the user has requested to receive support in. This should be a BCP 47 language code (e.g., `\"en\"`, `\"zh-CN\"`, `\"zh-TW\"`, `\"ja\"`, `\"ko\"`). If no language or an unsupported language is specified, this field defaults to English (en). Language selection during case creation may affect your available support options. For a list of supported languages and their support working hours, see: https://cloud.google.com/support/docs/language-working-hours",
"type": "string"
},
"name": {
"description": "The resource name for the case.",
"type": "string"
Expand Down

0 comments on commit 660300b

Please sign in to comment.