Skip to content

Commit 3c43044

Browse files
feat(searchconsole): update the api
#### searchconsole:v1 The following keys were added: - schemas.Metadata (Total Keys: 4) - schemas.SearchAnalyticsQueryResponse.properties.metadata.$ref (Total Keys: 1)
1 parent 1783dbd commit 3c43044

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

docs/dyn/searchconsole_v1.searchanalytics.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ <h3>Method Details</h3>
130130
An object of the form:
131131

132132
{ # A list of rows, one per result, grouped by key. Metrics in each row are aggregated for all data grouped by that key either by page or property, as specified by the aggregation type parameter.
133+
&quot;metadata&quot;: {
134+
&quot;firstIncompleteDate&quot;: &quot;A String&quot;,
135+
&quot;firstIncompleteHour&quot;: &quot;A String&quot;,
136+
},
133137
&quot;responseAggregationType&quot;: &quot;A String&quot;, # How the results were aggregated.
134138
&quot;rows&quot;: [ # A list of rows grouped by the key values in the order given in the query.
135139
{

googleapiclient/discovery_cache/documents/searchconsole.v1.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@
400400
}
401401
}
402402
},
403-
"revision": "20250409",
403+
"revision": "20250713",
404404
"rootUrl": "https://searchconsole.googleapis.com/",
405405
"schemas": {
406406
"AmpInspectionResult": {
@@ -872,6 +872,18 @@
872872
},
873873
"type": "object"
874874
},
875+
"Metadata": {
876+
"id": "Metadata",
877+
"properties": {
878+
"firstIncompleteDate": {
879+
"type": "string"
880+
},
881+
"firstIncompleteHour": {
882+
"type": "string"
883+
}
884+
},
885+
"type": "object"
886+
},
875887
"MobileFriendlyIssue": {
876888
"description": "Mobile-friendly issue.",
877889
"id": "MobileFriendlyIssue",
@@ -1238,6 +1250,9 @@
12381250
"description": "A list of rows, one per result, grouped by key. Metrics in each row are aggregated for all data grouped by that key either by page or property, as specified by the aggregation type parameter.",
12391251
"id": "SearchAnalyticsQueryResponse",
12401252
"properties": {
1253+
"metadata": {
1254+
"$ref": "Metadata"
1255+
},
12411256
"responseAggregationType": {
12421257
"description": "How the results were aggregated.",
12431258
"enum": [

0 commit comments

Comments
 (0)