Reference documentation and code samples for the Cloud Controls Partner V1BETA API module Google::Cloud::CloudControlsPartner::V1beta::CompletionState.
Enum for possible completion states.
Constants
COMPLETION_STATE_UNSPECIFIED
value: 0 Unspecified completion state.
PENDING
value: 1 Task started (has start date) but not yet completed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Cloud Controls Partner V1BETA API - Module Google::Cloud::CloudControlsPartner::V1beta::CompletionState (v0.6.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.6.0 (latest)](/ruby/docs/reference/google-cloud-cloud_controls_partner-v1beta/latest/Google-Cloud-CloudControlsPartner-V1beta-CompletionState)\n- [0.5.1](/ruby/docs/reference/google-cloud-cloud_controls_partner-v1beta/0.5.1/Google-Cloud-CloudControlsPartner-V1beta-CompletionState)\n- [0.4.0](/ruby/docs/reference/google-cloud-cloud_controls_partner-v1beta/0.4.0/Google-Cloud-CloudControlsPartner-V1beta-CompletionState)\n- [0.3.0](/ruby/docs/reference/google-cloud-cloud_controls_partner-v1beta/0.3.0/Google-Cloud-CloudControlsPartner-V1beta-CompletionState)\n- [0.2.0](/ruby/docs/reference/google-cloud-cloud_controls_partner-v1beta/0.2.0/Google-Cloud-CloudControlsPartner-V1beta-CompletionState)\n- [0.1.2](/ruby/docs/reference/google-cloud-cloud_controls_partner-v1beta/0.1.2/Google-Cloud-CloudControlsPartner-V1beta-CompletionState) \nReference documentation and code samples for the Cloud Controls Partner V1BETA API module Google::Cloud::CloudControlsPartner::V1beta::CompletionState.\n\nEnum for possible completion states.\n\nConstants\n---------\n\n### COMPLETION_STATE_UNSPECIFIED\n\n**value:** 0 \nUnspecified completion state.\n\n### PENDING\n\n**value:** 1 \nTask started (has start date) but not yet completed.\n\n### SUCCEEDED\n\n**value:** 2 \nSucceeded state.\n\n### FAILED\n\n**value:** 3 \nFailed state.\n\n### NOT_APPLICABLE\n\n**value:** 4 \nNot applicable state."]]