Skip to content
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
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion describe.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,8 @@ def document_collection_recursive(resource, path, root_discovery, discovery):
for name in dir(resource):
if (not name.startswith('_')
and callable(getattr(resource, name))
and hasattr(getattr(resource, name), '__is_resource__')):
and hasattr(getattr(resource, name), '__is_resource__')
and discovery != {}):
dname = name.rsplit('_')[0]
collection = getattr(resource, name)()
document_collection_recursive(collection, path + name + '.', root_discovery,
Expand Down
108 changes: 108 additions & 0 deletions docs/dyn/abusiveexperiencereport_v1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
<html><body>
<style>

body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

body {
font-size: 13px;
padding: 1em;
}

h1 {
font-size: 26px;
margin-bottom: 1em;
}

h2 {
font-size: 24px;
margin-bottom: 1em;
}

h3 {
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}

pre, code {
line-height: 1.5;
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}

pre {
margin-top: 0.5em;
}

h1, h2, h3, p {
font-family: Arial, sans serif;
}

h1, h2, h3 {
border-bottom: solid #CCC 1px;
}

.toc_element {
margin-top: 0.5em;
}

.firstline {
margin-left: 2 em;
}

.method {
margin-top: 1em;
border: solid 1px #CCC;
padding: 1em;
background: #EEE;
}

.details {
font-weight: bold;
font-size: 14px;
}

</style>

<h1><a href="abusiveexperiencereport_v1.html">Abusive Experience Report API</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="abusiveexperiencereport_v1.sites.html">sites()</a></code>
</p>
<p class="firstline">Returns the sites Resource.</p>

<p class="toc_element">
<code><a href="abusiveexperiencereport_v1.violatingSites.html">violatingSites()</a></code>
</p>
<p class="firstline">Returns the violatingSites Resource.</p>

<p class="toc_element">
<code><a href="#new_batch_http_request">new_batch_http_request()</a></code></p>
<p class="firstline">Create a BatchHttpRequest object based on the discovery document.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="new_batch_http_request">new_batch_http_request()</code>
<pre>Create a BatchHttpRequest object based on the discovery document.

Args:
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Returns:
A BatchHttpRequest object based on the discovery document.
</pre>
</div>

</body></html>
113 changes: 113 additions & 0 deletions docs/dyn/abusiveexperiencereport_v1.sites.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
<html><body>
<style>

body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

body {
font-size: 13px;
padding: 1em;
}

h1 {
font-size: 26px;
margin-bottom: 1em;
}

h2 {
font-size: 24px;
margin-bottom: 1em;
}

h3 {
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}

pre, code {
line-height: 1.5;
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}

pre {
margin-top: 0.5em;
}

h1, h2, h3, p {
font-family: Arial, sans serif;
}

h1, h2, h3 {
border-bottom: solid #CCC 1px;
}

.toc_element {
margin-top: 0.5em;
}

.firstline {
margin-left: 2 em;
}

.method {
margin-top: 1em;
border: solid 1px #CCC;
padding: 1em;
background: #EEE;
}

.details {
font-weight: bold;
font-size: 14px;
}

</style>

<h1><a href="abusiveexperiencereport_v1.html">Abusive Experience Report API</a> . <a href="abusiveexperiencereport_v1.sites.html">sites</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Gets a summary of the abusive experience rating of a site.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="get">get(name, x__xgafv=None)</code>
<pre>Gets a summary of the abusive experience rating of a site.

Args:
name: string, The required site name. This is the site property whose abusive
experiences have been reviewed, and it must be URL-encoded. For example,
sites/https%3A%2F%2Fwww.google.com. The server will return an error of
BAD_REQUEST if this field is not filled in. Note that if the site property
is not yet verified in Search Console, the reportUrl field
returned by the API will lead to the verification page, prompting the user
to go through that process before they can gain access to the Abusive
Experience Report. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # Response message for GetSiteSummary.
"lastChangeTime": "A String", # The last time that the site changed status.
"abusiveStatus": "A String", # The status of the site reviewed for the abusive experiences.
"reportUrl": "A String", # A link that leads to a full abusive experience report.
"underReview": True or False, # Whether the site is currently under review.
"enforcementTime": "A String", # The date on which enforcement begins.
"filterStatus": "A String", # The abusive experience enforcement status of the site.
"reviewedSite": "A String", # The name of the site reviewed.
}</pre>
</div>

</body></html>
109 changes: 109 additions & 0 deletions docs/dyn/abusiveexperiencereport_v1.violatingSites.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
<html><body>
<style>

body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

body {
font-size: 13px;
padding: 1em;
}

h1 {
font-size: 26px;
margin-bottom: 1em;
}

h2 {
font-size: 24px;
margin-bottom: 1em;
}

h3 {
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}

pre, code {
line-height: 1.5;
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}

pre {
margin-top: 0.5em;
}

h1, h2, h3, p {
font-family: Arial, sans serif;
}

h1, h2, h3 {
border-bottom: solid #CCC 1px;
}

.toc_element {
margin-top: 0.5em;
}

.firstline {
margin-left: 2 em;
}

.method {
margin-top: 1em;
border: solid 1px #CCC;
padding: 1em;
background: #EEE;
}

.details {
font-weight: bold;
font-size: 14px;
}

</style>

<h1><a href="abusiveexperiencereport_v1.html">Abusive Experience Report API</a> . <a href="abusiveexperiencereport_v1.violatingSites.html">violatingSites</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#list">list(x__xgafv=None)</a></code></p>
<p class="firstline">Lists sites with Abusive Experience Report statuses of "Failing".</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="list">list(x__xgafv=None)</code>
<pre>Lists sites with Abusive Experience Report statuses of "Failing".

Args:
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # Response message for ListViolatingSites.
"violatingSites": [ # A list of summaries of violating sites.
{ # Response message for GetSiteSummary.
"lastChangeTime": "A String", # The last time that the site changed status.
"abusiveStatus": "A String", # The status of the site reviewed for the abusive experiences.
"reportUrl": "A String", # A link that leads to a full abusive experience report.
"underReview": True or False, # Whether the site is currently under review.
"enforcementTime": "A String", # The date on which enforcement begins.
"filterStatus": "A String", # The abusive experience enforcement status of the site.
"reviewedSite": "A String", # The name of the site reviewed.
},
],
}</pre>
</div>

</body></html>
Loading