Skip to content

Commit 5313113

Browse files
chore: Update discovery artifacts (#2542)
## Deleted keys were detected in the following stable discovery artifacts: androidenterprise v1 https://github.com/googleapis/google-api-python-client/commit/b2db0a32020e3bc10f05931ec6c3a14a405b289e connectors v1 https://github.com/googleapis/google-api-python-client/commit/ee7ce06b6aa5adf11ec2ee2119148e0dc9252838 deploymentmanager v2 https://github.com/googleapis/google-api-python-client/commit/79e1bcbfe6c44f1e71125c5ebc61c1feef3a40de ## Deleted keys were detected in the following pre-stable discovery artifacts: deploymentmanager v2beta https://github.com/googleapis/google-api-python-client/commit/79e1bcbfe6c44f1e71125c5ebc61c1feef3a40de ## Discovery Artifact Change Summary: feat(adsenseplatform): update the api https://github.com/googleapis/google-api-python-client/commit/2e08aa478378c61ad8051bef05ea9ced6c9b5208 feat(analyticshub): update the api https://github.com/googleapis/google-api-python-client/commit/be62507dcd0ce2cc5c70a84b768c1e7dbebdc180 feat(androidenterprise): update the api https://github.com/googleapis/google-api-python-client/commit/b2db0a32020e3bc10f05931ec6c3a14a405b289e feat(chat): update the api https://github.com/googleapis/google-api-python-client/commit/a00cf4154f2dd1dd4a3456bf484c534c93879c27 feat(connectors): update the api https://github.com/googleapis/google-api-python-client/commit/ee7ce06b6aa5adf11ec2ee2119148e0dc9252838 feat(datamigration): update the api https://github.com/googleapis/google-api-python-client/commit/f6ddabbb69af5fab6b590c070cdfabf8c1e61d64 feat(deploymentmanager): update the api https://github.com/googleapis/google-api-python-client/commit/79e1bcbfe6c44f1e71125c5ebc61c1feef3a40de feat(firebaseml): update the api https://github.com/googleapis/google-api-python-client/commit/e788b57c719f562843c143ec8750140e826ae194 feat(serviceusage): update the api https://github.com/googleapis/google-api-python-client/commit/0ed3e908aec5579ea878e653b69f9a0bcbfcd1ce
1 parent 2a47116 commit 5313113

File tree

89 files changed

+4957
-935
lines changed

Some content is hidden

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

89 files changed

+4957
-935
lines changed
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
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="adsenseplatform_v1alpha.html">AdSense Platform API</a> . <a href="adsenseplatform_v1alpha.accounts.html">accounts</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="adsenseplatform_v1alpha.accounts.platforms.html">platforms()</a></code>
79+
</p>
80+
<p class="firstline">Returns the platforms Resource.</p>
81+
82+
<p class="toc_element">
83+
<code><a href="#close">close()</a></code></p>
84+
<p class="firstline">Close httplib2 connections.</p>
85+
<h3>Method Details</h3>
86+
<div class="method">
87+
<code class="details" id="close">close()</code>
88+
<pre>Close httplib2 connections.</pre>
89+
</div>
90+
91+
</body></html>
Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
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="adsenseplatform_v1alpha.html">AdSense Platform API</a> . <a href="adsenseplatform_v1alpha.accounts.html">accounts</a> . <a href="adsenseplatform_v1alpha.accounts.platforms.html">platforms</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="#get">get(name, x__xgafv=None)</a></code></p>
82+
<p class="firstline">Gets a platform.</p>
83+
<h3>Method Details</h3>
84+
<div class="method">
85+
<code class="details" id="close">close()</code>
86+
<pre>Close httplib2 connections.</pre>
87+
</div>
88+
89+
<div class="method">
90+
<code class="details" id="get">get(name, x__xgafv=None)</code>
91+
<pre>Gets a platform.
92+
93+
Args:
94+
name: string, Required. The name of the platform to retrieve. Format: accounts/{account}/platforms/{platform} (required)
95+
x__xgafv: string, V1 error format.
96+
Allowed values
97+
1 - v1 error format
98+
2 - v2 error format
99+
100+
Returns:
101+
An object of the form:
102+
103+
{ # Representation of a Transparent Platform.
104+
&quot;defaultPlatformGroup&quot;: &quot;A String&quot;, # Default platform group for the platform.
105+
&quot;description&quot;: &quot;A String&quot;, # Output only. Description of the platform.
106+
&quot;name&quot;: &quot;A String&quot;, # Identifier. Resource name of a platform. Format: accounts/{account}/platforms/{platform}
107+
}</pre>
108+
</div>
109+
110+
</body></html>

docs/dyn/adsenseplatform_v1alpha.html

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

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

docs/dyn/analyticshub_v1.projects.locations.dataExchanges.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,11 @@ <h3>Method Details</h3>
351351
&quot;nextPageToken&quot;: &quot;A String&quot;, # Next page token.
352352
&quot;sharedResourceSubscriptions&quot;: [ # The list of subscriptions.
353353
{ # A subscription represents a subscribers&#x27; access to a particular set of published data. It contains references to associated listings, data exchanges, and linked datasets.
354+
&quot;commercialInfo&quot;: { # Commercial info metadata for this subscription. # Output only. This is set if this is a commercial subscription i.e. if this subscription was created from subscribing to a commercial listing.
355+
&quot;cloudMarketplace&quot;: { # Cloud Marketplace commercial metadata for this subscription. # Output only. This is set when the subscription is commercialised via Cloud Marketplace.
356+
&quot;order&quot;: &quot;A String&quot;, # Resource name of the Marketplace Order.
357+
},
358+
},
354359
&quot;creationTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the subscription was created.
355360
&quot;dataExchange&quot;: &quot;A String&quot;, # Output only. Resource name of the source Data Exchange. e.g. projects/123/locations/US/dataExchanges/456
356361
&quot;lastModifyTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the subscription was last modified.

docs/dyn/analyticshub_v1.projects.locations.dataExchanges.listings.html

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,12 @@ <h3>Method Details</h3>
145145
&quot;categories&quot;: [ # Optional. Categories of the listing. Up to two categories are allowed.
146146
&quot;A String&quot;,
147147
],
148+
&quot;commercialInfo&quot;: { # Commercial info contains the information about the commercial data products associated with the listing. # Output only. Commercial info contains the information about the commercial data products associated with the listing.
149+
&quot;cloudMarketplace&quot;: { # Specifies the details of the Marketplace Data Product associated with the Listing. # Output only. Details of the Marketplace Data Product associated with the Listing.
150+
&quot;commercialState&quot;: &quot;A String&quot;, # Output only. Commercial state of the Marketplace Data Product.
151+
&quot;service&quot;: &quot;A String&quot;, # Output only. Resource name of the commercial service associated with the Marketplace Data Product. e.g. example.com
152+
},
153+
},
148154
&quot;dataProvider&quot;: { # Contains details of the data provider. # Optional. Details of the data provider who owns the source data.
149155
&quot;name&quot;: &quot;A String&quot;, # Optional. Name of the data provider.
150156
&quot;primaryContact&quot;: &quot;A String&quot;, # Optional. Email or URL of the data provider. Max Length: 1000 bytes.
@@ -202,6 +208,12 @@ <h3>Method Details</h3>
202208
&quot;categories&quot;: [ # Optional. Categories of the listing. Up to two categories are allowed.
203209
&quot;A String&quot;,
204210
],
211+
&quot;commercialInfo&quot;: { # Commercial info contains the information about the commercial data products associated with the listing. # Output only. Commercial info contains the information about the commercial data products associated with the listing.
212+
&quot;cloudMarketplace&quot;: { # Specifies the details of the Marketplace Data Product associated with the Listing. # Output only. Details of the Marketplace Data Product associated with the Listing.
213+
&quot;commercialState&quot;: &quot;A String&quot;, # Output only. Commercial state of the Marketplace Data Product.
214+
&quot;service&quot;: &quot;A String&quot;, # Output only. Resource name of the commercial service associated with the Marketplace Data Product. e.g. example.com
215+
},
216+
},
205217
&quot;dataProvider&quot;: { # Contains details of the data provider. # Optional. Details of the data provider who owns the source data.
206218
&quot;name&quot;: &quot;A String&quot;, # Optional. Name of the data provider.
207219
&quot;primaryContact&quot;: &quot;A String&quot;, # Optional. Email or URL of the data provider. Max Length: 1000 bytes.
@@ -283,6 +295,12 @@ <h3>Method Details</h3>
283295
&quot;categories&quot;: [ # Optional. Categories of the listing. Up to two categories are allowed.
284296
&quot;A String&quot;,
285297
],
298+
&quot;commercialInfo&quot;: { # Commercial info contains the information about the commercial data products associated with the listing. # Output only. Commercial info contains the information about the commercial data products associated with the listing.
299+
&quot;cloudMarketplace&quot;: { # Specifies the details of the Marketplace Data Product associated with the Listing. # Output only. Details of the Marketplace Data Product associated with the Listing.
300+
&quot;commercialState&quot;: &quot;A String&quot;, # Output only. Commercial state of the Marketplace Data Product.
301+
&quot;service&quot;: &quot;A String&quot;, # Output only. Resource name of the commercial service associated with the Marketplace Data Product. e.g. example.com
302+
},
303+
},
286304
&quot;dataProvider&quot;: { # Contains details of the data provider. # Optional. Details of the data provider who owns the source data.
287305
&quot;name&quot;: &quot;A String&quot;, # Optional. Name of the data provider.
288306
&quot;primaryContact&quot;: &quot;A String&quot;, # Optional. Email or URL of the data provider. Max Length: 1000 bytes.
@@ -406,6 +424,12 @@ <h3>Method Details</h3>
406424
&quot;categories&quot;: [ # Optional. Categories of the listing. Up to two categories are allowed.
407425
&quot;A String&quot;,
408426
],
427+
&quot;commercialInfo&quot;: { # Commercial info contains the information about the commercial data products associated with the listing. # Output only. Commercial info contains the information about the commercial data products associated with the listing.
428+
&quot;cloudMarketplace&quot;: { # Specifies the details of the Marketplace Data Product associated with the Listing. # Output only. Details of the Marketplace Data Product associated with the Listing.
429+
&quot;commercialState&quot;: &quot;A String&quot;, # Output only. Commercial state of the Marketplace Data Product.
430+
&quot;service&quot;: &quot;A String&quot;, # Output only. Resource name of the commercial service associated with the Marketplace Data Product. e.g. example.com
431+
},
432+
},
409433
&quot;dataProvider&quot;: { # Contains details of the data provider. # Optional. Details of the data provider who owns the source data.
410434
&quot;name&quot;: &quot;A String&quot;, # Optional. Name of the data provider.
411435
&quot;primaryContact&quot;: &quot;A String&quot;, # Optional. Email or URL of the data provider. Max Length: 1000 bytes.
@@ -462,6 +486,11 @@ <h3>Method Details</h3>
462486
&quot;nextPageToken&quot;: &quot;A String&quot;, # Next page token.
463487
&quot;sharedResourceSubscriptions&quot;: [ # The list of subscriptions.
464488
{ # A subscription represents a subscribers&#x27; access to a particular set of published data. It contains references to associated listings, data exchanges, and linked datasets.
489+
&quot;commercialInfo&quot;: { # Commercial info metadata for this subscription. # Output only. This is set if this is a commercial subscription i.e. if this subscription was created from subscribing to a commercial listing.
490+
&quot;cloudMarketplace&quot;: { # Cloud Marketplace commercial metadata for this subscription. # Output only. This is set when the subscription is commercialised via Cloud Marketplace.
491+
&quot;order&quot;: &quot;A String&quot;, # Resource name of the Marketplace Order.
492+
},
493+
},
465494
&quot;creationTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the subscription was created.
466495
&quot;dataExchange&quot;: &quot;A String&quot;, # Output only. Resource name of the source Data Exchange. e.g. projects/123/locations/US/dataExchanges/456
467496
&quot;lastModifyTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the subscription was last modified.
@@ -545,6 +574,12 @@ <h3>Method Details</h3>
545574
&quot;categories&quot;: [ # Optional. Categories of the listing. Up to two categories are allowed.
546575
&quot;A String&quot;,
547576
],
577+
&quot;commercialInfo&quot;: { # Commercial info contains the information about the commercial data products associated with the listing. # Output only. Commercial info contains the information about the commercial data products associated with the listing.
578+
&quot;cloudMarketplace&quot;: { # Specifies the details of the Marketplace Data Product associated with the Listing. # Output only. Details of the Marketplace Data Product associated with the Listing.
579+
&quot;commercialState&quot;: &quot;A String&quot;, # Output only. Commercial state of the Marketplace Data Product.
580+
&quot;service&quot;: &quot;A String&quot;, # Output only. Resource name of the commercial service associated with the Marketplace Data Product. e.g. example.com
581+
},
582+
},
548583
&quot;dataProvider&quot;: { # Contains details of the data provider. # Optional. Details of the data provider who owns the source data.
549584
&quot;name&quot;: &quot;A String&quot;, # Optional. Name of the data provider.
550585
&quot;primaryContact&quot;: &quot;A String&quot;, # Optional. Email or URL of the data provider. Max Length: 1000 bytes.
@@ -602,6 +637,12 @@ <h3>Method Details</h3>
602637
&quot;categories&quot;: [ # Optional. Categories of the listing. Up to two categories are allowed.
603638
&quot;A String&quot;,
604639
],
640+
&quot;commercialInfo&quot;: { # Commercial info contains the information about the commercial data products associated with the listing. # Output only. Commercial info contains the information about the commercial data products associated with the listing.
641+
&quot;cloudMarketplace&quot;: { # Specifies the details of the Marketplace Data Product associated with the Listing. # Output only. Details of the Marketplace Data Product associated with the Listing.
642+
&quot;commercialState&quot;: &quot;A String&quot;, # Output only. Commercial state of the Marketplace Data Product.
643+
&quot;service&quot;: &quot;A String&quot;, # Output only. Resource name of the commercial service associated with the Marketplace Data Product. e.g. example.com
644+
},
645+
},
605646
&quot;dataProvider&quot;: { # Contains details of the data provider. # Optional. Details of the data provider who owns the source data.
606647
&quot;name&quot;: &quot;A String&quot;, # Optional. Name of the data provider.
607648
&quot;primaryContact&quot;: &quot;A String&quot;, # Optional. Email or URL of the data provider. Max Length: 1000 bytes.
@@ -744,7 +785,7 @@ <h3>Method Details</h3>
744785
&quot;destinationPubsubSubscription&quot;: { # Defines the destination Pub/Sub subscription. # Required. Input only. Destination Pub/Sub subscription to create for the subscriber.
745786
&quot;pubsubSubscription&quot;: { # A subscription resource. If none of `push_config`, `bigquery_config`, or `cloud_storage_config` is set, then the subscriber will pull and ack messages using API methods. At most one of these fields may be set. # Required. Destination Pub/Sub subscription resource.
746787
&quot;ackDeadlineSeconds&quot;: 42, # Optional. The approximate amount of time (on a best-effort basis) Pub/Sub waits for the subscriber to acknowledge receipt before resending the message. In the interval after the message is delivered and before it is acknowledged, it is considered to be _outstanding_. During that time period, the message will not be redelivered (on a best-effort basis). For pull subscriptions, this value is used as the initial value for the ack deadline. To override this value for a given message, call `ModifyAckDeadline` with the corresponding `ack_id` if using non-streaming pull or send the `ack_id` in a `StreamingModifyAckDeadlineRequest` if using streaming pull. The minimum custom deadline you can specify is 10 seconds. The maximum custom deadline you can specify is 600 seconds (10 minutes). If this parameter is 0, a default value of 10 seconds is used. For push delivery, this value is also used to set the request timeout for the call to the push endpoint. If the subscriber never acknowledges the message, the Pub/Sub system will eventually redeliver the message.
747-
&quot;analyticsHubSubscriptionInfo&quot;: { # Information about an associated Analytics Hub subscription (https://cloud.google.com/bigquery/docs/analytics-hub-manage-subscriptions). # Output only. Information about the associated Analytics Hub subscription. Only set if the subscritpion is created by Analytics Hub.
788+
&quot;analyticsHubSubscriptionInfo&quot;: { # Information about an associated [Analytics Hub subscription](https://cloud.google.com/bigquery/docs/analytics-hub-manage-subscriptions). # Output only. Information about the associated Analytics Hub subscription. Only set if the subscritpion is created by Analytics Hub.
748789
&quot;listing&quot;: &quot;A String&quot;, # Optional. The name of the associated Analytics Hub listing resource. Pattern: &quot;projects/{project}/locations/{location}/dataExchanges/{data_exchange}/listings/{listing}&quot;
749790
&quot;subscription&quot;: &quot;A String&quot;, # Optional. The name of the associated Analytics Hub subscription resource. Pattern: &quot;projects/{project}/locations/{location}/subscriptions/{subscription}&quot;
750791
},
@@ -826,6 +867,11 @@ <h3>Method Details</h3>
826867

827868
{ # Message for response when you subscribe to a listing.
828869
&quot;subscription&quot;: { # A subscription represents a subscribers&#x27; access to a particular set of published data. It contains references to associated listings, data exchanges, and linked datasets. # Subscription object created from this subscribe action.
870+
&quot;commercialInfo&quot;: { # Commercial info metadata for this subscription. # Output only. This is set if this is a commercial subscription i.e. if this subscription was created from subscribing to a commercial listing.
871+
&quot;cloudMarketplace&quot;: { # Cloud Marketplace commercial metadata for this subscription. # Output only. This is set when the subscription is commercialised via Cloud Marketplace.
872+
&quot;order&quot;: &quot;A String&quot;, # Resource name of the Marketplace Order.
873+
},
874+
},
829875
&quot;creationTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the subscription was created.
830876
&quot;dataExchange&quot;: &quot;A String&quot;, # Output only. Resource name of the source Data Exchange. e.g. projects/123/locations/US/dataExchanges/456
831877
&quot;lastModifyTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the subscription was last modified.

0 commit comments

Comments
 (0)