Skip to content

Commit

Permalink
chore: Update discovery artifacts (#1779)
Browse files Browse the repository at this point in the history
## Deleted keys were detected in the following stable discovery artifacts:
bigquery v2 4e49c7b
chat v1 20df986
ondemandscanning v1 8030d88
run v2 e0c6bb2

## Deleted keys were detected in the following pre-stable discovery artifacts:
baremetalsolution v1alpha1 80d1744
compute alpha fd8adb3
managedidentities v1alpha1 c3de5da
managedidentities v1beta1 c3de5da
networkconnectivity v1alpha1 2da81e7
networkservices v1beta1 b6aa7f5
ondemandscanning v1beta1 8030d88

## Discovery Artifact Change Summary:
feat(admob): update the api 9e22dca
feat(artifactregistry): update the api 903f0b8
feat(baremetalsolution): update the api 80d1744
feat(bigquery): update the api 4e49c7b
feat(chat): update the api 20df986
feat(cloudfunctions): update the api 0468e92
feat(compute): update the api fd8adb3
feat(content): update the api c2df6c0
feat(dialogflow): update the api 8ca090f
feat(documentai): update the api 4c07bc0
feat(firebaseappcheck): update the api 9f134a6
feat(gkehub): update the api 6f3aac8
feat(healthcare): update the api 97bd035
feat(iam): update the api bbf02c7
feat(managedidentities): update the api c3de5da
feat(memcache): update the api 403e881
feat(metastore): update the api ce0552a
feat(networkconnectivity): update the api 2da81e7
feat(networkservices): update the api b6aa7f5
feat(ondemandscanning): update the api 8030d88
feat(paymentsresellersubscription): update the api 1d84067
feat(run): update the api e0c6bb2
feat(servicenetworking): update the api 2880f47
  • Loading branch information
yoshi-code-bot committed May 3, 2022
1 parent a6302bc commit e8e1bf9
Show file tree
Hide file tree
Showing 493 changed files with 11,820 additions and 3,262 deletions.
134 changes: 134 additions & 0 deletions docs/dyn/admob_v1beta.accounts.adSources.html
@@ -0,0 +1,134 @@
<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="admob_v1beta.html">AdMob API</a> . <a href="admob_v1beta.accounts.html">accounts</a> . <a href="admob_v1beta.accounts.adSources.html">adSources</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">List the ad sources.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>

<div class="method">
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>List the ad sources.

Args:
parent: string, Required. The parent which owns this collection of ad sources. Format: accounts/{publisher_id} (required)
pageSize: integer, The maximum number of ad sources to return. If unspecified or 0, at most 1000 ad sources will be returned. The maximum value is 10,000; values above 10,000 will be coerced to 10,000.
pageToken: string, A page token, received from a previous `ListAdSources` call. Provide this to retrieve the subsequent page.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # Response for the ListAdSourcesRequest.
&quot;adSources&quot;: [ # The ad sources.
{ # Definition of a mediation ad source.
&quot;adSourceId&quot;: &quot;A String&quot;, # ID of this ad source.
&quot;name&quot;: &quot;A String&quot;, # Resource name of this ad source. Format is: accounts/{publisher_id}/adSources/{ad_source_id}
&quot;title&quot;: &quot;A String&quot;, # Display name of this ad source.
},
],
&quot;nextPageToken&quot;: &quot;A String&quot;, # Used to set the `page_token` in the `ListAdSourcesRequest` to retrieve the next page. If this field is omitted, there are no subsequent pages.
}</pre>
</div>

<div class="method">
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
<pre>Retrieves the next page of results.

Args:
previous_request: The request for the previous page. (required)
previous_response: The response from the request for the previous page. (required)

Returns:
A request object that you can call &#x27;execute()&#x27; on to request the next
page. Returns None if there are no more items in the collection.
</pre>
</div>

</body></html>
5 changes: 5 additions & 0 deletions docs/dyn/admob_v1beta.accounts.html
Expand Up @@ -74,6 +74,11 @@

<h1><a href="admob_v1beta.html">AdMob API</a> . <a href="admob_v1beta.accounts.html">accounts</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="admob_v1beta.accounts.adSources.html">adSources()</a></code>
</p>
<p class="firstline">Returns the adSources Resource.</p>

<p class="toc_element">
<code><a href="admob_v1beta.accounts.adUnits.html">adUnits()</a></code>
</p>
Expand Down
10 changes: 5 additions & 5 deletions docs/dyn/apigee_v1.organizations.apis.html
Expand Up @@ -232,7 +232,7 @@ <h3>Method Details</h3>
},
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the API proxy.
&quot;readOnly&quot;: True or False, # Output only. Whether this proxy is read-only. A read-only proxy cannot have new revisions created through calls to CreateApiProxyRevision. A proxy is read-only if it was generated by an archive.
&quot;revision&quot;: [ # Output only. List of revisons defined for the API proxy.
&quot;revision&quot;: [ # Output only. List of revisions defined for the API proxy.
&quot;A String&quot;,
],
}</pre>
Expand Down Expand Up @@ -265,7 +265,7 @@ <h3>Method Details</h3>
},
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the API proxy.
&quot;readOnly&quot;: True or False, # Output only. Whether this proxy is read-only. A read-only proxy cannot have new revisions created through calls to CreateApiProxyRevision. A proxy is read-only if it was generated by an archive.
&quot;revision&quot;: [ # Output only. List of revisons defined for the API proxy.
&quot;revision&quot;: [ # Output only. List of revisions defined for the API proxy.
&quot;A String&quot;,
],
}</pre>
Expand Down Expand Up @@ -302,7 +302,7 @@ <h3>Method Details</h3>
},
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the API proxy.
&quot;readOnly&quot;: True or False, # Output only. Whether this proxy is read-only. A read-only proxy cannot have new revisions created through calls to CreateApiProxyRevision. A proxy is read-only if it was generated by an archive.
&quot;revision&quot;: [ # Output only. List of revisons defined for the API proxy.
&quot;revision&quot;: [ # Output only. List of revisions defined for the API proxy.
&quot;A String&quot;,
],
},
Expand Down Expand Up @@ -332,7 +332,7 @@ <h3>Method Details</h3>
},
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the API proxy.
&quot;readOnly&quot;: True or False, # Output only. Whether this proxy is read-only. A read-only proxy cannot have new revisions created through calls to CreateApiProxyRevision. A proxy is read-only if it was generated by an archive.
&quot;revision&quot;: [ # Output only. List of revisons defined for the API proxy.
&quot;revision&quot;: [ # Output only. List of revisions defined for the API proxy.
&quot;A String&quot;,
],
}
Expand All @@ -359,7 +359,7 @@ <h3>Method Details</h3>
},
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the API proxy.
&quot;readOnly&quot;: True or False, # Output only. Whether this proxy is read-only. A read-only proxy cannot have new revisions created through calls to CreateApiProxyRevision. A proxy is read-only if it was generated by an archive.
&quot;revision&quot;: [ # Output only. List of revisons defined for the API proxy.
&quot;revision&quot;: [ # Output only. List of revisions defined for the API proxy.
&quot;A String&quot;,
],
}</pre>
Expand Down

0 comments on commit e8e1bf9

Please sign in to comment.