Skip to content

Commit

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

The following keys were added:
- schemas.Comment.properties.plainTextBody.deprecated (Total Keys: 1)

#### cloudsupport:v2beta

The following keys were added:
- schemas.Comment.properties.plainTextBody.deprecated (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Apr 9, 2024
1 parent 5a7de4f commit 4fa6652
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 50 deletions.
36 changes: 18 additions & 18 deletions docs/dyn/cloudsupport_v2.cases.comments.html
Expand Up @@ -101,17 +101,17 @@ <h3>Method Details</h3>
body: object, The request body.
The object takes the form of:

{ # Case comments are the main way Google Support communicates with a user who has opened a case. When a user responds to Google Support, the user&#x27;s responses also appear as comments.
&quot;body&quot;: &quot;A String&quot;, # The full comment body. Maximum of 12800 characters. This can contain rich text syntax.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when this comment was created.
&quot;creator&quot;: { # An Actor represents an entity that performed an action. For example, an actor could be a user who posted a comment on a support case, a user who uploaded an attachment, or a service account that created a support case. # Output only. The user or Google Support agent created this comment.
{ # A comment associated with a support case. Case comments are the primary way for Google Support to communicate with a user who has opened a case. When a user responds to Google Support, the user&#x27;s responses also appear as comments.
&quot;body&quot;: &quot;A String&quot;, # The full comment body. Maximum of 12800 characters.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the comment was created.
&quot;creator&quot;: { # An Actor represents an entity that performed an action. For example, an actor could be a user who posted a comment on a support case, a user who uploaded an attachment, or a service account that created a support case. # Output only. The user or Google Support agent who created the comment.
&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.
&quot;email&quot;: &quot;A String&quot;, # The email address of the actor. If not provided, it is inferred from the credentials supplied during case creation. When a name is provided, an email must also be provided. If the user is a Google Support agent, this is obfuscated. This field is deprecated. Use **username** field instead.
&quot;googleSupport&quot;: True or False, # Output only. Whether the actor is a Google support actor.
&quot;username&quot;: &quot;A String&quot;, # Output only. The username of the actor. It may look like an email or other format provided by the identity provider. If not provided, it is inferred from the credentials supplied. When a name is provided, a username must also be provided. If the user is a Google Support agent, this will not be set.
},
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name for the comment.
&quot;plainTextBody&quot;: &quot;A String&quot;, # Output only. DEPRECATED. An automatically generated plain text version of body with all rich text syntax stripped.
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The resource name of the comment.
&quot;plainTextBody&quot;: &quot;A String&quot;, # Output only. DEPRECATED. DO NOT USE. A duplicate of the `body` field. This field is only present for legacy reasons.
}

x__xgafv: string, V1 error format.
Expand All @@ -122,17 +122,17 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # Case comments are the main way Google Support communicates with a user who has opened a case. When a user responds to Google Support, the user&#x27;s responses also appear as comments.
&quot;body&quot;: &quot;A String&quot;, # The full comment body. Maximum of 12800 characters. This can contain rich text syntax.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when this comment was created.
&quot;creator&quot;: { # An Actor represents an entity that performed an action. For example, an actor could be a user who posted a comment on a support case, a user who uploaded an attachment, or a service account that created a support case. # Output only. The user or Google Support agent created this comment.
{ # A comment associated with a support case. Case comments are the primary way for Google Support to communicate with a user who has opened a case. When a user responds to Google Support, the user&#x27;s responses also appear as comments.
&quot;body&quot;: &quot;A String&quot;, # The full comment body. Maximum of 12800 characters.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the comment was created.
&quot;creator&quot;: { # An Actor represents an entity that performed an action. For example, an actor could be a user who posted a comment on a support case, a user who uploaded an attachment, or a service account that created a support case. # Output only. The user or Google Support agent who created the comment.
&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.
&quot;email&quot;: &quot;A String&quot;, # The email address of the actor. If not provided, it is inferred from the credentials supplied during case creation. When a name is provided, an email must also be provided. If the user is a Google Support agent, this is obfuscated. This field is deprecated. Use **username** field instead.
&quot;googleSupport&quot;: True or False, # Output only. Whether the actor is a Google support actor.
&quot;username&quot;: &quot;A String&quot;, # Output only. The username of the actor. It may look like an email or other format provided by the identity provider. If not provided, it is inferred from the credentials supplied. When a name is provided, a username must also be provided. If the user is a Google Support agent, this will not be set.
},
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name for the comment.
&quot;plainTextBody&quot;: &quot;A String&quot;, # Output only. DEPRECATED. An automatically generated plain text version of body with all rich text syntax stripped.
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The resource name of the comment.
&quot;plainTextBody&quot;: &quot;A String&quot;, # Output only. DEPRECATED. DO NOT USE. A duplicate of the `body` field. This field is only present for legacy reasons.
}</pre>
</div>

Expand All @@ -154,17 +154,17 @@ <h3>Method Details</h3>

{ # The response message for the ListComments endpoint.
&quot;comments&quot;: [ # List of the comments associated with the case.
{ # Case comments are the main way Google Support communicates with a user who has opened a case. When a user responds to Google Support, the user&#x27;s responses also appear as comments.
&quot;body&quot;: &quot;A String&quot;, # The full comment body. Maximum of 12800 characters. This can contain rich text syntax.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when this comment was created.
&quot;creator&quot;: { # An Actor represents an entity that performed an action. For example, an actor could be a user who posted a comment on a support case, a user who uploaded an attachment, or a service account that created a support case. # Output only. The user or Google Support agent created this comment.
{ # A comment associated with a support case. Case comments are the primary way for Google Support to communicate with a user who has opened a case. When a user responds to Google Support, the user&#x27;s responses also appear as comments.
&quot;body&quot;: &quot;A String&quot;, # The full comment body. Maximum of 12800 characters.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the comment was created.
&quot;creator&quot;: { # An Actor represents an entity that performed an action. For example, an actor could be a user who posted a comment on a support case, a user who uploaded an attachment, or a service account that created a support case. # Output only. The user or Google Support agent who created the comment.
&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.
&quot;email&quot;: &quot;A String&quot;, # The email address of the actor. If not provided, it is inferred from the credentials supplied during case creation. When a name is provided, an email must also be provided. If the user is a Google Support agent, this is obfuscated. This field is deprecated. Use **username** field instead.
&quot;googleSupport&quot;: True or False, # Output only. Whether the actor is a Google support actor.
&quot;username&quot;: &quot;A String&quot;, # Output only. The username of the actor. It may look like an email or other format provided by the identity provider. If not provided, it is inferred from the credentials supplied. When a name is provided, a username must also be provided. If the user is a Google Support agent, this will not be set.
},
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name for the comment.
&quot;plainTextBody&quot;: &quot;A String&quot;, # Output only. DEPRECATED. An automatically generated plain text version of body with all rich text syntax stripped.
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The resource name of the comment.
&quot;plainTextBody&quot;: &quot;A String&quot;, # Output only. DEPRECATED. DO NOT USE. A duplicate of the `body` field. This field is only present for legacy reasons.
},
],
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token to retrieve the next page of results. Set this in the `page_token` field of subsequent `cases.comments.list` requests. If unspecified, there are no more results to retrieve.
Expand Down
36 changes: 18 additions & 18 deletions docs/dyn/cloudsupport_v2beta.cases.comments.html
Expand Up @@ -101,17 +101,17 @@ <h3>Method Details</h3>
body: object, The request body.
The object takes the form of:

{ # Case comments are the main way Google Support communicates with a user who has opened a case. When a user responds to Google Support, the user&#x27;s responses also appear as comments.
&quot;body&quot;: &quot;A String&quot;, # The full comment body. Maximum of 12800 characters. This can contain rich text syntax.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when this comment was created.
&quot;creator&quot;: { # An Actor represents an entity that performed an action. For example, an actor could be a user who posted a comment on a support case, a user who uploaded an attachment, or a service account that created a support case. # Output only. The user or Google Support agent created this comment.
{ # A comment associated with a support case. Case comments are the primary way for Google Support to communicate with a user who has opened a case. When a user responds to Google Support, the user&#x27;s responses also appear as comments.
&quot;body&quot;: &quot;A String&quot;, # The full comment body. Maximum of 12800 characters.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the comment was created.
&quot;creator&quot;: { # An Actor represents an entity that performed an action. For example, an actor could be a user who posted a comment on a support case, a user who uploaded an attachment, or a service account that created a support case. # Output only. The user or Google Support agent who created the comment.
&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.
&quot;email&quot;: &quot;A String&quot;, # The email address of the actor. If not provided, it is inferred from the credentials supplied during case creation. When a name is provided, an email must also be provided. If the user is a Google Support agent, this is obfuscated. This field is deprecated. Use **username** field instead.
&quot;googleSupport&quot;: True or False, # Output only. Whether the actor is a Google support actor.
&quot;username&quot;: &quot;A String&quot;, # Output only. The username of the actor. It may look like an email or other format provided by the identity provider. If not provided, it is inferred from the credentials supplied. When a name is provided, a username must also be provided. If the user is a Google Support agent, this will not be set.
},
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name for the comment.
&quot;plainTextBody&quot;: &quot;A String&quot;, # Output only. DEPRECATED. An automatically generated plain text version of body with all rich text syntax stripped.
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The resource name of the comment.
&quot;plainTextBody&quot;: &quot;A String&quot;, # Output only. DEPRECATED. DO NOT USE. A duplicate of the `body` field. This field is only present for legacy reasons.
}

x__xgafv: string, V1 error format.
Expand All @@ -122,17 +122,17 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # Case comments are the main way Google Support communicates with a user who has opened a case. When a user responds to Google Support, the user&#x27;s responses also appear as comments.
&quot;body&quot;: &quot;A String&quot;, # The full comment body. Maximum of 12800 characters. This can contain rich text syntax.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when this comment was created.
&quot;creator&quot;: { # An Actor represents an entity that performed an action. For example, an actor could be a user who posted a comment on a support case, a user who uploaded an attachment, or a service account that created a support case. # Output only. The user or Google Support agent created this comment.
{ # A comment associated with a support case. Case comments are the primary way for Google Support to communicate with a user who has opened a case. When a user responds to Google Support, the user&#x27;s responses also appear as comments.
&quot;body&quot;: &quot;A String&quot;, # The full comment body. Maximum of 12800 characters.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the comment was created.
&quot;creator&quot;: { # An Actor represents an entity that performed an action. For example, an actor could be a user who posted a comment on a support case, a user who uploaded an attachment, or a service account that created a support case. # Output only. The user or Google Support agent who created the comment.
&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.
&quot;email&quot;: &quot;A String&quot;, # The email address of the actor. If not provided, it is inferred from the credentials supplied during case creation. When a name is provided, an email must also be provided. If the user is a Google Support agent, this is obfuscated. This field is deprecated. Use **username** field instead.
&quot;googleSupport&quot;: True or False, # Output only. Whether the actor is a Google support actor.
&quot;username&quot;: &quot;A String&quot;, # Output only. The username of the actor. It may look like an email or other format provided by the identity provider. If not provided, it is inferred from the credentials supplied. When a name is provided, a username must also be provided. If the user is a Google Support agent, this will not be set.
},
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name for the comment.
&quot;plainTextBody&quot;: &quot;A String&quot;, # Output only. DEPRECATED. An automatically generated plain text version of body with all rich text syntax stripped.
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The resource name of the comment.
&quot;plainTextBody&quot;: &quot;A String&quot;, # Output only. DEPRECATED. DO NOT USE. A duplicate of the `body` field. This field is only present for legacy reasons.
}</pre>
</div>

Expand All @@ -154,17 +154,17 @@ <h3>Method Details</h3>

{ # The response message for the ListComments endpoint.
&quot;comments&quot;: [ # List of the comments associated with the case.
{ # Case comments are the main way Google Support communicates with a user who has opened a case. When a user responds to Google Support, the user&#x27;s responses also appear as comments.
&quot;body&quot;: &quot;A String&quot;, # The full comment body. Maximum of 12800 characters. This can contain rich text syntax.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when this comment was created.
&quot;creator&quot;: { # An Actor represents an entity that performed an action. For example, an actor could be a user who posted a comment on a support case, a user who uploaded an attachment, or a service account that created a support case. # Output only. The user or Google Support agent created this comment.
{ # A comment associated with a support case. Case comments are the primary way for Google Support to communicate with a user who has opened a case. When a user responds to Google Support, the user&#x27;s responses also appear as comments.
&quot;body&quot;: &quot;A String&quot;, # The full comment body. Maximum of 12800 characters.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the comment was created.
&quot;creator&quot;: { # An Actor represents an entity that performed an action. For example, an actor could be a user who posted a comment on a support case, a user who uploaded an attachment, or a service account that created a support case. # Output only. The user or Google Support agent who created the comment.
&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.
&quot;email&quot;: &quot;A String&quot;, # The email address of the actor. If not provided, it is inferred from the credentials supplied during case creation. When a name is provided, an email must also be provided. If the user is a Google Support agent, this is obfuscated. This field is deprecated. Use **username** field instead.
&quot;googleSupport&quot;: True or False, # Output only. Whether the actor is a Google support actor.
&quot;username&quot;: &quot;A String&quot;, # Output only. The username of the actor. It may look like an email or other format provided by the identity provider. If not provided, it is inferred from the credentials supplied. When a name is provided, a username must also be provided. If the user is a Google Support agent, this will not be set.
},
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name for the comment.
&quot;plainTextBody&quot;: &quot;A String&quot;, # Output only. DEPRECATED. An automatically generated plain text version of body with all rich text syntax stripped.
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The resource name of the comment.
&quot;plainTextBody&quot;: &quot;A String&quot;, # Output only. DEPRECATED. DO NOT USE. A duplicate of the `body` field. This field is only present for legacy reasons.
},
],
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token to retrieve the next page of results. Set this in the `page_token` field of subsequent `cases.comments.list` requests. If unspecified, there are no more results to retrieve.
Expand Down

0 comments on commit 4fa6652

Please sign in to comment.