You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/abusiveexperiencereport_v1.sites.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -101,12 +101,12 @@ <h3>Method Details</h3>
101
101
An object of the form:
102
102
103
103
{ # Response message for GetSiteSummary.
104
-
"lastChangeTime": "A String", # The time at which the site's status last changed.
105
-
"enforcementTime": "A String", # The time at which [enforcement](https://support.google.com/webtools/answer/7538608) against the site began or will begin. Not set when the filter_status is OFF.
106
-
"filterStatus": "A String", # The site's [enforcement status](https://support.google.com/webtools/answer/7538608).
107
-
"reportUrl": "A String", # A link to the full Abusive Experience Report for the site. Not set in ViolatingSitesResponse. Note that you must complete the [Search Console verification process](https://support.google.com/webmasters/answer/9008080) for the site before you can access the full report.
108
104
"reviewedSite": "A String", # The name of the reviewed site, e.g. `google.com`.
105
+
"reportUrl": "A String", # A link to the full Abusive Experience Report for the site. Not set in ViolatingSitesResponse. Note that you must complete the [Search Console verification process](https://support.google.com/webmasters/answer/9008080) for the site before you can access the full report.
109
106
"underReview": True or False, # Whether the site is currently under review.
107
+
"lastChangeTime": "A String", # The time at which the site's status last changed.
108
+
"filterStatus": "A String", # The site's [enforcement status](https://support.google.com/webtools/answer/7538608).
109
+
"enforcementTime": "A String", # The time at which [enforcement](https://support.google.com/webtools/answer/7538608) against the site began or will begin. Not set when the filter_status is OFF.
110
110
"abusiveStatus": "A String", # The site's Abusive Experience Report status.
Copy file name to clipboardExpand all lines: docs/dyn/abusiveexperiencereport_v1.violatingSites.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -102,12 +102,12 @@ <h3>Method Details</h3>
102
102
{ # Response message for ListViolatingSites.
103
103
"violatingSites": [ # The list of violating sites.
104
104
{ # Response message for GetSiteSummary.
105
-
"lastChangeTime": "A String", # The time at which the site's status last changed.
106
-
"enforcementTime": "A String", # The time at which [enforcement](https://support.google.com/webtools/answer/7538608) against the site began or will begin. Not set when the filter_status is OFF.
107
-
"filterStatus": "A String", # The site's [enforcement status](https://support.google.com/webtools/answer/7538608).
108
-
"reportUrl": "A String", # A link to the full Abusive Experience Report for the site. Not set in ViolatingSitesResponse. Note that you must complete the [Search Console verification process](https://support.google.com/webmasters/answer/9008080) for the site before you can access the full report.
109
105
"reviewedSite": "A String", # The name of the reviewed site, e.g. `google.com`.
106
+
"reportUrl": "A String", # A link to the full Abusive Experience Report for the site. Not set in ViolatingSitesResponse. Note that you must complete the [Search Console verification process](https://support.google.com/webmasters/answer/9008080) for the site before you can access the full report.
110
107
"underReview": True or False, # Whether the site is currently under review.
108
+
"lastChangeTime": "A String", # The time at which the site's status last changed.
109
+
"filterStatus": "A String", # The site's [enforcement status](https://support.google.com/webtools/answer/7538608).
110
+
"enforcementTime": "A String", # The time at which [enforcement](https://support.google.com/webtools/answer/7538608) against the site began or will begin. Not set when the filter_status is OFF.
111
111
"abusiveStatus": "A String", # The site's Abusive Experience Report status.
Copy file name to clipboardExpand all lines: docs/dyn/acceleratedmobilepageurl_v1.ampUrls.html
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -90,10 +90,10 @@ <h3>Method Details</h3>
90
90
The object takes the form of:
91
91
92
92
{ # AMP URL request for a batch of URLs.
93
+
"lookupStrategy": "A String", # The lookup_strategy being requested.
93
94
"urls": [ # List of URLs to look up for the paired AMP URLs. The URLs are case-sensitive. Up to 50 URLs per lookup (see [Usage Limits](/amp/cache/reference/limits)).
94
95
"A String",
95
96
],
96
-
"lookupStrategy": "A String", # The lookup_strategy being requested.
97
97
}
98
98
99
99
x__xgafv: string, V1 error format.
@@ -105,18 +105,18 @@ <h3>Method Details</h3>
105
105
An object of the form:
106
106
107
107
{ # Batch AMP URL response.
108
-
"ampUrls": [ # For each URL in BatchAmpUrlsRequest, the URL response. The response might not be in the same order as URLs in the batch request. If BatchAmpUrlsRequest contains duplicate URLs, AmpUrl is generated only once.
109
-
{ # AMP URL response for a requested URL.
110
-
"ampUrl": "A String", # The AMP URL pointing to the publisher's web server.
111
-
"cdnAmpUrl": "A String", # The [AMP Cache URL](/amp/cache/overview#amp-cache-url-format) pointing to the cached document in the Google AMP Cache.
112
-
"originalUrl": "A String", # The original non-AMP URL.
113
-
},
114
-
],
115
108
"urlErrors": [ # The errors for requested URLs that have no AMP URL.
116
109
{ # AMP URL Error resource for a requested URL that couldn't be found.
117
-
"errorCode": "A String", # The error code of an API call.
118
110
"errorMessage": "A String", # An optional descriptive error message.
119
111
"originalUrl": "A String", # The original non-AMP URL.
112
+
"errorCode": "A String", # The error code of an API call.
113
+
},
114
+
],
115
+
"ampUrls": [ # For each URL in BatchAmpUrlsRequest, the URL response. The response might not be in the same order as URLs in the batch request. If BatchAmpUrlsRequest contains duplicate URLs, AmpUrl is generated only once.
116
+
{ # AMP URL response for a requested URL.
117
+
"cdnAmpUrl": "A String", # The [AMP Cache URL](/amp/cache/overview#amp-cache-url-format) pointing to the cached document in the Google AMP Cache.
118
+
"originalUrl": "A String", # The original non-AMP URL.
119
+
"ampUrl": "A String", # The AMP URL pointing to the publisher's web server.
0 commit comments