Firestore in Datastore mode V1 API - Class Google::Cloud::Datastore::V1::PropertyReference (v0.17.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) —

    A reference to a property.

    Requires:

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

#name=

def name=(value) -> ::String
Parameter
  • value (::String) —

    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.