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-08-28 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eApiService.State\u003c/code\u003e enum, which defines the lifecycle states of a service in versions 2.1.2 through 2.46.1 of the Java API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eApiService.State\u003c/code\u003e enum includes states such as \u003ccode\u003eNEW\u003c/code\u003e, \u003ccode\u003eSTARTING\u003c/code\u003e, \u003ccode\u003eRUNNING\u003c/code\u003e, \u003ccode\u003eSTOPPING\u003c/code\u003e, \u003ccode\u003eTERMINATED\u003c/code\u003e, and \u003ccode\u003eFAILED\u003c/code\u003e, each describing a distinct operational phase of a service.\u003c/p\u003e\n"],["\u003cp\u003eThe listed versions represent various releases, with version 2.46.1 being the latest and 2.32.0 being the initially listed version, allowing users to access documentation specific to their version.\u003c/p\u003e\n"],["\u003cp\u003eThe order of states in the \u003ccode\u003eApiService.State\u003c/code\u003e enum is arranged so that if a service transitions from state A to B, then \u003ccode\u003eA.compareTo(B)\u003c/code\u003e will be less than 0.\u003c/p\u003e\n"],["\u003cp\u003eThe page provides information on inherited members and their respective descriptions as well as static methods for the \u003ccode\u003eApiService.State\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]