state property

String? state
getter/setter pair

Current state of the revision.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The default value. This value is used if the state is omitted.
  • "APPLYING" : The revision is being applied.
  • "APPLIED" : The revision was applied successfully.
  • "FAILED" : The revision could not be applied successfully.

Implementation

core.String? state;