Cloud Datastore V1 Client - Class KindExpression (1.22.1)

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

A representation of a kind.

Generated from protobuf message google.datastore.v1.KindExpression

Namespace

Google \ Cloud \ Datastore \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

The name of the kind.

getName

The name of the kind.

Returns
TypeDescription
string

setName

The name of the kind.

Parameter
NameDescription
var string
Returns
TypeDescription
$this