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"]],[["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-15 UTC."],[[["This document details the `ApiService.State` enum, which defines the lifecycle states of a service within the Google API Core library."],["The latest documented version of this API is 2.46.1, but the document includes versions all the way back to 2.1.2."],["The service lifecycle includes states such as `NEW`, `STARTING`, `RUNNING`, `STOPPING`, `TERMINATED`, and `FAILED`, each with specific operational characteristics."],["The ordering of the `ApiService.State` enum reflects valid state transitions, where `A.compareTo(B) \u003c 0` indicates a potential transition from state `A` to `B`."],["There is also included inherited members such as `Enum.valueOf`, `Enum.clone` and `Enum.compareTo(E)` as well as static fields that provide state information about a service."]]],[]]