Service Management V1 API - Module Google::Cloud::ServiceManagement::V1::OperationMetadata::Status (v1.7.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Service Management V1 API module Google::Cloud::ServiceManagement::V1::OperationMetadata::Status.
Code describes the status of the operation (or one of its steps).
Constants
STATUS_UNSPECIFIED
value: 0 Unspecifed code.
DONE
value: 1 The operation or step has completed without errors.
NOT_STARTED
value: 2 The operation or step has not started yet.
IN_PROGRESS
value: 3 The operation or step is in progress.
FAILED
value: 4 The operation or step has completed with errors. If the operation is
rollbackable, the rollback completed with errors too.
CANCELLED
value: 5 The operation or step has completed with cancellation.
[[["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 2026-04-03 UTC."],[],[]]