Class: Google::Cloud::AdvisoryNotifications::V1::Text

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#en_text::String

Returns The English copy.

Returns:

  • (::String)

    The English copy.



58
59
60
61
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 58

class Text
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#localization_state::Google::Cloud::AdvisoryNotifications::V1::LocalizationState

Returns Status of the localization.

Returns:



58
59
60
61
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 58

class Text
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#localized_text::String

Returns The requested localized copy (if applicable).

Returns:

  • (::String)

    The requested localized copy (if applicable).



58
59
60
61
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 58

class Text
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end