Skip to content

Commit 14b2f0d

Browse files
chore: Update discovery artifacts (#2625)
## Deleted keys were detected in the following stable discovery artifacts: dialogflow v3 https://togithub.com/googleapis/google-api-python-client/commit/5bd3e6d2ad8c7bc223b81164380d1eedc33e2308 iam v1 https://togithub.com/googleapis/google-api-python-client/commit/4bcf549bbfc3e57d6dacedcbb61acae9d3e59d79 ## Deleted keys were detected in the following pre-stable discovery artifacts: dialogflow v2beta1 https://togithub.com/googleapis/google-api-python-client/commit/5bd3e6d2ad8c7bc223b81164380d1eedc33e2308 dialogflow v3beta1 https://togithub.com/googleapis/google-api-python-client/commit/5bd3e6d2ad8c7bc223b81164380d1eedc33e2308 ## Discovery Artifact Change Summary: feat(adsenseplatform): update the api https://togithub.com/googleapis/google-api-python-client/commit/d4e048a17a01e4765f8b1cc06fbb483ee279b319 feat(aiplatform): update the api https://togithub.com/googleapis/google-api-python-client/commit/8f166c35be80736a2e4962707b5306e1286106b7 feat(androidpublisher): update the api https://togithub.com/googleapis/google-api-python-client/commit/497de380ebf932e0b39dc2ed3e74302bc62c9f4c fix(apigee): update the api https://togithub.com/googleapis/google-api-python-client/commit/48a853ece2a2d9155200045f643e295ad657fa16 feat(apihub): update the api https://togithub.com/googleapis/google-api-python-client/commit/052ab9c0c87e629b60718442e554e026e2ad1d5c feat(backupdr): update the api https://togithub.com/googleapis/google-api-python-client/commit/1a00f4eab55872f098655116e8ded67a5689f8c0 fix(composer): update the api https://togithub.com/googleapis/google-api-python-client/commit/e1a6cc9098c231fdb60870ddf58216fdf59ccaba feat(datamigration): update the api https://togithub.com/googleapis/google-api-python-client/commit/c8e508858fd205e9df2bb73433f807be6a4445f8 feat(dataproc): update the api https://togithub.com/googleapis/google-api-python-client/commit/87901777ab66b96b26c305d0e34b35e8623e06c7 feat(datastream): update the api https://togithub.com/googleapis/google-api-python-client/commit/5c59d65a79d2e5963d467dbdd82fe8ca346275de feat(dialogflow): update the api https://togithub.com/googleapis/google-api-python-client/commit/5bd3e6d2ad8c7bc223b81164380d1eedc33e2308 feat(discoveryengine): update the api https://togithub.com/googleapis/google-api-python-client/commit/b8b4f53ab1a4e2a5ad6bd620a8e3efd3c7b0ca48 feat(dlp): update the api https://togithub.com/googleapis/google-api-python-client/commit/f6d0422efea1c3f08d8684fc52692a5dea441a52 feat(drive): update the api https://togithub.com/googleapis/google-api-python-client/commit/7d17d49eaaed37fafeb1ae41f74348911831ad93 feat(iam): update the api https://togithub.com/googleapis/google-api-python-client/commit/4bcf549bbfc3e57d6dacedcbb61acae9d3e59d79 feat(merchantapi): update the api https://togithub.com/googleapis/google-api-python-client/commit/b33a19c205b0ade5524febe46e7355379f68d012 feat(policysimulator): update the api https://togithub.com/googleapis/google-api-python-client/commit/3e66a59c7d81634671ac2649003efa6e60ff0aee feat(redis): update the api https://togithub.com/googleapis/google-api-python-client/commit/c0f8e8db10c26521d6e3a5f09a6f25d02ae55d5e feat(retail): update the api https://togithub.com/googleapis/google-api-python-client/commit/3e3c6956b068bd7053ab57e02e5171965e530dfe fix(secretmanager): update the api https://togithub.com/googleapis/google-api-python-client/commit/57727618a8e0fac0291823c52ce21e4fb8f82507 feat(securitycenter): update the api https://togithub.com/googleapis/google-api-python-client/commit/da5d1e9c428f55f1a33ad0631ee54b2baace23a9 feat(spanner): update the api https://togithub.com/googleapis/google-api-python-client/commit/ceb6aaefe7d46f763ec8d9c390814e52ec9b0a95 feat(storage): update the api https://togithub.com/googleapis/google-api-python-client/commit/06056fcc8c4c9a00192472977740a048759f2fdd feat(workstations): update the api https://togithub.com/googleapis/google-api-python-client/commit/a03d74072877a744151d0f501f688c017086e40e
1 parent 6cb695e commit 14b2f0d

File tree

222 files changed

+7811
-1135
lines changed

Some content is hidden

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

222 files changed

+7811
-1135
lines changed

docs/dyn/adsenseplatform_v1alpha.accounts.platforms.groups.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ <h2>Instance Methods</h2>
8686
<p class="toc_element">
8787
<code><a href="#list_next">list_next()</a></code></p>
8888
<p class="firstline">Retrieves the next page of results.</p>
89+
<p class="toc_element">
90+
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
91+
<p class="firstline">Update a Platform Group.</p>
8992
<h3>Method Details</h3>
9093
<div class="method">
9194
<code class="details" id="close">close()</code>
@@ -159,4 +162,39 @@ <h3>Method Details</h3>
159162
</pre>
160163
</div>
161164

165+
<div class="method">
166+
<code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
167+
<pre>Update a Platform Group.
168+
169+
Args:
170+
name: string, Identifier. Format: accounts/{account}/platforms/{platform}/groups/{platform_group} (required)
171+
body: object, The request body.
172+
The object takes the form of:
173+
174+
{ # Representation of a Transparent Platform Group.
175+
&quot;description&quot;: &quot;A String&quot;, # Output only. Description of the PlatformGroup.
176+
&quot;name&quot;: &quot;A String&quot;, # Identifier. Format: accounts/{account}/platforms/{platform}/groups/{platform_group}
177+
&quot;revshareMillipercent&quot;: { # A representation of a decimal value, such as 2.5. Clients may convert values into language-native decimal formats, such as Java&#x27;s [BigDecimal](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/math/BigDecimal.html) or Python&#x27;s [decimal.Decimal](https://docs.python.org/3/library/decimal.html). # The revenue share of the PlatformGroup, in millipercent (e.g. 15000 = 15%).
178+
&quot;value&quot;: &quot;A String&quot;, # The decimal value, as a string. The string representation consists of an optional sign, `+` (`U+002B`) or `-` (`U+002D`), followed by a sequence of zero or more decimal digits (&quot;the integer&quot;), optionally followed by a fraction, optionally followed by an exponent. An empty string **should** be interpreted as `0`. The fraction consists of a decimal point followed by zero or more decimal digits. The string must contain at least one digit in either the integer or the fraction. The number formed by the sign, the integer and the fraction is referred to as the significand. The exponent consists of the character `e` (`U+0065`) or `E` (`U+0045`) followed by one or more decimal digits. Services **should** normalize decimal values before storing them by: - Removing an explicitly-provided `+` sign (`+2.5` -&gt; `2.5`). - Replacing a zero-length integer value with `0` (`.5` -&gt; `0.5`). - Coercing the exponent character to upper-case, with explicit sign (`2.5e8` -&gt; `2.5E+8`). - Removing an explicitly-provided zero exponent (`2.5E0` -&gt; `2.5`). Services **may** perform additional normalization based on its own needs and the internal decimal implementation selected, such as shifting the decimal point and exponent value together (example: `2.5E-1` &lt;-&gt; `0.25`). Additionally, services **may** preserve trailing zeroes in the fraction to indicate increased precision, but are not required to do so. Note that only the `.` character is supported to divide the integer and the fraction; `,` **should not** be supported regardless of locale. Additionally, thousand separators **should not** be supported. If a service does support them, values **must** be normalized. The ENBF grammar is: DecimalString = &#x27;&#x27; | [Sign] Significand [Exponent]; Sign = &#x27;+&#x27; | &#x27;-&#x27;; Significand = Digits &#x27;.&#x27; | [Digits] &#x27;.&#x27; Digits; Exponent = (&#x27;e&#x27; | &#x27;E&#x27;) [Sign] Digits; Digits = { &#x27;0&#x27; | &#x27;1&#x27; | &#x27;2&#x27; | &#x27;3&#x27; | &#x27;4&#x27; | &#x27;5&#x27; | &#x27;6&#x27; | &#x27;7&#x27; | &#x27;8&#x27; | &#x27;9&#x27; }; Services **should** clearly document the range of supported values, the maximum supported precision (total number of digits), and, if applicable, the scale (number of digits after the decimal point), as well as how it behaves when receiving out-of-bounds values. Services **may** choose to accept values passed as input even when the value has a higher precision or scale than the service supports, and **should** round the value to fit the supported scale. Alternatively, the service **may** error with `400 Bad Request` (`INVALID_ARGUMENT` in gRPC) if precision would be lost. Services **should** error with `400 Bad Request` (`INVALID_ARGUMENT` in gRPC) if the service receives a value outside of the supported range.
179+
},
180+
}
181+
182+
updateMask: string, Optional. The list of fields to update - currently only supports updating the `description` field.
183+
x__xgafv: string, V1 error format.
184+
Allowed values
185+
1 - v1 error format
186+
2 - v2 error format
187+
188+
Returns:
189+
An object of the form:
190+
191+
{ # Representation of a Transparent Platform Group.
192+
&quot;description&quot;: &quot;A String&quot;, # Output only. Description of the PlatformGroup.
193+
&quot;name&quot;: &quot;A String&quot;, # Identifier. Format: accounts/{account}/platforms/{platform}/groups/{platform_group}
194+
&quot;revshareMillipercent&quot;: { # A representation of a decimal value, such as 2.5. Clients may convert values into language-native decimal formats, such as Java&#x27;s [BigDecimal](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/math/BigDecimal.html) or Python&#x27;s [decimal.Decimal](https://docs.python.org/3/library/decimal.html). # The revenue share of the PlatformGroup, in millipercent (e.g. 15000 = 15%).
195+
&quot;value&quot;: &quot;A String&quot;, # The decimal value, as a string. The string representation consists of an optional sign, `+` (`U+002B`) or `-` (`U+002D`), followed by a sequence of zero or more decimal digits (&quot;the integer&quot;), optionally followed by a fraction, optionally followed by an exponent. An empty string **should** be interpreted as `0`. The fraction consists of a decimal point followed by zero or more decimal digits. The string must contain at least one digit in either the integer or the fraction. The number formed by the sign, the integer and the fraction is referred to as the significand. The exponent consists of the character `e` (`U+0065`) or `E` (`U+0045`) followed by one or more decimal digits. Services **should** normalize decimal values before storing them by: - Removing an explicitly-provided `+` sign (`+2.5` -&gt; `2.5`). - Replacing a zero-length integer value with `0` (`.5` -&gt; `0.5`). - Coercing the exponent character to upper-case, with explicit sign (`2.5e8` -&gt; `2.5E+8`). - Removing an explicitly-provided zero exponent (`2.5E0` -&gt; `2.5`). Services **may** perform additional normalization based on its own needs and the internal decimal implementation selected, such as shifting the decimal point and exponent value together (example: `2.5E-1` &lt;-&gt; `0.25`). Additionally, services **may** preserve trailing zeroes in the fraction to indicate increased precision, but are not required to do so. Note that only the `.` character is supported to divide the integer and the fraction; `,` **should not** be supported regardless of locale. Additionally, thousand separators **should not** be supported. If a service does support them, values **must** be normalized. The ENBF grammar is: DecimalString = &#x27;&#x27; | [Sign] Significand [Exponent]; Sign = &#x27;+&#x27; | &#x27;-&#x27;; Significand = Digits &#x27;.&#x27; | [Digits] &#x27;.&#x27; Digits; Exponent = (&#x27;e&#x27; | &#x27;E&#x27;) [Sign] Digits; Digits = { &#x27;0&#x27; | &#x27;1&#x27; | &#x27;2&#x27; | &#x27;3&#x27; | &#x27;4&#x27; | &#x27;5&#x27; | &#x27;6&#x27; | &#x27;7&#x27; | &#x27;8&#x27; | &#x27;9&#x27; }; Services **should** clearly document the range of supported values, the maximum supported precision (total number of digits), and, if applicable, the scale (number of digits after the decimal point), as well as how it behaves when receiving out-of-bounds values. Services **may** choose to accept values passed as input even when the value has a higher precision or scale than the service supports, and **should** round the value to fit the supported scale. Alternatively, the service **may** error with `400 Bad Request` (`INVALID_ARGUMENT` in gRPC) if precision would be lost. Services **should** error with `400 Bad Request` (`INVALID_ARGUMENT` in gRPC) if the service receives a value outside of the supported range.
196+
},
197+
}</pre>
198+
</div>
199+
162200
</body></html>

0 commit comments

Comments
 (0)