Reference documentation and code samples for the Google Cloud Support V2beta Client class Escalation.
An escalation of a support case.
Generated from protobuf message google.cloud.support.v2beta.Escalation
Namespace
Google \ Cloud \ Support \ V2betaMethods
__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 |
Enum of type Reason. |
setReason
Required. The reason why the Case is being escalated.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Reason. |
| 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 |
|