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.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Output only. The resource name for the comment. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. The time when this comment was created. |
↳ creator |
Google\Cloud\Support\V2\Actor
Output only. The user or Google Support agent created this comment. |
↳ 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.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Output only. The resource name for the comment.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCreateTime
Output only. The time when this comment was created.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time when this comment was created.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCreator
Output only. The user or Google Support agent created this comment.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Support\V2\Actor|null |
|
hasCreator
clearCreator
setCreator
Output only. The user or Google Support agent created this comment.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Support\V2\Actor
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getBody
The full comment body. Maximum of 12800 characters. This can contain rich text syntax.
| Returns | |
|---|---|
| Type | Description |
string |
|
setBody
The full comment body. Maximum of 12800 characters. This can contain rich text syntax.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPlainTextBody
Output only. DEPRECATED. An automatically generated plain text version of body with all rich text syntax stripped.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPlainTextBody
Output only. DEPRECATED. An automatically generated plain text version of body with all rich text syntax stripped.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|