public enum LocalizationState extends Enum<LocalizationState> implements ProtocolMessageEnum
Status of localized text.
Protobuf enum google.cloud.advisorynotifications.v1.LocalizationState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
LOCALIZATION_STATE_COMPLETED |
Localization for requested language is completed. |
LOCALIZATION_STATE_COMPLETED_VALUE |
Localization for requested language is completed. |
LOCALIZATION_STATE_NOT_APPLICABLE |
Localization is not applicable for requested language. This can happen when:
|
LOCALIZATION_STATE_NOT_APPLICABLE_VALUE |
Localization is not applicable for requested language. This can happen when:
|
LOCALIZATION_STATE_PENDING |
Localization for requested language is in progress, and not ready yet. |
LOCALIZATION_STATE_PENDING_VALUE |
Localization for requested language is in progress, and not ready yet. |
LOCALIZATION_STATE_UNSPECIFIED |
Not used. |
LOCALIZATION_STATE_UNSPECIFIED_VALUE |
Not used. |
UNRECOGNIZED |
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() |