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."],[[["This page provides documentation for the `AccessDateRange` class within the Google Analytics Admin Java library, spanning multiple versions from 0.14.0 up to the latest 0.70.0."],["The `AccessDateRange` class, found under `com.google.analytics.admin.v1alpha`, is a data structure used to define a range of consecutive days, specified by a start and end date, for querying data."],["The `AccessDateRange` class implements the `AccessDateRangeOrBuilder` interface and inherits from `GeneratedMessageV3`, with inherited methods from parent classes such as `AbstractMessage` and `AbstractMessageLite`."],["Static methods for the class include parsing functions and methods to instantiate the class or `Builder`, as well as constants such as `END_DATE_FIELD_NUMBER` and `START_DATE_FIELD_NUMBER`."],["The `getStartDate()` and `getEndDate()` methods are used to retrieve the `startDate` and `endDate` respectively, both which are represented as strings in `YYYY-MM-DD` format, which can also accept formats like `NdaysAgo`, `yesterday`, or `today`."]]],[]]