state property
State.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Default state.
- "ACTIVE" : Eventing is enabled and ready to receive events.
- "ERROR" : Eventing is not active due to an error.
- "INGRESS_ENDPOINT_REQUIRED" : Ingress endpoint required.
Implementation
core.String? state;