Reference documentation and code samples for the Google Cloud Support V2 API class Google::Cloud::Support::V2::Escalation.
An escalation of a support case.
Inherits
Object
Extended By
Google::Protobuf::MessageExts::ClassMethods
Includes
Google::Protobuf::MessageExts
Methods
#justification
defjustification()->::String
Returns
(::String) — Required. A free text description to accompany the reason field above.
Provides additional context on why the case is being escalated.
#justification=
defjustification=(value)->::String
Parameter
value (::String) — Required. A free text description to accompany the reason field above.
Provides additional context on why the case is being escalated.
Returns
(::String) — Required. A free text description to accompany the reason field above.
Provides additional context on why the case is being escalated.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Google Cloud Support V2 API - Class Google::Cloud::Support::V2::Escalation (v1.4.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.1 (latest)](/ruby/docs/reference/google-cloud-support-v2/latest/Google-Cloud-Support-V2-Escalation)\n- [1.4.0](/ruby/docs/reference/google-cloud-support-v2/1.4.0/Google-Cloud-Support-V2-Escalation)\n- [1.3.0](/ruby/docs/reference/google-cloud-support-v2/1.3.0/Google-Cloud-Support-V2-Escalation)\n- [1.2.1](/ruby/docs/reference/google-cloud-support-v2/1.2.1/Google-Cloud-Support-V2-Escalation)\n- [1.1.0](/ruby/docs/reference/google-cloud-support-v2/1.1.0/Google-Cloud-Support-V2-Escalation)\n- [1.0.1](/ruby/docs/reference/google-cloud-support-v2/1.0.1/Google-Cloud-Support-V2-Escalation)\n- [0.4.0](/ruby/docs/reference/google-cloud-support-v2/0.4.0/Google-Cloud-Support-V2-Escalation)\n- [0.3.2](/ruby/docs/reference/google-cloud-support-v2/0.3.2/Google-Cloud-Support-V2-Escalation)\n- [0.2.0](/ruby/docs/reference/google-cloud-support-v2/0.2.0/Google-Cloud-Support-V2-Escalation)\n- [0.1.0](/ruby/docs/reference/google-cloud-support-v2/0.1.0/Google-Cloud-Support-V2-Escalation) \nReference documentation and code samples for the Google Cloud Support V2 API class Google::Cloud::Support::V2::Escalation.\n\nAn escalation of a support case. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #justification\n\n def justification() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Required. A free text description to accompany the `reason` field above. Provides additional context on why the case is being escalated.\n\n### #justification=\n\n def justification=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Required. A free text description to accompany the `reason` field above. Provides additional context on why the case is being escalated. \n**Returns**\n\n- (::String) --- Required. A free text description to accompany the `reason` field above. Provides additional context on why the case is being escalated.\n\n### #reason\n\n def reason() -\u003e ::Google::Cloud::Support::V2::Escalation::Reason\n\n**Returns**\n\n- ([::Google::Cloud::Support::V2::Escalation::Reason](./Google-Cloud-Support-V2-Escalation-Reason)) --- Required. The reason why the Case is being escalated.\n\n### #reason=\n\n def reason=(value) -\u003e ::Google::Cloud::Support::V2::Escalation::Reason\n\n**Parameter**\n\n- **value** ([::Google::Cloud::Support::V2::Escalation::Reason](./Google-Cloud-Support-V2-Escalation-Reason)) --- Required. The reason why the Case is being escalated. \n**Returns**\n\n- ([::Google::Cloud::Support::V2::Escalation::Reason](./Google-Cloud-Support-V2-Escalation-Reason)) --- Required. The reason why the Case is being escalated."]]