Skip to content

Commit eede698

Browse files
feat(searchconsole): update the api
#### searchconsole:v1 The following keys were added: - schemas.SearchAnalyticsQueryRequest.properties.type.type (Total Keys: 1)
1 parent 2037b86 commit eede698

File tree

2 files changed

+33
-4
lines changed

2 files changed

+33
-4
lines changed

docs/dyn/searchconsole_v1.searchanalytics.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ <h3>Method Details</h3>
118118
&quot;searchType&quot;: &quot;A String&quot;, # [Optional; Default is \&quot;web\&quot;] The search type to filter for.
119119
&quot;startDate&quot;: &quot;A String&quot;, # [Required] Start date of the requested date range, in YYYY-MM-DD format, in PST time (UTC - 8:00). Must be less than or equal to the end date. This value is included in the range.
120120
&quot;startRow&quot;: 42, # [Optional; Default is 0] Zero-based index of the first row in the response. Must be a non-negative number.
121+
&quot;type&quot;: &quot;A String&quot;, # Optional. [Optional; Default is \&quot;web\&quot;] Type of report: search type, or either Discover or Gnews.
121122
}
122123

123124
x__xgafv: string, V1 error format.

googleapiclient/discovery_cache/documents/searchconsole.v1.json

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
}
374374
}
375375
},
376-
"revision": "20211020",
376+
"revision": "20211029",
377377
"rootUrl": "https://searchconsole.googleapis.com/",
378378
"schemas": {
379379
"ApiDataRow": {
@@ -433,9 +433,13 @@
433433
"EQUALS",
434434
"NOT_EQUALS",
435435
"CONTAINS",
436-
"NOT_CONTAINS"
436+
"NOT_CONTAINS",
437+
"INCLUDING_REGEX",
438+
"EXCLUDING_REGEX"
437439
],
438440
"enumDescriptions": [
441+
"",
442+
"",
439443
"",
440444
"",
441445
"",
@@ -669,13 +673,17 @@
669673
"WEB",
670674
"IMAGE",
671675
"VIDEO",
672-
"NEWS"
676+
"NEWS",
677+
"DISCOVER",
678+
"GOOGLE_NEWS"
673679
],
674680
"enumDescriptions": [
675681
"",
676682
"",
677683
"",
678-
"News tab in search."
684+
"News tab in search.",
685+
"Discover.",
686+
"Google News (news.google.com or mobile app)."
679687
],
680688
"type": "string"
681689
},
@@ -687,6 +695,26 @@
687695
"description": "[Optional; Default is 0] Zero-based index of the first row in the response. Must be a non-negative number.",
688696
"format": "int32",
689697
"type": "integer"
698+
},
699+
"type": {
700+
"description": "Optional. [Optional; Default is \\\"web\\\"] Type of report: search type, or either Discover or Gnews.",
701+
"enum": [
702+
"WEB",
703+
"IMAGE",
704+
"VIDEO",
705+
"NEWS",
706+
"DISCOVER",
707+
"GOOGLE_NEWS"
708+
],
709+
"enumDescriptions": [
710+
"",
711+
"",
712+
"",
713+
"News tab in search.",
714+
"Discover.",
715+
"Google News (news.google.com or mobile app)."
716+
],
717+
"type": "string"
690718
}
691719
},
692720
"type": "object"

0 commit comments

Comments
 (0)