Reference documentation and code samples for the Cloud Firestore V1beta1 Client class Order.
An order on a field.
Generated from protobuf message google.firestore.v1beta1.StructuredQuery.Order
Namespace
Google \ Cloud \ Firestore \ V1beta1 \ StructuredQueryMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ field |
FieldReference
The field to order by. |
↳ direction |
int
The direction to order by. Defaults to |
getField
The field to order by.
| Returns | |
|---|---|
| Type | Description |
FieldReference |
|
setField
The field to order by.
| Parameter | |
|---|---|
| Name | Description |
var |
FieldReference
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDirection
The direction to order by. Defaults to ASCENDING.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Direction. |
setDirection
The direction to order by. Defaults to ASCENDING.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Direction. |
| Returns | |
|---|---|
| Type | Description |
$this |
|