Reference documentation and code samples for the Google Cloud Support V2 Client class EscalateCaseRequest.
The request message for the EscalateCase endpoint.
Generated from protobuf message google.cloud.support.v2.EscalateCaseRequest
Namespace
Google \ Cloud \ Support \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The fully qualified name of the Case resource to be escalated. |
↳ escalation |
Google\Cloud\Support\V2\Escalation
The escalation object to be sent with the escalation request. |
getName
Required. The fully qualified name of the Case resource to be escalated.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The fully qualified name of the Case resource to be escalated.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getEscalation
The escalation object to be sent with the escalation request.
Returns | |
---|---|
Type | Description |
Google\Cloud\Support\V2\Escalation|null |
hasEscalation
clearEscalation
setEscalation
The escalation object to be sent with the escalation request.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Support\V2\Escalation
|
Returns | |
---|---|
Type | Description |
$this |