state property
State of the function.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Not specified. Invalid state.
- "ACTIVE" : Function has been successfully deployed and is serving.
- "FAILED" : Function deployment failed and the function is not serving.
- "DEPLOYING" : Function is being created or updated.
- "DELETING" : Function is being deleted.
- "UNKNOWN" : Function deployment failed and the function serving state is undefined. The function should be updated or deleted to move it out of this state.
Implementation
core.String? state;