Cloud Datastore V1 Client - Class PropertyReference (1.23.0)

Reference documentation and code samples for the Cloud Datastore V1 Client class PropertyReference.

A reference to a property relative to the kind expressions.

Generated from protobuf message google.datastore.v1.PropertyReference

Namespace

Google \ Cloud \ Datastore \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

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

getName

The name of the property.

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

Returns
Type Description
string

setName

The name of the property.

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

Parameter
Name Description
var string
Returns
Type Description
$this

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.