Method: Google::Protobuf::Value#string_value

Defined in:
proto_docs/google/protobuf/struct.rb

#string_value::String

Returns Represents a string value.

Returns:

  • (::String)

    Represents a string value.

[View source]

71
72
73
74
# File 'proto_docs/google/protobuf/struct.rb', line 71

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