Reference documentation and code samples for the Google Analytics Admin V1alpha Client class AccessOrderBy.
Order bys define how rows will be sorted in the response. For example, ordering rows by descending access count is one ordering, and ordering rows by the country string is a different ordering.
Generated from protobuf message google.analytics.admin.v1alpha.AccessOrderBy
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ metric
↳ dimension
Google\Analytics\Admin\V1alpha\AccessOrderBy\DimensionOrderBy
Sorts results by a dimension's values.
↳ desc
bool
If true, sorts by descending order. If false or unspecified, sorts in ascending order.
getMetric
Sorts results by a metric's values.
hasMetric
setMetric
Sorts results by a metric's values.
$this
getDimension
Sorts results by a dimension's values.
hasDimension
setDimension
Sorts results by a dimension's values.
$this
getDesc
If true, sorts by descending order. If false or unspecified, sorts in ascending order.
bool
setDesc
If true, sorts by descending order. If false or unspecified, sorts in ascending order.
var
bool
$this
getOneOrderBy
string