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
Methods
__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.
Generated from protobuf field string name = 1;
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
The name of the kind.
Generated from protobuf field string name = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|