Method: Google::Protobuf::Struct#fields
- Defined in:
- proto_docs/google/protobuf/struct.rb
#fields ⇒ ::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}
Returns Unordered map of dynamically typed values.
33 34 35 36 37 38 39 40 41 42 43 44 45 |
# File 'proto_docs/google/protobuf/struct.rb', line 33 class Struct include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Protobuf::Value] class FieldsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |