Interface EscalationOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Escalation, Escalation.Builder

    public interface EscalationOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getJustification()
      Required.
      com.google.protobuf.ByteString getJustificationBytes()
      Required.
      Escalation.Reason getReason()
      Required.
      int getReasonValue()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getReasonValue

        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:
        The enum numeric value on the wire for reason.
      • getReason

        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:
        The reason.
      • getJustification

        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:
        The justification.
      • getJustificationBytes

        com.google.protobuf.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:
        The bytes for justification.