Index: discovery/googleapis/adexperiencereport__v1.json |
diff --git a/discovery/googleapis/adexperiencereport__v1.json b/discovery/googleapis/adexperiencereport__v1.json |
index 515f97629cc20175de67fcad683c611a37e353d7..a161c54c1b640245ec5f962e7d78368dba712772 100644 |
--- a/discovery/googleapis/adexperiencereport__v1.json |
+++ b/discovery/googleapis/adexperiencereport__v1.json |
@@ -25,27 +25,6 @@ |
"ownerDomain": "google.com", |
"ownerName": "Google", |
"parameters": { |
- "upload_protocol": { |
- "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", |
- "location": "query", |
- "type": "string" |
- }, |
- "prettyPrint": { |
- "default": "true", |
- "description": "Returns response with indentations and line breaks.", |
- "location": "query", |
- "type": "boolean" |
- }, |
- "fields": { |
- "description": "Selector specifying which fields to include in a partial response.", |
- "location": "query", |
- "type": "string" |
- }, |
- "uploadType": { |
- "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", |
- "location": "query", |
- "type": "string" |
- }, |
"callback": { |
"description": "JSONP", |
"location": "query", |
@@ -80,13 +59,13 @@ |
"location": "query", |
"type": "string" |
}, |
- "key": { |
- "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", |
+ "access_token": { |
+ "description": "OAuth access token.", |
"location": "query", |
"type": "string" |
}, |
- "access_token": { |
- "description": "OAuth access token.", |
+ "key": { |
+ "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", |
"location": "query", |
"type": "string" |
}, |
@@ -110,6 +89,27 @@ |
"description": "OAuth bearer token.", |
"location": "query", |
"type": "string" |
+ }, |
+ "upload_protocol": { |
+ "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "prettyPrint": { |
+ "default": "true", |
+ "description": "Returns response with indentations and line breaks.", |
+ "location": "query", |
+ "type": "boolean" |
+ }, |
+ "uploadType": { |
+ "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "fields": { |
+ "description": "Selector specifying which fields to include in a partial response.", |
+ "location": "query", |
+ "type": "string" |
} |
}, |
"protocol": "rest", |
@@ -164,43 +164,32 @@ |
"revision": "20170628", |
"rootUrl": "https://adexperiencereport.googleapis.com/", |
"schemas": { |
- "ViolatingSitesResponse": { |
- "description": "Response message for ListViolatingSites.", |
- "id": "ViolatingSitesResponse", |
+ "PlatformSummary": { |
+ "description": "Summary of the ads rating of a site for a specific platform.", |
+ "id": "PlatformSummary", |
"properties": { |
- "violatingSites": { |
- "description": "A list of summaries of violating sites.", |
+ "region": { |
+ "description": "The assigned regions for the site and platform.", |
+ "enumDescriptions": [ |
+ "Ad standard not yet defined for your region.", |
+ "Region A.", |
+ "Region B." |
+ ], |
"items": { |
- "$ref": "SiteSummaryResponse" |
+ "enum": [ |
+ "REGION_UNKNOWN", |
+ "REGION_A", |
+ "REGION_B" |
+ ], |
+ "type": "string" |
}, |
"type": "array" |
- } |
- }, |
- "type": "object" |
- }, |
- "SiteSummaryResponse": { |
- "description": "Response message for GetSiteSummary.", |
- "id": "SiteSummaryResponse", |
- "properties": { |
- "mobileSummary": { |
- "$ref": "PlatformSummary", |
- "description": "Summary for the mobile review of the site." |
}, |
- "reviewedSite": { |
- "description": "The name of the site reviewed.", |
+ "enforcementTime": { |
+ "description": "The date on which ad filtering begins.", |
+ "format": "google-datetime", |
"type": "string" |
}, |
- "desktopSummary": { |
- "$ref": "PlatformSummary", |
- "description": "Summary for the desktop review of the site." |
- } |
- }, |
- "type": "object" |
- }, |
- "PlatformSummary": { |
- "description": "Summary of the ads rating of a site for a specific platform.", |
- "id": "PlatformSummary", |
- "properties": { |
"filterStatus": { |
"description": "The ad filtering status of the site.", |
"enum": [ |
@@ -261,28 +250,39 @@ |
"Failing." |
], |
"type": "string" |
- }, |
- "region": { |
- "description": "The assigned regions for the site and platform.", |
- "enumDescriptions": [ |
- "Ad standard not yet defined for your region.", |
- "Region A.", |
- "Region B." |
- ], |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "ViolatingSitesResponse": { |
+ "description": "Response message for ListViolatingSites.", |
+ "id": "ViolatingSitesResponse", |
+ "properties": { |
+ "violatingSites": { |
+ "description": "A list of summaries of violating sites.", |
"items": { |
- "enum": [ |
- "REGION_UNKNOWN", |
- "REGION_A", |
- "REGION_B" |
- ], |
- "type": "string" |
+ "$ref": "SiteSummaryResponse" |
}, |
"type": "array" |
- }, |
- "enforcementTime": { |
- "description": "The date on which ad filtering begins.", |
- "format": "google-datetime", |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "SiteSummaryResponse": { |
+ "description": "Response message for GetSiteSummary.", |
+ "id": "SiteSummaryResponse", |
+ "properties": { |
+ "reviewedSite": { |
+ "description": "The name of the site reviewed.", |
"type": "string" |
+ }, |
+ "desktopSummary": { |
+ "$ref": "PlatformSummary", |
+ "description": "Summary for the desktop review of the site." |
+ }, |
+ "mobileSummary": { |
+ "$ref": "PlatformSummary", |
+ "description": "Summary for the mobile review of the site." |
} |
}, |
"type": "object" |