Skip to content

Commit

Permalink
docs: update docs/dyn (#1096)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 馃寛

Synth log will be available here:
https://source.cloud.google.com/results/invocations/6f0f288a-a1e8-4b2d-a85f-00b1c6150185/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@39b7149
Source-Link: googleapis/synthtool@9a7d9fb
Source-Link: googleapis/synthtool@dc9903a
Source-Link: googleapis/synthtool@7fcc405
Source-Link: googleapis/synthtool@d5fc0bc
Source-Link: googleapis/synthtool@e89175c
Source-Link: googleapis/synthtool@7d65281
Source-Link: googleapis/synthtool@7db8a6c
Source-Link: googleapis/synthtool@1f1148d
Source-Link: googleapis/synthtool@2c8aece
Source-Link: googleapis/synthtool@3d3e94c
Source-Link: googleapis/synthtool@c7824ea
Source-Link: googleapis/synthtool@ba9918c
Source-Link: googleapis/synthtool@b19b401
Source-Link: googleapis/synthtool@6542bd7
  • Loading branch information
yoshi-automation committed Nov 24, 2020
1 parent 5ae088d commit c2228be
Show file tree
Hide file tree
Showing 1,753 changed files with 388,522 additions and 381,318 deletions.
6 changes: 3 additions & 3 deletions docs/dyn/abusiveexperiencereport_v1.sites.html
Expand Up @@ -101,13 +101,13 @@ <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;reviewedSite&quot;: &quot;A String&quot;, # The name of the reviewed site, e.g. `google.com`.
&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.
&quot;underReview&quot;: True or False, # Whether the site is currently under review.
&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;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;lastChangeTime&quot;: &quot;A String&quot;, # The time at which the site&#x27;s status last changed.
&quot;reviewedSite&quot;: &quot;A String&quot;, # The name of the reviewed site, e.g. `google.com`.
}</pre>
</div>

Expand Down
6 changes: 3 additions & 3 deletions docs/dyn/abusiveexperiencereport_v1.violatingSites.html
Expand Up @@ -102,13 +102,13 @@ <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;reviewedSite&quot;: &quot;A String&quot;, # The name of the reviewed site, e.g. `google.com`.
&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.
&quot;underReview&quot;: True or False, # Whether the site is currently under review.
&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;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;lastChangeTime&quot;: &quot;A String&quot;, # The time at which the site&#x27;s status last changed.
&quot;reviewedSite&quot;: &quot;A String&quot;, # The name of the reviewed site, e.g. `google.com`.
},
],
}</pre>
Expand Down
16 changes: 8 additions & 8 deletions docs/dyn/acceleratedmobilepageurl_v1.ampUrls.html
Expand Up @@ -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;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.
},
],
&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;originalUrl&quot;: &quot;A String&quot;, # The original non-AMP URL.
&quot;errorMessage&quot;: &quot;A String&quot;, # An optional descriptive error message.
&quot;errorCode&quot;: &quot;A String&quot;, # The error code of an API call.
&quot;originalUrl&quot;: &quot;A String&quot;, # The original non-AMP URL.
},
],
&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;originalUrl&quot;: &quot;A String&quot;, # The original non-AMP 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;ampUrl&quot;: &quot;A String&quot;, # The AMP URL pointing to the publisher&#x27;s web server.
},
],
}</pre>
Expand Down

0 comments on commit c2228be

Please sign in to comment.