public enum LicenseConfig.State extends Enum<LicenseConfig.State> implements ProtocolMessageEnumLicense config state enumeration.
Protobuf enum google.cloud.discoveryengine.v1beta.LicenseConfig.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTIVE |
The license config is effective and being used. |
ACTIVE_VALUE |
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. |
DEACTIVATING_VALUE |
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. |
EXPIRED_VALUE |
The license config has expired. |
NOT_STARTED |
The license config has not started yet, and its start date is in the future. |
NOT_STARTED_VALUE |
The license config has not started yet, and its start date is in the future. |
STATE_UNSPECIFIED |
Default value. The license config does not exist. |
STATE_UNSPECIFIED_VALUE |
Default value. The license config does not exist. |
UNRECOGNIZED |
|
WITHDRAWN |
This is when a sub license config has returned all its seats back to BillingAccountLicenseConfig that it belongs to. Similar to EXPIRED. |
WITHDRAWN_VALUE |
This is when a sub license config has returned all its seats back to BillingAccountLicenseConfig that it belongs to. Similar to EXPIRED. |
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|