Class: Google::Cloud::Datastore::V1::Projection

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#property::Google::Cloud::Datastore::V1::PropertyReference

Returns The property to project.

Returns:



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