Discovery Engine V1BETA API - Module Google::Cloud::DiscoveryEngine::V1beta::LicenseConfig::State (v0.28.0)

Reference documentation and code samples for the Discovery Engine V1BETA API module Google::Cloud::DiscoveryEngine::V1beta::LicenseConfig::State.

License config state enumeration.

Constants

STATE_UNSPECIFIED

value: 0
Default value. The license config does not exist.

ACTIVE

value: 1
The license config is effective and being used.

EXPIRED

value: 2
The license config has expired.

NOT_STARTED

value: 3
The license config has not started yet, and its start date is in the future.

WITHDRAWN

value: 4
This is when a sub license config has returned all its seats back to BillingAccountLicenseConfig that it belongs to. Similar to EXPIRED.

DEACTIVATING

value: 5
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.