Package com.google.cloud.support.v2
Interface EscalateCaseRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EscalateCaseRequest,EscalateCaseRequest.Builder
public interface EscalateCaseRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EscalationgetEscalation()The escalation object to be sent with the escalation request.EscalationOrBuildergetEscalationOrBuilder()The escalation object to be sent with the escalation request.StringgetName()Required.com.google.protobuf.ByteStringgetNameBytes()Required.booleanhasEscalation()The escalation object to be sent with the escalation request.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
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:
- The name.
-
getNameBytes
com.google.protobuf.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:
- The bytes for name.
-
hasEscalation
boolean hasEscalation()
The escalation object to be sent with the escalation request.
.google.cloud.support.v2.Escalation escalation = 2;- Returns:
- Whether the escalation field is set.
-
getEscalation
Escalation getEscalation()
The escalation object to be sent with the escalation request.
.google.cloud.support.v2.Escalation escalation = 2;- Returns:
- The escalation.
-
getEscalationOrBuilder
EscalationOrBuilder getEscalationOrBuilder()
The escalation object to be sent with the escalation request.
.google.cloud.support.v2.Escalation escalation = 2;
-
-