Module: Google::Cloud::Support::V2::Case::State
- Defined in:
- proto_docs/google/cloud/support/v2/case.rb
Overview
The status of a support case.
Constant Summary collapse
- STATE_UNSPECIFIED =
Case is in an unknown state.
0
- NEW =
The case has been created but no one is assigned to work on it yet.
1
- IN_PROGRESS_GOOGLE_SUPPORT =
The case is currently being handled by Google support.
2
- ACTION_REQUIRED =
Google is waiting for a response.
3
- SOLUTION_PROVIDED =
A solution has been offered for the case, but it isn't yet closed.
4
- CLOSED =
The case has been resolved.
5