Advisory Notifications v1 API - Enum LocalizationState (1.0.0)

public enum LocalizationState

Reference documentation and code samples for the Advisory Notifications v1 API enum LocalizationState.

Status of localized text.

Namespace

Google.Cloud.AdvisoryNotifications.V1

Assembly

Google.Cloud.AdvisoryNotifications.V1.dll

Fields

NameDescription
Completed

Localization for requested language is completed.

NotApplicable

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.
Pending

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

Unspecified

Not used.