Reference documentation and code samples for the Google Cloud Support V2 Client class 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's responses also appear as comments.
Generated from protobuf message google.cloud.support.v2.Comment
Namespace
Google \ Cloud \ Support \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Output only. Identifier. The resource name of the comment. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. The time when the comment was created. |
↳ creator |
Actor
Output only. The user or Google Support agent who created the comment. |
↳ body |
string
The full comment body. Maximum of 12800 characters. |
↳ plain_text_body |
string
Output only. DEPRECATED. DO NOT USE. A duplicate of the |
getName
Output only. Identifier. The resource name of the comment.
Returns | |
---|---|
Type | Description |
string |
setName
Output only. Identifier. The resource name of the comment.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCreateTime
Output only. The time when the comment was created.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time when the comment was created.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getCreator
Output only. The user or Google Support agent who created the comment.
Returns | |
---|---|
Type | Description |
Actor|null |
hasCreator
clearCreator
setCreator
Output only. The user or Google Support agent who created the comment.
Parameter | |
---|---|
Name | Description |
var |
Actor
|
Returns | |
---|---|
Type | Description |
$this |
getBody
The full comment body.
Maximum of 12800 characters.
Returns | |
---|---|
Type | Description |
string |
setBody
The full comment body.
Maximum of 12800 characters.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPlainTextBody
Output only. DEPRECATED. DO NOT USE.
A duplicate of the body
field.
This field is only present for legacy reasons.
Returns | |
---|---|
Type | Description |
string |
setPlainTextBody
Output only. DEPRECATED. DO NOT USE.
A duplicate of the body
field.
This field is only present for legacy reasons.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |