Reference documentation and code samples for the Google Cloud Support V2 Client class Comment.
A comment associated with a support case.
Generated from protobuf message google.cloud.support.v2.Comment
Namespace
Google \ Cloud \ Support \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. The resource name for the comment.
↳ create_time
↳ creator
↳ body
string
The full comment body. Maximum of 12800 characters. This can contain rich text syntax.
↳ plain_text_body
string
Output only. DEPRECATED. An automatically generated plain text version of body with all rich text syntax stripped.
getName
Output only. The resource name for the comment.
string
setName
Output only. The resource name for the comment.
var
string
$this
getCreateTime
Output only. The time when this comment was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time when this comment was created.
$this
getCreator
Output only. The user or Google Support agent created this comment.
hasCreator
clearCreator
setCreator
Output only. The user or Google Support agent created this comment.
$this
getBody
The full comment body. Maximum of 12800 characters. This can contain rich text syntax.
string
setBody
The full comment body. Maximum of 12800 characters. This can contain rich text syntax.
var
string
$this
getPlainTextBody
Output only. DEPRECATED. An automatically generated plain text version of body with all rich text syntax stripped.
string
setPlainTextBody
Output only. DEPRECATED. An automatically generated plain text version of body with all rich text syntax stripped.
var
string
$this