Interface EscalateCaseRequestOrBuilder (0.29.0)

public interface EscalateCaseRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEscalation()

public abstract Escalation getEscalation()

The escalation object 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 object 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 fully qualified name of the Case resource 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 fully qualified name of the Case resource 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 object to be sent with the escalation request.

.google.cloud.support.v2.Escalation escalation = 2;

Returns
Type Description
boolean

Whether the escalation field is set.