Enum LocalizationState (0.30.0)

public enum LocalizationState extends Enum<LocalizationState> implements ProtocolMessageEnum

Status of localized text.

Protobuf enum google.cloud.advisorynotifications.v1.LocalizationState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
LOCALIZATION_STATE_COMPLETED

Localization for requested language is completed.

LOCALIZATION_STATE_COMPLETED = 3;

LOCALIZATION_STATE_COMPLETED_VALUE

Localization for requested language is completed.

LOCALIZATION_STATE_COMPLETED = 3;

LOCALIZATION_STATE_NOT_APPLICABLE

Localization is not applicable for requested language. This can happen when:

  • The requested language was not supported by Advisory Notifications at the time of localization (including notifications created before the localization feature was launched).
  • The requested language is English, so only the English text is returned.

LOCALIZATION_STATE_NOT_APPLICABLE = 1;

LOCALIZATION_STATE_NOT_APPLICABLE_VALUE

Localization is not applicable for requested language. This can happen when:

  • The requested language was not supported by Advisory Notifications at the time of localization (including notifications created before the localization feature was launched).
  • The requested language is English, so only the English text is returned.

LOCALIZATION_STATE_NOT_APPLICABLE = 1;

LOCALIZATION_STATE_PENDING

Localization for requested language is in progress, and not ready yet.

LOCALIZATION_STATE_PENDING = 2;

LOCALIZATION_STATE_PENDING_VALUE

Localization for requested language is in progress, and not ready yet.

LOCALIZATION_STATE_PENDING = 2;

LOCALIZATION_STATE_UNSPECIFIED

Not used.

LOCALIZATION_STATE_UNSPECIFIED = 0;

LOCALIZATION_STATE_UNSPECIFIED_VALUE

Not used.

LOCALIZATION_STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()