The inclusive end date for the query in the format YYYY-MM-DD. Cannot
be before startDate. The format NdaysAgo, yesterday, or today is
also accepted, and in that case, the date is inferred based on the current
time in the request's time zone.
The inclusive end date for the query in the format YYYY-MM-DD. Cannot
be before startDate. The format NdaysAgo, yesterday, or today is
also accepted, and in that case, the date is inferred based on the current
time in the request's time zone.
The inclusive start date for the query in the format YYYY-MM-DD. Cannot
be after endDate. The format NdaysAgo, yesterday, or today is also
accepted, and in that case, the date is inferred based on the current time
in the request's time zone.
The inclusive start date for the query in the format YYYY-MM-DD. Cannot
be after endDate. The format NdaysAgo, yesterday, or today is also
accepted, and in that case, the date is inferred based on the current time
in the request's time zone.
[[["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-03-21 UTC."],[[["The document lists available versions of the `AccessDateRange` class within the Google Analytics Admin Java library, ranging from version 0.70.0 down to 0.14.0, with 0.70.0 being the latest."],["`AccessDateRange` is a class that extends `GeneratedMessageV3` and implements `AccessDateRangeOrBuilder`, defining a continuous range of days via a start and end date."],["The `AccessDateRange` class provides methods for handling date ranges in queries, accepting formats like \"YYYY-MM-DD\", \"NdaysAgo\", \"yesterday\", or \"today\", and providing static methods to obtain instances of the class."],["Static methods for parsing `AccessDateRange` objects from various sources like byte arrays, `ByteString`, `CodedInputStream`, `InputStream`, and `ByteBuffer` are available."],["This class includes fields `START_DATE_FIELD_NUMBER` and `END_DATE_FIELD_NUMBER`, both of type int, along with methods to get and manipulate the start and end date values."]]],[]]