quotaExtractionState property

String? quotaExtractionState
getter/setter pair

Indicates the state of the quota extraction.

Output only. Possible string values are:

  • "QUOTA_EXTRACTION_STATE_UNSPECIFIED" : Indicates the quota extraction has not started.
  • "QUOTA_EXTRACTION_STATE_DARK_LAUNCH" : Indicates the quota extraction is in dark launch and verifying quota enforcement.
  • "QUOTA_EXTRACTION_STATE_TRAFFIC_MIGRATION" : Indicates the quota extraction traffic migration is in progress.

Implementation

core.String? quotaExtractionState;