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-04-17 UTC."],[[["This page provides documentation for the `AccessDateRange` class within the Google Analytics Admin Java library, which is used to define a range of dates for data queries."],["The latest version of the documentation is 0.70.0, and the page also contains documentation for a variety of previous versions, from 0.69.0 down to 0.14.0, for a total of 49 different versions."],["The `AccessDateRange` class extends `GeneratedMessageV3` and implements `AccessDateRangeOrBuilder`, providing methods for managing date ranges."],["`AccessDateRange` is defined as a contiguous range of days, from a `startDate` up to and including an `endDate`, allowing for queries to specify a date range for data retrieval, and also allows for the use of `NdaysAgo`, `yesterday` or `today` values for date inference."],["The provided documentation offers both static methods, such as `getDefaultInstance`, `newBuilder`, and `parseFrom`, and instance methods like `getStartDate`, `getEndDate`, `equals`, and `hashCode` to interact with the `AccessDateRange` objects."]]],[]]