state property

String? state
getter/setter pair

Execution state for catalog publishing.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The publishing state is unspecified.
  • "SUCCEEDED" : Publish to catalog completed successfully.
  • "FAILED" : Publish to catalog failed.

Implementation

core.String? state;