IdSorting
extends Message
in package
Generated from protobuf message <code>couchbase.search.v1.IdSorting</code>
Table of Contents
- $descending : mixed
- Generated from protobuf field <code>bool descending = 1;</code>
- __construct() : mixed
- Constructor.
- getDescending() : bool
- Generated from protobuf field <code>bool descending = 1;</code>
- setDescending() : $this
- Generated from protobuf field <code>bool descending = 1;</code>
Properties
$descending
Generated from protobuf field <code>bool descending = 1;</code>
protected
mixed
$descending
= false
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = NULL ]) : mixed
Parameters
- $data : array<string|int, mixed> = NULL
-
{ Optional. Data for populating the Message object.
@type bool $descending
}
Return values
mixed —getDescending()
Generated from protobuf field <code>bool descending = 1;</code>
public
getDescending() : bool
Return values
bool —setDescending()
Generated from protobuf field <code>bool descending = 1;</code>
public
setDescending(bool $var) : $this
Parameters
- $var : bool