The ordering of the State enum is defined such that if there is a state transition
from A -> B then A.compareTo(B) < 0. N.B. The converse is not true, i.e. if
A.compareTo(B) < 0 then there is not guaranteed to be a valid state transition
A -> B.
[[["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-04-17 UTC."],[[["This webpage provides documentation for the `ApiService.State` enum, which defines the lifecycle states of a service in the Google API Common library, and the latest version is 2.46.1."],["The `ApiService.State` enum includes states such as `NEW`, `STARTING`, `RUNNING`, `STOPPING`, `TERMINATED`, and `FAILED`, representing various operational phases of a service."],["The order of the `State` enum values indicates the direction of valid state transitions, but not all comparative relationships between states correspond to valid transitions."],["This library is in Beta, therefore, it might have limited support and changes may not be compatible with other pre-GA versions."],["There is a history of versions ranging from 2.21.0 up to 2.46.1, with links provided for each of them, as well as inherited members, and static methods."]]],[]]