Class: Google::Cloud::AdvisoryNotifications::V1::Text
- Inherits:
-
Object
- Object
- Google::Cloud::AdvisoryNotifications::V1::Text
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/advisorynotifications/v1/service.rb
Overview
A text object containing the English text and its localized copies.
Instance Attribute Summary collapse
-
#en_text ⇒ ::String
The English copy.
-
#localization_state ⇒ ::Google::Cloud::AdvisoryNotifications::V1::LocalizationState
Status of the localization.
-
#localized_text ⇒ ::String
The requested localized copy (if applicable).
Instance Attribute Details
#en_text ⇒ ::String
Returns The English copy.
59 60 61 62 |
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 59 class Text include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#localization_state ⇒ ::Google::Cloud::AdvisoryNotifications::V1::LocalizationState
Returns Status of the localization.
59 60 61 62 |
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 59 class Text include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |