Reference documentation and code samples for the Google Cloud Advisory Notifications V1 Client class LocalizationState.
Status of localized text.
Protobuf type google.cloud.advisorynotifications.v1.LocalizationState
Methods
name
value
mixed
value
name
mixed
Constants
LOCALIZATION_STATE_UNSPECIFIED
Value: 0
Not used.
Generated from protobuf enum LOCALIZATION_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 enum LOCALIZATION_STATE_NOT_APPLICABLE = 1;
LOCALIZATION_STATE_PENDING
Value: 2
Localization for requested language is in progress, and not ready yet.
Generated from protobuf enum LOCALIZATION_STATE_PENDING = 2;
LOCALIZATION_STATE_COMPLETED
Value: 3
Localization for requested language is completed.
Generated from protobuf enum LOCALIZATION_STATE_COMPLETED = 3;