Skip to content

Commit a834a5f

Browse files
fix: truncate new PR titles at 250 characters
Source-Author: Daniel Azuma <[email protected]> Source-Date: Tue Nov 24 09:22:42 2020 -0800 Source-Repo: googleapis/synthtool Source-Sha: c2de32114ec484aa708d32012d1fa8d75232daf5 Source-Link: googleapis/synthtool@c2de321
1 parent 16f3a51 commit a834a5f

File tree

1,739 files changed

+391149
-391149
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,739 files changed

+391149
-391149
lines changed

docs/dyn/abusiveexperiencereport_v1.sites.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ <h3>Method Details</h3>
101101
An object of the form:
102102

103103
{ # Response message for GetSiteSummary.
104-
&quot;filterStatus&quot;: &quot;A String&quot;, # The site&#x27;s [enforcement status](https://support.google.com/webtools/answer/7538608).
105-
&quot;lastChangeTime&quot;: &quot;A String&quot;, # The time at which the site&#x27;s status last changed.
106104
&quot;reviewedSite&quot;: &quot;A String&quot;, # The name of the reviewed site, e.g. `google.com`.
105+
&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.
107106
&quot;underReview&quot;: True or False, # Whether the site is currently under review.
107+
&quot;lastChangeTime&quot;: &quot;A String&quot;, # The time at which the site&#x27;s status last changed.
108+
&quot;filterStatus&quot;: &quot;A String&quot;, # The site&#x27;s [enforcement status](https://support.google.com/webtools/answer/7538608).
108109
&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.
109-
&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.
110110
&quot;abusiveStatus&quot;: &quot;A String&quot;, # The site&#x27;s Abusive Experience Report status.
111111
}</pre>
112112
</div>

docs/dyn/abusiveexperiencereport_v1.violatingSites.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ <h3>Method Details</h3>
102102
{ # Response message for ListViolatingSites.
103103
&quot;violatingSites&quot;: [ # The list of violating sites.
104104
{ # Response message for GetSiteSummary.
105-
&quot;filterStatus&quot;: &quot;A String&quot;, # The site&#x27;s [enforcement status](https://support.google.com/webtools/answer/7538608).
106-
&quot;lastChangeTime&quot;: &quot;A String&quot;, # The time at which the site&#x27;s status last changed.
107105
&quot;reviewedSite&quot;: &quot;A String&quot;, # The name of the reviewed site, e.g. `google.com`.
106+
&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.
108107
&quot;underReview&quot;: True or False, # Whether the site is currently under review.
108+
&quot;lastChangeTime&quot;: &quot;A String&quot;, # The time at which the site&#x27;s status last changed.
109+
&quot;filterStatus&quot;: &quot;A String&quot;, # The site&#x27;s [enforcement status](https://support.google.com/webtools/answer/7538608).
109110
&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.
110-
&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.
111111
&quot;abusiveStatus&quot;: &quot;A String&quot;, # The site&#x27;s Abusive Experience Report status.
112112
},
113113
],

docs/dyn/acceleratedmobilepageurl_v1.ampUrls.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ <h3>Method Details</h3>
9090
The object takes the form of:
9191

9292
{ # AMP URL request for a batch of URLs.
93+
&quot;lookupStrategy&quot;: &quot;A String&quot;, # The lookup_strategy being requested.
9394
&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)).
9495
&quot;A String&quot;,
9596
],
96-
&quot;lookupStrategy&quot;: &quot;A String&quot;, # The lookup_strategy being requested.
9797
}
9898

9999
x__xgafv: string, V1 error format.
@@ -105,20 +105,20 @@ <h3>Method Details</h3>
105105
An object of the form:
106106

107107
{ # Batch AMP URL response.
108-
&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.
109-
{ # AMP URL response for a requested URL.
110-
&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.
111-
&quot;ampUrl&quot;: &quot;A String&quot;, # The AMP URL pointing to the publisher&#x27;s web server.
112-
&quot;originalUrl&quot;: &quot;A String&quot;, # The original non-AMP URL.
113-
},
114-
],
115108
&quot;urlErrors&quot;: [ # The errors for requested URLs that have no AMP URL.
116109
{ # AMP URL Error resource for a requested URL that couldn&#x27;t be found.
117110
&quot;errorMessage&quot;: &quot;A String&quot;, # An optional descriptive error message.
118111
&quot;originalUrl&quot;: &quot;A String&quot;, # The original non-AMP URL.
119112
&quot;errorCode&quot;: &quot;A String&quot;, # The error code of an API call.
120113
},
121114
],
115+
&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.
116+
{ # AMP URL response for a requested URL.
117+
&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.
118+
&quot;originalUrl&quot;: &quot;A String&quot;, # The original non-AMP URL.
119+
&quot;ampUrl&quot;: &quot;A String&quot;, # The AMP URL pointing to the publisher&#x27;s web server.
120+
},
121+
],
122122
}</pre>
123123
</div>
124124

0 commit comments

Comments
 (0)