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.
Protobuf type google.analytics.admin.v1beta.AccessOrderBy
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This page provides documentation for the `AccessOrderBy` class within the Google Analytics Admin API's Java client library, specifically under the `com.google.analytics.admin.v1beta` package."],["The `AccessOrderBy` class, which extends `GeneratedMessageV3`, is used to define how data rows will be sorted in API responses, allowing for ordering by metrics, dimensions, or direction (ascending/descending)."],["The latest version documented on this page is version 0.70.0, with several previous versions down to 0.14.0 also included for reference."],["Static methods are available for creating instances of `AccessOrderBy`, including `getDefaultInstance`, `newBuilder`, and `parseFrom` overloads for different input types like `byte[]`, `ByteString`, `InputStream`, and `ByteBuffer`, which are able to handle different ways of parsing data into this format."],["The provided documentation also details the methods for setting how the ordering occurs, such as `getDesc`, `getDimension`, `getMetric`, which provide the functionality to sort by descending order, dimension values, and metric values respectively."]]],[]]