Google Cloud Support V2beta Client - Class GetCommentRequest (1.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Support V2beta Client class GetCommentRequest.
The request message for the GetComment endpoint.
Generated from protobuf message google.cloud.support.v2beta.GetCommentRequest
Namespace
Google \ Cloud \ Support \ V2betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the comment to retrieve. |
getName
Required. The name of the comment to retrieve.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the comment to retrieve.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The name of the comment to retrieve. Please see CommentServiceClient::commentName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
GetCommentRequest |
|