public interface EscalateCaseRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEscalation()
public abstract Escalation getEscalation()The escalation information to be sent with the escalation request.
.google.cloud.support.v2.Escalation escalation = 2;
| Returns | |
|---|---|
| Type | Description |
Escalation |
The escalation. |
getEscalationOrBuilder()
public abstract EscalationOrBuilder getEscalationOrBuilder()The escalation information to be sent with the escalation request.
.google.cloud.support.v2.Escalation escalation = 2;
| Returns | |
|---|---|
| Type | Description |
EscalationOrBuilder |
|
getName()
public abstract String getName()Required. The name of the case to be escalated.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. The name of the case to be escalated.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
hasEscalation()
public abstract boolean hasEscalation()The escalation information to be sent with the escalation request.
.google.cloud.support.v2.Escalation escalation = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the escalation field is set. |