Firestore in Datastore mode V1 API - Class Google::Cloud::Datastore::V1::PropertyReference (v0.10.0)

Reference documentation and code samples for the Firestore in Datastore mode V1 API class Google::Cloud::Datastore::V1::PropertyReference.

A reference to a property relative to the kind expressions.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — The name of the property. If name includes "."s, it may be interpreted as a property name path.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — 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.