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:



248
249
250
251
# File 'proto_docs/google/datastore/v1/query.rb', line 248

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