Reference documentation and code samples for the Advisory Notifications V1 API class Google::Cloud::AdvisoryNotifications::V1::Text.
A text object containing the English text and its localized copies.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#en_text
def en_text() -> ::String
Returns
- (::String) — The English copy.
#en_text=
def en_text=(value) -> ::String
Parameter
- value (::String) — The English copy.
Returns
- (::String) — The English copy.
#localization_state
def localization_state() -> ::Google::Cloud::AdvisoryNotifications::V1::LocalizationState
Returns
- (::Google::Cloud::AdvisoryNotifications::V1::LocalizationState) — Status of the localization.
#localization_state=
def localization_state=(value) -> ::Google::Cloud::AdvisoryNotifications::V1::LocalizationState
Parameter
- value (::Google::Cloud::AdvisoryNotifications::V1::LocalizationState) — Status of the localization.
Returns
- (::Google::Cloud::AdvisoryNotifications::V1::LocalizationState) — Status of the localization.
#localized_text
def localized_text() -> ::String
Returns
- (::String) — The requested localized copy (if applicable).
#localized_text=
def localized_text=(value) -> ::String
Parameter
- value (::String) — The requested localized copy (if applicable).
Returns
- (::String) — The requested localized copy (if applicable).