Google Cloud Support V2 Client - Class GetCaseRequest (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 V2 Client class GetCaseRequest.
The request message for the GetCase endpoint.
Generated from protobuf message google.cloud.support.v2.GetCaseRequest
Namespace
Google \ Cloud \ Support \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The full name of a case to be retrieved. |
getName
Required. The full name of a case to be retrieved.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The full name of a case to be retrieved.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The full name of a case to be retrieved. Please see CaseServiceClient::caseName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
GetCaseRequest |
|