SaaS Runtime V1BETA1 API - Module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperation::UnitOperationState (v0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the SaaS Runtime V1BETA1 API module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperation::UnitOperationState.
UnitOperationState describes the current state of the unit operation.
Constants
UNIT_OPERATION_STATE_UNKNOWN
value: 0
UNIT_OPERATION_STATE_PENDING
value: 1 Unit operation is accepted but not ready to run.
UNIT_OPERATION_STATE_SCHEDULED
value: 2 Unit operation is accepted and scheduled.
UNIT_OPERATION_STATE_RUNNING
value: 4 Unit operation is running.
UNIT_OPERATION_STATE_SUCCEEDED
value: 5 Unit operation has completed successfully.
[[["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-08-26 UTC."],[],[],null,["# SaaS Runtime V1BETA1 API - Module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperation::UnitOperationState (v0.1.0)\n\nReference documentation and code samples for the SaaS Runtime V1BETA1 API module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperation::UnitOperationState.\n\nUnitOperationState describes the current state of the unit operation.\n\nConstants\n---------\n\n### UNIT_OPERATION_STATE_UNKNOWN\n\n**value:**0\n\n### UNIT_OPERATION_STATE_PENDING\n\n**value:** 1 \nUnit operation is accepted but not ready to run.\n\n### UNIT_OPERATION_STATE_SCHEDULED\n\n**value:** 2 \nUnit operation is accepted and scheduled.\n\n### UNIT_OPERATION_STATE_RUNNING\n\n**value:** 4 \nUnit operation is running.\n\n### UNIT_OPERATION_STATE_SUCCEEDED\n\n**value:** 5 \nUnit operation has completed successfully.\n\n### UNIT_OPERATION_STATE_FAILED\n\n**value:** 6 \nUnit operation has failed.\n\n### UNIT_OPERATION_STATE_CANCELLED\n\n**value:** 7 \nUnit operation was cancelled."]]