Class: Google::Cloud::Datastore::V1::PropertyReference

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/datastore/v1/query.rb

Overview

A reference to a property relative to the kind expressions.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns The name of the property. If name includes "."s, it may be interpreted as a property name path.

Returns:

  • (::String)

    The name of the property. If name includes "."s, it may be interpreted as a property name path.



127
128
129
130
# File 'proto_docs/google/datastore/v1/query.rb', line 127

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