Reference documentation and code samples for the Google Cloud Support V2 Client class CreateCommentRequest.
The request message for CreateComment endpoint.
Generated from protobuf message google.cloud.support.v2.CreateCommentRequest
Namespace
Google \ Cloud \ Support \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of Case to which this comment should be added.
↳ comment
getParent
Required. The resource name of Case to which this comment should be added.
string
setParent
Required. The resource name of Case to which this comment should be added.
var
string
$this
getComment
Required. The Comment object to be added to this Case.
hasComment
clearComment
setComment
Required. The Comment object to be added to this Case.
$this
static::build
parent
string
Required. The resource name of Case to which this comment should be added. Please see Google\Cloud\Support\V2\CommentServiceClient::caseName() for help formatting this field.
comment