Class: Google::Protobuf::StringValue
- Inherits:
-
Object
- Object
- Google::Protobuf::StringValue
- Extended by:
- MessageExts::ClassMethods
- Includes:
- MessageExts
- Defined in:
- proto_docs/google/protobuf/wrappers.rb
Overview
Wrapper message for string.
The JSON representation for StringValue is JSON string.
Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.
Instance Attribute Summary collapse
-
#value ⇒ ::String
The string value.
Instance Attribute Details
#value ⇒ ::String
Returns The string value.
129 130 131 132 |
# File 'proto_docs/google/protobuf/wrappers.rb', line 129 class StringValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |