public enum LicenseConfig.Types.StateReference documentation and code samples for the Discovery Engine v1beta API enum LicenseConfig.Types.State.
License config state enumeration.
Namespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Fields |
|
|---|---|
| Name | Description |
Active |
The license config is effective and being used. |
Deactivating |
The license config is terminated earlier than the expiration date and it is deactivating. The customer will still have access in this state. It will be converted to EXPIRED after the deactivating period ends (14 days) or when the end date is reached, whichever comes first. |
Expired |
The license config has expired. |
NotStarted |
The license config has not started yet, and its start date is in the future. |
Unspecified |
Default value. The license config does not exist. |
Withdrawn |
This is when a sub license config has returned all its seats back to BillingAccountLicenseConfig that it belongs to. Similar to EXPIRED. |