Generated from protobuf enumLOCALIZATION_STATE_UNSPECIFIED = 0;
LOCALIZATION_STATE_NOT_APPLICABLE
Value: 1
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.
Generated from protobuf enumLOCALIZATION_STATE_NOT_APPLICABLE = 1;
LOCALIZATION_STATE_PENDING
Value: 2
Localization for requested language is in progress, and not ready yet.
Generated from protobuf enumLOCALIZATION_STATE_PENDING = 2;
LOCALIZATION_STATE_COMPLETED
Value: 3
Localization for requested language is completed.
Generated from protobuf enumLOCALIZATION_STATE_COMPLETED = 3;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Advisory Notifications V1 Client - Class LocalizationState (1.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.1 (latest)](/php/docs/reference/cloud-advisorynotifications/latest/V1.LocalizationState)\n- [1.1.0](/php/docs/reference/cloud-advisorynotifications/1.1.0/V1.LocalizationState)\n- [1.0.3](/php/docs/reference/cloud-advisorynotifications/1.0.3/V1.LocalizationState)\n- [0.8.3](/php/docs/reference/cloud-advisorynotifications/0.8.3/V1.LocalizationState)\n- [0.7.0](/php/docs/reference/cloud-advisorynotifications/0.7.0/V1.LocalizationState)\n- [0.6.0](/php/docs/reference/cloud-advisorynotifications/0.6.0/V1.LocalizationState)\n- [0.5.1](/php/docs/reference/cloud-advisorynotifications/0.5.1/V1.LocalizationState)\n- [0.4.0](/php/docs/reference/cloud-advisorynotifications/0.4.0/V1.LocalizationState)\n- [0.3.2](/php/docs/reference/cloud-advisorynotifications/0.3.2/V1.LocalizationState)\n- [0.2.1](/php/docs/reference/cloud-advisorynotifications/0.2.1/V1.LocalizationState)\n- [0.1.0](/php/docs/reference/cloud-advisorynotifications/0.1.0/V1.LocalizationState) \nReference documentation and code samples for the Google Cloud Advisory Notifications V1 Client class LocalizationState.\n\nStatus of localized text.\n\nProtobuf type `google.cloud.advisorynotifications.v1.LocalizationState`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ AdvisoryNotifications \\\\ V1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### LOCALIZATION_STATE_UNSPECIFIED\n\n Value: 0\n\nNot used.\n\nGenerated from protobuf enum `LOCALIZATION_STATE_UNSPECIFIED = 0;`\n\n### LOCALIZATION_STATE_NOT_APPLICABLE\n\n Value: 1\n\nLocalization is not applicable for requested language. This can happen\nwhen:\n\n- The requested language was not supported by Advisory Notifications at the\n time of localization (including notifications created before the\n localization feature was launched).\n\n- The requested language is English, so only the English text is returned.\n\nGenerated from protobuf enum `LOCALIZATION_STATE_NOT_APPLICABLE = 1;`\n\n### LOCALIZATION_STATE_PENDING\n\n Value: 2\n\nLocalization for requested language is in progress, and not ready yet.\n\nGenerated from protobuf enum `LOCALIZATION_STATE_PENDING = 2;`\n\n### LOCALIZATION_STATE_COMPLETED\n\n Value: 3\n\nLocalization for requested language is completed.\n\nGenerated from protobuf enum `LOCALIZATION_STATE_COMPLETED = 3;`"]]