Enum LicenseConfig.State (0.90.0)

public enum LicenseConfig.State extends Enum<LicenseConfig.State> implements ProtocolMessageEnum

License config state enumeration.

Protobuf enum google.cloud.discoveryengine.v1beta.LicenseConfig.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The license config is effective and being used.

ACTIVE = 1;

ACTIVE_VALUE

The license config is effective and being used.

ACTIVE = 1;

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 = 5;

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.

DEACTIVATING = 5;

EXPIRED

The license config has expired.

EXPIRED = 2;

EXPIRED_VALUE

The license config has expired.

EXPIRED = 2;

NOT_STARTED

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

NOT_STARTED = 3;

NOT_STARTED_VALUE

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

NOT_STARTED = 3;

STATE_UNSPECIFIED

Default value. The license config does not exist.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default value. The license config does not exist.

STATE_UNSPECIFIED = 0;

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 = 4;

WITHDRAWN_VALUE

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

WITHDRAWN = 4;

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()