Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3a12f4c

Browse files
committedApr 4, 2023
feat(cloudsupport): update the api
#### cloudsupport:v2beta The following keys were deleted: - resources.attachments.methods.create (Total Keys: 12)
1 parent 63bc63e commit 3a12f4c

File tree

3 files changed

+5
-42
lines changed

3 files changed

+5
-42
lines changed
 

‎docs/dyn/cloudsupport_v2beta.cases.comments.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h3>Method Details</h3>
102102
The object takes the form of:
103103

104104
{ # A comment associated with a support case.
105-
&quot;body&quot;: &quot;A String&quot;, # The full comment body. Maximum of 120000 characters. This can contain rich text syntax.
105+
&quot;body&quot;: &quot;A String&quot;, # The full comment body. Maximum of 12800 characters. This can contain rich text syntax.
106106
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when this comment was created.
107107
&quot;creator&quot;: { # An object containing information about the effective user and authenticated principal responsible for an action. # Output only. The user or Google Support agent created this comment.
108108
&quot;displayName&quot;: &quot;A String&quot;, # The name to display for the actor. If not provided, it is inferred from credentials supplied during case creation. When an email is provided, a display name must also be provided. This will be obfuscated if the user is a Google Support agent.
@@ -122,7 +122,7 @@ <h3>Method Details</h3>
122122
An object of the form:
123123

124124
{ # A comment associated with a support case.
125-
&quot;body&quot;: &quot;A String&quot;, # The full comment body. Maximum of 120000 characters. This can contain rich text syntax.
125+
&quot;body&quot;: &quot;A String&quot;, # The full comment body. Maximum of 12800 characters. This can contain rich text syntax.
126126
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when this comment was created.
127127
&quot;creator&quot;: { # An object containing information about the effective user and authenticated principal responsible for an action. # Output only. The user or Google Support agent created this comment.
128128
&quot;displayName&quot;: &quot;A String&quot;, # The name to display for the actor. If not provided, it is inferred from credentials supplied during case creation. When an email is provided, a display name must also be provided. This will be obfuscated if the user is a Google Support agent.
@@ -153,7 +153,7 @@ <h3>Method Details</h3>
153153
{ # The response message for the ListComments endpoint.
154154
&quot;comments&quot;: [ # The list of Comments associated with the given Case.
155155
{ # A comment associated with a support case.
156-
&quot;body&quot;: &quot;A String&quot;, # The full comment body. Maximum of 120000 characters. This can contain rich text syntax.
156+
&quot;body&quot;: &quot;A String&quot;, # The full comment body. Maximum of 12800 characters. This can contain rich text syntax.
157157
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when this comment was created.
158158
&quot;creator&quot;: { # An object containing information about the effective user and authenticated principal responsible for an action. # Output only. The user or Google Support agent created this comment.
159159
&quot;displayName&quot;: &quot;A String&quot;, # The name to display for the actor. If not provided, it is inferred from credentials supplied during case creation. When an email is provided, a display name must also be provided. This will be obfuscated if the user is a Google Support agent.

‎docs/dyn/cloudsupport_v2beta.html

-5
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@
7474

7575
<h1><a href="cloudsupport_v2beta.html">Google Cloud Support API</a></h1>
7676
<h2>Instance Methods</h2>
77-
<p class="toc_element">
78-
<code><a href="cloudsupport_v2beta.attachments.html">attachments()</a></code>
79-
</p>
80-
<p class="firstline">Returns the attachments Resource.</p>
81-
8277
<p class="toc_element">
8378
<code><a href="cloudsupport_v2beta.caseClassifications.html">caseClassifications()</a></code>
8479
</p>

‎googleapiclient/discovery_cache/documents/cloudsupport.v2beta.json

+2-34
Original file line numberDiff line numberDiff line change
@@ -105,38 +105,6 @@
105105
},
106106
"protocol": "rest",
107107
"resources": {
108-
"attachments": {
109-
"methods": {
110-
"create": {
111-
"description": "Create a file attachment on a case or Cloud resource. The attachment object must have the following fields set: filename.",
112-
"flatPath": "v2beta/{v2betaId}/{v2betaId1}/attachments",
113-
"httpMethod": "POST",
114-
"id": "cloudsupport.attachments.create",
115-
"parameterOrder": [
116-
"parent"
117-
],
118-
"parameters": {
119-
"parent": {
120-
"description": "Required. The resource name of the case (or case parent) to which the attachment should be attached.",
121-
"location": "path",
122-
"pattern": "^[^/]+/[^/]+$",
123-
"required": true,
124-
"type": "string"
125-
}
126-
},
127-
"path": "v2beta/{+parent}/attachments",
128-
"request": {
129-
"$ref": "CreateAttachmentRequest"
130-
},
131-
"response": {
132-
"$ref": "Attachment"
133-
},
134-
"scopes": [
135-
"https://www.googleapis.com/auth/cloud-platform"
136-
]
137-
}
138-
}
139-
},
140108
"caseClassifications": {
141109
"methods": {
142110
"search": {
@@ -575,7 +543,7 @@
575543
}
576544
}
577545
},
578-
"revision": "20230321",
546+
"revision": "20230402",
579547
"rootUrl": "https://cloudsupport.googleapis.com/",
580548
"schemas": {
581549
"Actor": {
@@ -815,7 +783,7 @@
815783
"id": "Comment",
816784
"properties": {
817785
"body": {
818-
"description": "The full comment body. Maximum of 120000 characters. This can contain rich text syntax.",
786+
"description": "The full comment body. Maximum of 12800 characters. This can contain rich text syntax.",
819787
"type": "string"
820788
},
821789
"createTime": {

0 commit comments

Comments
 (0)
Please sign in to comment.