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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
The name of the kind. |
getName
The name of the kind.
Returns | |
---|---|
Type | Description |
string |
setName
The name of the kind.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |