Reference documentation and code samples for the Google Cloud Support V2 Client class Escalation.
An escalation of a support case.
Generated from protobuf message google.cloud.support.v2.Escalation
Namespace
Google \ Cloud \ Support \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ reason |
int
Required. The reason why the Case is being escalated. |
↳ justification |
string
Required. A free text description to accompany the |
getReason
Required. The reason why the Case is being escalated.
Returns | |
---|---|
Type | Description |
int |
setReason
Required. The reason why the Case is being escalated.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getJustification
Required. A free text description to accompany the reason
field above.
Provides additional context on why the case is being escalated.
Returns | |
---|---|
Type | Description |
string |
setJustification
Required. A free text description to accompany the reason
field above.
Provides additional context on why the case is being escalated.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |