1717package com .google .api .services .searchconsole .v1 .model ;
1818
1919/**
20- * Model definition for Metadata.
20+ * An object that may be returned with your query results, providing context about the state of the
21+ * data. When you request recent data (using `all` or `hourly_all` for `dataState`), some of the
22+ * rows returned may represent data that is incomplete, which means that the data is still being
23+ * collected and processed. This metadata object helps you identify exactly when this starts and
24+ * ends. All dates and times provided in this object are in the `America/Los_Angeles` time zone. The
25+ * specific field returned within this object depends on how you've grouped your data in the
26+ * request. See details in inner fields.
2127 *
2228 * <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2329 * transmitted over HTTP when working with the Google Search Console API. For a detailed explanation
3137public final class Metadata extends com .google .api .client .json .GenericJson {
3238
3339 /**
40+ * The first date for which the data is still being collected and processed, presented in `YYYY-
41+ * MM-DD` format (ISO-8601 extended local date format). This field is populated only when the
42+ * request's `dataState` is "`all`", data is grouped by "`DATE`", and the requested date range
43+ * contains incomplete data points. All values after the `first_incomplete_date` may still change
44+ * noticeably.
3445 * The value may be {@code null}.
3546 */
3647 @ com .google .api .client .util .Key
3748 private java .lang .String firstIncompleteDate ;
3849
3950 /**
51+ * The first hour for which the data is still being collected and processed, presented in `YYYY-
52+ * MM-DDThh:mm:ss[+|-]hh:mm` format (ISO-8601 extended offset date-time format). This field is
53+ * populated only when the request's `dataState` is "`hourly_all`", data is grouped by "`HOUR`"
54+ * and the requested date range contains incomplete data points. All values after the
55+ * `first_incomplete_hour` may still change noticeably.
4056 * The value may be {@code null}.
4157 */
4258 @ com .google .api .client .util .Key
4359 private java .lang .String firstIncompleteHour ;
4460
4561 /**
62+ * The first date for which the data is still being collected and processed, presented in `YYYY-
63+ * MM-DD` format (ISO-8601 extended local date format). This field is populated only when the
64+ * request's `dataState` is "`all`", data is grouped by "`DATE`", and the requested date range
65+ * contains incomplete data points. All values after the `first_incomplete_date` may still change
66+ * noticeably.
4667 * @return value or {@code null} for none
4768 */
4869 public java .lang .String getFirstIncompleteDate () {
4970 return firstIncompleteDate ;
5071 }
5172
5273 /**
74+ * The first date for which the data is still being collected and processed, presented in `YYYY-
75+ * MM-DD` format (ISO-8601 extended local date format). This field is populated only when the
76+ * request's `dataState` is "`all`", data is grouped by "`DATE`", and the requested date range
77+ * contains incomplete data points. All values after the `first_incomplete_date` may still change
78+ * noticeably.
5379 * @param firstIncompleteDate firstIncompleteDate or {@code null} for none
5480 */
5581 public Metadata setFirstIncompleteDate (java .lang .String firstIncompleteDate ) {
@@ -58,13 +84,23 @@ public Metadata setFirstIncompleteDate(java.lang.String firstIncompleteDate) {
5884 }
5985
6086 /**
87+ * The first hour for which the data is still being collected and processed, presented in `YYYY-
88+ * MM-DDThh:mm:ss[+|-]hh:mm` format (ISO-8601 extended offset date-time format). This field is
89+ * populated only when the request's `dataState` is "`hourly_all`", data is grouped by "`HOUR`"
90+ * and the requested date range contains incomplete data points. All values after the
91+ * `first_incomplete_hour` may still change noticeably.
6192 * @return value or {@code null} for none
6293 */
6394 public java .lang .String getFirstIncompleteHour () {
6495 return firstIncompleteHour ;
6596 }
6697
6798 /**
99+ * The first hour for which the data is still being collected and processed, presented in `YYYY-
100+ * MM-DDThh:mm:ss[+|-]hh:mm` format (ISO-8601 extended offset date-time format). This field is
101+ * populated only when the request's `dataState` is "`hourly_all`", data is grouped by "`HOUR`"
102+ * and the requested date range contains incomplete data points. All values after the
103+ * `first_incomplete_hour` may still change noticeably.
68104 * @param firstIncompleteHour firstIncompleteHour or {@code null} for none
69105 */
70106 public Metadata setFirstIncompleteHour (java .lang .String firstIncompleteHour ) {
0 commit comments