Skip to content

Commit e8e1bf9

Browse files
chore: Update discovery artifacts (#1779)
## 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
1 parent a6302bc commit e8e1bf9

File tree

493 files changed

+11820
-3262
lines changed

Some content is hidden

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

493 files changed

+11820
-3262
lines changed
Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
<html><body>
2+
<style>
3+
4+
body, h1, h2, h3, div, span, p, pre, a {
5+
margin: 0;
6+
padding: 0;
7+
border: 0;
8+
font-weight: inherit;
9+
font-style: inherit;
10+
font-size: 100%;
11+
font-family: inherit;
12+
vertical-align: baseline;
13+
}
14+
15+
body {
16+
font-size: 13px;
17+
padding: 1em;
18+
}
19+
20+
h1 {
21+
font-size: 26px;
22+
margin-bottom: 1em;
23+
}
24+
25+
h2 {
26+
font-size: 24px;
27+
margin-bottom: 1em;
28+
}
29+
30+
h3 {
31+
font-size: 20px;
32+
margin-bottom: 1em;
33+
margin-top: 1em;
34+
}
35+
36+
pre, code {
37+
line-height: 1.5;
38+
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39+
}
40+
41+
pre {
42+
margin-top: 0.5em;
43+
}
44+
45+
h1, h2, h3, p {
46+
font-family: Arial, sans serif;
47+
}
48+
49+
h1, h2, h3 {
50+
border-bottom: solid #CCC 1px;
51+
}
52+
53+
.toc_element {
54+
margin-top: 0.5em;
55+
}
56+
57+
.firstline {
58+
margin-left: 2 em;
59+
}
60+
61+
.method {
62+
margin-top: 1em;
63+
border: solid 1px #CCC;
64+
padding: 1em;
65+
background: #EEE;
66+
}
67+
68+
.details {
69+
font-weight: bold;
70+
font-size: 14px;
71+
}
72+
73+
</style>
74+
75+
<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>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="#close">close()</a></code></p>
79+
<p class="firstline">Close httplib2 connections.</p>
80+
<p class="toc_element">
81+
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
82+
<p class="firstline">List the ad sources.</p>
83+
<p class="toc_element">
84+
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
85+
<p class="firstline">Retrieves the next page of results.</p>
86+
<h3>Method Details</h3>
87+
<div class="method">
88+
<code class="details" id="close">close()</code>
89+
<pre>Close httplib2 connections.</pre>
90+
</div>
91+
92+
<div class="method">
93+
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
94+
<pre>List the ad sources.
95+
96+
Args:
97+
parent: string, Required. The parent which owns this collection of ad sources. Format: accounts/{publisher_id} (required)
98+
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.
99+
pageToken: string, A page token, received from a previous `ListAdSources` call. Provide this to retrieve the subsequent page.
100+
x__xgafv: string, V1 error format.
101+
Allowed values
102+
1 - v1 error format
103+
2 - v2 error format
104+
105+
Returns:
106+
An object of the form:
107+
108+
{ # Response for the ListAdSourcesRequest.
109+
&quot;adSources&quot;: [ # The ad sources.
110+
{ # Definition of a mediation ad source.
111+
&quot;adSourceId&quot;: &quot;A String&quot;, # ID of this ad source.
112+
&quot;name&quot;: &quot;A String&quot;, # Resource name of this ad source. Format is: accounts/{publisher_id}/adSources/{ad_source_id}
113+
&quot;title&quot;: &quot;A String&quot;, # Display name of this ad source.
114+
},
115+
],
116+
&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.
117+
}</pre>
118+
</div>
119+
120+
<div class="method">
121+
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
122+
<pre>Retrieves the next page of results.
123+
124+
Args:
125+
previous_request: The request for the previous page. (required)
126+
previous_response: The response from the request for the previous page. (required)
127+
128+
Returns:
129+
A request object that you can call &#x27;execute()&#x27; on to request the next
130+
page. Returns None if there are no more items in the collection.
131+
</pre>
132+
</div>
133+
134+
</body></html>

docs/dyn/admob_v1beta.accounts.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@
7474

7575
<h1><a href="admob_v1beta.html">AdMob API</a> . <a href="admob_v1beta.accounts.html">accounts</a></h1>
7676
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="admob_v1beta.accounts.adSources.html">adSources()</a></code>
79+
</p>
80+
<p class="firstline">Returns the adSources Resource.</p>
81+
7782
<p class="toc_element">
7883
<code><a href="admob_v1beta.accounts.adUnits.html">adUnits()</a></code>
7984
</p>

docs/dyn/apigee_v1.organizations.apis.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ <h3>Method Details</h3>
232232
},
233233
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the API proxy.
234234
&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.
235-
&quot;revision&quot;: [ # Output only. List of revisons defined for the API proxy.
235+
&quot;revision&quot;: [ # Output only. List of revisions defined for the API proxy.
236236
&quot;A String&quot;,
237237
],
238238
}</pre>
@@ -265,7 +265,7 @@ <h3>Method Details</h3>
265265
},
266266
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the API proxy.
267267
&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.
268-
&quot;revision&quot;: [ # Output only. List of revisons defined for the API proxy.
268+
&quot;revision&quot;: [ # Output only. List of revisions defined for the API proxy.
269269
&quot;A String&quot;,
270270
],
271271
}</pre>
@@ -302,7 +302,7 @@ <h3>Method Details</h3>
302302
},
303303
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the API proxy.
304304
&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.
305-
&quot;revision&quot;: [ # Output only. List of revisons defined for the API proxy.
305+
&quot;revision&quot;: [ # Output only. List of revisions defined for the API proxy.
306306
&quot;A String&quot;,
307307
],
308308
},
@@ -332,7 +332,7 @@ <h3>Method Details</h3>
332332
},
333333
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the API proxy.
334334
&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.
335-
&quot;revision&quot;: [ # Output only. List of revisons defined for the API proxy.
335+
&quot;revision&quot;: [ # Output only. List of revisions defined for the API proxy.
336336
&quot;A String&quot;,
337337
],
338338
}
@@ -359,7 +359,7 @@ <h3>Method Details</h3>
359359
},
360360
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the API proxy.
361361
&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.
362-
&quot;revision&quot;: [ # Output only. List of revisons defined for the API proxy.
362+
&quot;revision&quot;: [ # Output only. List of revisions defined for the API proxy.
363363
&quot;A String&quot;,
364364
],
365365
}</pre>

0 commit comments

Comments
 (0)