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 A reference to a property.

Requires:

  • MUST be a dot-delimited (.) string of segments, where each segment conforms to entity property name limitations.

Returns:

  • (::String)

    A reference to a property.

    Requires:

    • MUST be a dot-delimited (.) string of segments, where each segment conforms to entity property name limitations.


298
299
300
301
# File 'proto_docs/google/datastore/v1/query.rb', line 298

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