cachePrePopulateState property
State of the prepopulation job indicating how the prepopulation is progressing.
Output only. Possible string values are:
- "CACHE_PRE_POPULATE_STATE_UNSPECIFIED" : Default unspecified state.
- "NOT_NEEDED" : State representing when the most recent create or update request did not require a prepopulation job.
- "IN_PROGRESS" : State representing when the most recent update request requested a prepopulation job but it has not yet completed.
- "COMPLETE" : State representing when the most recent update request requested a prepopulation job and it has completed successfully.
- "ERROR" : State representing when the most recent update request requested a prepopulation job but the prepopulate job failed.
Implementation
core.String? cachePrePopulateState;