state property
Execution state for publishing.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The publishing state is unspecified.
- "SUCCEEDED" : Publishing to catalog completed successfully.
- "FAILED" : Publish to catalog failed.
- "SKIPPED" : Publishing to catalog was skipped.
Implementation
core.String? state;