Class: Google::Cloud::Datastore::V1::Projection
- Inherits:
-
Object
- Object
- Google::Cloud::Datastore::V1::Projection
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/datastore/v1/query.rb
Overview
A representation of a property in a projection.
Instance Attribute Summary collapse
-
#property ⇒ ::Google::Cloud::Datastore::V1::PropertyReference
The property to project.
Instance Attribute Details
#property ⇒ ::Google::Cloud::Datastore::V1::PropertyReference
Returns The property to project.
307 308 309 310 |
# File 'proto_docs/google/datastore/v1/query.rb', line 307 class Projection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |