public interface EscalationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getJustification()
public abstract String getJustification() Required. A free text description to accompany the reason field above.
Provides additional context on why the case is being escalated.
string justification = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The justification. |
getJustificationBytes()
public abstract ByteString getJustificationBytes() Required. A free text description to accompany the reason field above.
Provides additional context on why the case is being escalated.
string justification = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for justification. |
getReason()
public abstract Escalation.Reason getReason()Required. The reason why the Case is being escalated.
.google.cloud.support.v2.Escalation.Reason reason = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Escalation.Reason |
The reason. |
getReasonValue()
public abstract int getReasonValue()Required. The reason why the Case is being escalated.
.google.cloud.support.v2.Escalation.Reason reason = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for reason. |