Class: Google::Cloud::Datastore::V1::GqlQuery::NamedBindingsEntry
- Inherits:
-
Object
- Object
- Google::Cloud::Datastore::V1::GqlQuery::NamedBindingsEntry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/datastore/v1/query.rb
Instance Attribute Summary collapse
Instance Attribute Details
#key ⇒ ::String
496 497 498 499 |
# File 'proto_docs/google/datastore/v1/query.rb', line 496 class NamedBindingsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::Google::Cloud::Datastore::V1::GqlQueryParameter
496 497 498 499 |
# File 'proto_docs/google/datastore/v1/query.rb', line 496 class NamedBindingsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |