Google Cloud Support V2 Client - Class CreateCommentRequest (1.4.0)

Reference documentation and code samples for the Google Cloud Support V2 Client class CreateCommentRequest.

The request message for the CreateComment endpoint.

Generated from protobuf message google.cloud.support.v2.CreateCommentRequest

Namespace

Google \ Cloud \ Support \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The name of the case to which the comment should be added.

↳ comment Comment

Required. The comment to be added.

getParent

Required. The name of the case to which the comment should be added.

Returns
Type Description
string

setParent

Required. The name of the case to which the comment should be added.

Parameter
Name Description
var string
Returns
Type Description
$this

getComment

Required. The comment to be added.

Returns
Type Description
Comment|null

hasComment

clearComment

setComment

Required. The comment to be added.

Parameter
Name Description
var Comment
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The name of the case to which the comment should be added. Please see CommentServiceClient::caseName() for help formatting this field.

comment Comment

Required. The comment to be added.

Returns
Type Description
CreateCommentRequest

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.