[[["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 Client - Class State (1.2.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.1 (latest)](/php/docs/reference/cloud-support/latest/V2.PBCase.State)\n- [1.2.0](/php/docs/reference/cloud-support/1.2.0/V2.PBCase.State)\n- [1.1.0](/php/docs/reference/cloud-support/1.1.0/V2.PBCase.State)\n- [1.0.3](/php/docs/reference/cloud-support/1.0.3/V2.PBCase.State)\n- [0.2.5](/php/docs/reference/cloud-support/0.2.5/V2.PBCase.State)\n- [0.1.2](/php/docs/reference/cloud-support/0.1.2/V2.PBCase.State) \nReference documentation and code samples for the Google Cloud Support V2 Client class State.\n\nThe status of a support case.\n\nProtobuf type `google.cloud.support.v2.Case.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Support \\\\ V2 \\\\ PBCase\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nCase is in an unknown state.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### PBNEW\n\n Value: 1\n\nThe case has been created but no one is assigned to work on it yet.\n\nGenerated from protobuf enum `NEW = 1;`\n\n### IN_PROGRESS_GOOGLE_SUPPORT\n\n Value: 2\n\nThe case is currently being handled by Google support.\n\nGenerated from protobuf enum `IN_PROGRESS_GOOGLE_SUPPORT = 2;`\n\n### ACTION_REQUIRED\n\n Value: 3\n\nGoogle is waiting for a response.\n\nGenerated from protobuf enum `ACTION_REQUIRED = 3;`\n\n### SOLUTION_PROVIDED\n\n Value: 4\n\nA solution has been offered for the case, but it isn't yet closed.\n\nGenerated from protobuf enum `SOLUTION_PROVIDED = 4;`\n\n### CLOSED\n\n Value: 5\n\nThe case has been resolved.\n\nGenerated from protobuf enum `CLOSED = 5;`"]]