Skip to content

chore: update docs/dyn , add static discovery files to discovery_cache/documents #1111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions docs/dyn/abusiveexperiencereport_v1.sites.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ <h3>Method Details</h3>
An object of the form:

{ # Response message for GetSiteSummary.
&quot;lastChangeTime&quot;: &quot;A String&quot;, # The time at which the site&#x27;s status last changed.
&quot;enforcementTime&quot;: &quot;A String&quot;, # 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.
&quot;filterStatus&quot;: &quot;A String&quot;, # The site&#x27;s [enforcement status](https://support.google.com/webtools/answer/7538608).
&quot;reportUrl&quot;: &quot;A String&quot;, # 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.
&quot;reviewedSite&quot;: &quot;A String&quot;, # The name of the reviewed site, e.g. `google.com`.
&quot;reportUrl&quot;: &quot;A String&quot;, # 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.
&quot;underReview&quot;: True or False, # Whether the site is currently under review.
&quot;lastChangeTime&quot;: &quot;A String&quot;, # The time at which the site&#x27;s status last changed.
&quot;filterStatus&quot;: &quot;A String&quot;, # The site&#x27;s [enforcement status](https://support.google.com/webtools/answer/7538608).
&quot;enforcementTime&quot;: &quot;A String&quot;, # 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.
&quot;abusiveStatus&quot;: &quot;A String&quot;, # The site&#x27;s Abusive Experience Report status.
}</pre>
</div>
Expand Down
8 changes: 4 additions & 4 deletions docs/dyn/abusiveexperiencereport_v1.violatingSites.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ <h3>Method Details</h3>
{ # Response message for ListViolatingSites.
&quot;violatingSites&quot;: [ # The list of violating sites.
{ # Response message for GetSiteSummary.
&quot;lastChangeTime&quot;: &quot;A String&quot;, # The time at which the site&#x27;s status last changed.
&quot;enforcementTime&quot;: &quot;A String&quot;, # 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.
&quot;filterStatus&quot;: &quot;A String&quot;, # The site&#x27;s [enforcement status](https://support.google.com/webtools/answer/7538608).
&quot;reportUrl&quot;: &quot;A String&quot;, # 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.
&quot;reviewedSite&quot;: &quot;A String&quot;, # The name of the reviewed site, e.g. `google.com`.
&quot;reportUrl&quot;: &quot;A String&quot;, # 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.
&quot;underReview&quot;: True or False, # Whether the site is currently under review.
&quot;lastChangeTime&quot;: &quot;A String&quot;, # The time at which the site&#x27;s status last changed.
&quot;filterStatus&quot;: &quot;A String&quot;, # The site&#x27;s [enforcement status](https://support.google.com/webtools/answer/7538608).
&quot;enforcementTime&quot;: &quot;A String&quot;, # 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.
&quot;abusiveStatus&quot;: &quot;A String&quot;, # The site&#x27;s Abusive Experience Report status.
},
],
Expand Down
18 changes: 9 additions & 9 deletions docs/dyn/acceleratedmobilepageurl_v1.ampUrls.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ <h3>Method Details</h3>
The object takes the form of:

{ # AMP URL request for a batch of URLs.
&quot;lookupStrategy&quot;: &quot;A String&quot;, # The lookup_strategy being requested.
&quot;urls&quot;: [ # 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)).
&quot;A String&quot;,
],
&quot;lookupStrategy&quot;: &quot;A String&quot;, # The lookup_strategy being requested.
}

x__xgafv: string, V1 error format.
Expand All @@ -105,18 +105,18 @@ <h3>Method Details</h3>
An object of the form:

{ # Batch AMP URL response.
&quot;ampUrls&quot;: [ # 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.
{ # AMP URL response for a requested URL.
&quot;ampUrl&quot;: &quot;A String&quot;, # The AMP URL pointing to the publisher&#x27;s web server.
&quot;cdnAmpUrl&quot;: &quot;A String&quot;, # The [AMP Cache URL](/amp/cache/overview#amp-cache-url-format) pointing to the cached document in the Google AMP Cache.
&quot;originalUrl&quot;: &quot;A String&quot;, # The original non-AMP URL.
},
],
&quot;urlErrors&quot;: [ # The errors for requested URLs that have no AMP URL.
{ # AMP URL Error resource for a requested URL that couldn&#x27;t be found.
&quot;errorCode&quot;: &quot;A String&quot;, # The error code of an API call.
&quot;errorMessage&quot;: &quot;A String&quot;, # An optional descriptive error message.
&quot;originalUrl&quot;: &quot;A String&quot;, # The original non-AMP URL.
&quot;errorCode&quot;: &quot;A String&quot;, # The error code of an API call.
},
],
&quot;ampUrls&quot;: [ # 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.
{ # AMP URL response for a requested URL.
&quot;cdnAmpUrl&quot;: &quot;A String&quot;, # The [AMP Cache URL](/amp/cache/overview#amp-cache-url-format) pointing to the cached document in the Google AMP Cache.
&quot;originalUrl&quot;: &quot;A String&quot;, # The original non-AMP URL.
&quot;ampUrl&quot;: &quot;A String&quot;, # The AMP URL pointing to the publisher&#x27;s web server.
},
],
}</pre>
Expand Down
Loading