Module: Google::Cloud::AdvisoryNotifications::V1::LocalizationState
- Defined in:
- proto_docs/google/cloud/advisorynotifications/v1/service.rb
Overview
Status of localized text.
Constant Summary collapse
- LOCALIZATION_STATE_UNSPECIFIED =
Not used.
0
- 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.
1
- LOCALIZATION_STATE_PENDING =
Localization for requested language is in progress, and not ready yet.
2
- LOCALIZATION_STATE_COMPLETED =
Localization for requested language is completed.
3