Skip to content

Commit 05f7116

Browse files
feat(webmasters): update the api
#### webmasters:v3 The following keys were added: - schemas.SearchAnalyticsQueryRequest.properties.dataState.type
1 parent 108d09d commit 05f7116

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/dyn/webmasters_v3.searchanalytics.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ <h3>Method Details</h3>
103103
# Note: If you group or filter by page, you cannot aggregate by property.
104104
#
105105
# If you specify any value other than AUTO, the aggregation type in the result will match the requested type, or if you request an invalid type, you will get an error. The API will never change your aggregation type if the requested type is invalid.
106+
&quot;dataState&quot;: &quot;A String&quot;, # [Optional] If &quot;all&quot; (case-insensitive), data will include fresh data. If &quot;final&quot; (case-insensitive) or if this parameter is omitted, the returned data will include only finalized data.
106107
&quot;dimensionFilterGroups&quot;: [ # [Optional] Zero or more filters to apply to the dimension grouping values; for example, &#x27;query contains &quot;buy&quot;&#x27; to see only data where the query string contains the substring &quot;buy&quot; (not case-sensitive). You can filter by a dimension without grouping by it.
107108
{
108109
&quot;filters&quot;: [

googleapiclient/discovery_cache/documents/webmasters.v3.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"kind": "discovery#restDescription",
3-
"etag": "\"VPK3KBfpaEgZ16pozGOoMYfKc0U/yeQbVpX8MWZgvu0Tp4j1CJkOSB4\"",
3+
"etag": "\"u9GIe6H63LSGq-9_t39K2Zx_EAc/yeQbVpX8MWZgvu0Tp4j1CJkOSB4\"",
44
"discoveryVersion": "v1",
55
"id": "webmasters:v3",
66
"name": "webmasters",
@@ -180,6 +180,10 @@
180180
"type": "integer",
181181
"description": "[Optional; Default is 0] Zero-based index of the first row in the response. Must be a non-negative number.",
182182
"format": "int32"
183+
},
184+
"dataState": {
185+
"description": "[Optional] If \"all\" (case-insensitive), data will include fresh data. If \"final\" (case-insensitive) or if this parameter is omitted, the returned data will include only finalized data.",
186+
"type": "string"
183187
}
184188
}
185189
},

0 commit comments

Comments
 (0)