Skip to content

Commit b539cc4

Browse files
chore: Update discovery artifacts (#1472)
## Deleted keys were detected in the following stable discovery artifacts: monitoring v1 75a5ced ## Deleted keys were detected in the following pre-stable discovery artifacts: ideahub v1alpha 24483a4 speech v1p1beta1 689fff2 ## Discovery Artifact Change Summary: feat(androidpublisher): update the api cf67afc feat(apigee): update the api 9953369 feat(appengine): update the api eb7a571 feat(chromepolicy): update the api 5654776 feat(cloudbuild): update the api 437e37f feat(cloudkms): update the api ebd3f49 feat(containeranalysis): update the api d446928 feat(dialogflow): update the api 0feb056 fix(fcm): update the api f1dd412 feat(ideahub): update the api 24483a4 feat(metastore): update the api 897beb3 feat(monitoring): update the api 75a5ced feat(osconfig): update the api c8b511a feat(speech): update the api 689fff2 feat(storagetransfer): update the api 2456483
1 parent 4d4eebd commit b539cc4

File tree

386 files changed

+12987
-1695
lines changed

Some content is hidden

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

386 files changed

+12987
-1695
lines changed

docs/dyn/androidenterprise_v1.devices.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h2>Instance Methods</h2>
9494
<p class="firstline">Sets whether a device's access to Google services is enabled or disabled. The device state takes effect only if enforcing EMM policies on Android devices is enabled in the Google Admin Console. Otherwise, the device state is ignored and all devices are allowed access to Google services. This is only supported for Google-managed users.</p>
9595
<p class="toc_element">
9696
<code><a href="#update">update(enterpriseId, userId, deviceId, body=None, updateMask=None, x__xgafv=None)</a></code></p>
97-
<p class="firstline">Updates the device policy. To ensure the policy is properly enforced, you need to prevent unmanaged accounts from accessing Google Play by setting the allowed_accounts in the managed configuration for the Google Play package. See restrict accounts in Google Play.</p>
97+
<p class="firstline">Updates the device policy. To ensure the policy is properly enforced, you need to prevent unmanaged accounts from accessing Google Play by setting the allowed_accounts in the managed configuration for the Google Play package. See restrict accounts in Google Play. When provisioning a new device, you should set the device policy using this method before adding the managed Google Play Account to the device, otherwise the policy will not be applied for a short period of time after adding the account to the device.</p>
9898
<h3>Method Details</h3>
9999
<div class="method">
100100
<code class="details" id="close">close()</code>
@@ -386,7 +386,7 @@ <h3>Method Details</h3>
386386

387387
<div class="method">
388388
<code class="details" id="update">update(enterpriseId, userId, deviceId, body=None, updateMask=None, x__xgafv=None)</code>
389-
<pre>Updates the device policy. To ensure the policy is properly enforced, you need to prevent unmanaged accounts from accessing Google Play by setting the allowed_accounts in the managed configuration for the Google Play package. See restrict accounts in Google Play.
389+
<pre>Updates the device policy. To ensure the policy is properly enforced, you need to prevent unmanaged accounts from accessing Google Play by setting the allowed_accounts in the managed configuration for the Google Play package. See restrict accounts in Google Play. When provisioning a new device, you should set the device policy using this method before adding the managed Google Play Account to the device, otherwise the policy will not be applied for a short period of time after adding the account to the device.
390390

391391
Args:
392392
enterpriseId: string, The ID of the enterprise. (required)

docs/dyn/androidmanagement_v1.enterprises.devices.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ <h3>Method Details</h3>
295295
&quot;eventType&quot;: &quot;A String&quot;, # Event type.
296296
},
297297
],
298-
&quot;memoryInfo&quot;: { # Information about device memory and storage. # Memory information. This information is only available if memoryInfoEnabled is true in the device&#x27;s policy.
298+
&quot;memoryInfo&quot;: { # Information about device memory and storage. # Memory information: contains information about device memory and storage.
299299
&quot;totalInternalStorage&quot;: &quot;A String&quot;, # Total internal storage on device in bytes.
300300
&quot;totalRam&quot;: &quot;A String&quot;, # Total RAM on device in bytes.
301301
},
@@ -597,7 +597,7 @@ <h3>Method Details</h3>
597597
&quot;eventType&quot;: &quot;A String&quot;, # Event type.
598598
},
599599
],
600-
&quot;memoryInfo&quot;: { # Information about device memory and storage. # Memory information. This information is only available if memoryInfoEnabled is true in the device&#x27;s policy.
600+
&quot;memoryInfo&quot;: { # Information about device memory and storage. # Memory information: contains information about device memory and storage.
601601
&quot;totalInternalStorage&quot;: &quot;A String&quot;, # Total internal storage on device in bytes.
602602
&quot;totalRam&quot;: &quot;A String&quot;, # Total RAM on device in bytes.
603603
},
@@ -857,7 +857,7 @@ <h3>Method Details</h3>
857857
&quot;eventType&quot;: &quot;A String&quot;, # Event type.
858858
},
859859
],
860-
&quot;memoryInfo&quot;: { # Information about device memory and storage. # Memory information. This information is only available if memoryInfoEnabled is true in the device&#x27;s policy.
860+
&quot;memoryInfo&quot;: { # Information about device memory and storage. # Memory information: contains information about device memory and storage.
861861
&quot;totalInternalStorage&quot;: &quot;A String&quot;, # Total internal storage on device in bytes.
862862
&quot;totalRam&quot;: &quot;A String&quot;, # Total RAM on device in bytes.
863863
},
@@ -1099,7 +1099,7 @@ <h3>Method Details</h3>
10991099
&quot;eventType&quot;: &quot;A String&quot;, # Event type.
11001100
},
11011101
],
1102-
&quot;memoryInfo&quot;: { # Information about device memory and storage. # Memory information. This information is only available if memoryInfoEnabled is true in the device&#x27;s policy.
1102+
&quot;memoryInfo&quot;: { # Information about device memory and storage. # Memory information: contains information about device memory and storage.
11031103
&quot;totalInternalStorage&quot;: &quot;A String&quot;, # Total internal storage on device in bytes.
11041104
&quot;totalRam&quot;: &quot;A String&quot;, # Total RAM on device in bytes.
11051105
},

docs/dyn/androidmanagement_v1.enterprises.policies.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ <h3>Method Details</h3>
422422
&quot;deviceSettingsEnabled&quot;: True or False, # Whether device settings reporting is enabled.
423423
&quot;displayInfoEnabled&quot;: True or False, # Whether displays reporting is enabled. Report data is not available for personally owned devices with work profiles.
424424
&quot;hardwareStatusEnabled&quot;: True or False, # Whether hardware status reporting is enabled. Report data is not available for personally owned devices with work profiles.
425-
&quot;memoryInfoEnabled&quot;: True or False, # Whether memory reporting is enabled.
425+
&quot;memoryInfoEnabled&quot;: True or False, # Whether memory event reporting is enabled.
426426
&quot;networkInfoEnabled&quot;: True or False, # Whether network info reporting is enabled.
427427
&quot;powerManagementEventsEnabled&quot;: True or False, # Whether power management event reporting is enabled. Report data is not available for personally owned devices with work profiles.
428428
&quot;softwareInfoEnabled&quot;: True or False, # Whether software info reporting is enabled.
@@ -773,7 +773,7 @@ <h3>Method Details</h3>
773773
&quot;deviceSettingsEnabled&quot;: True or False, # Whether device settings reporting is enabled.
774774
&quot;displayInfoEnabled&quot;: True or False, # Whether displays reporting is enabled. Report data is not available for personally owned devices with work profiles.
775775
&quot;hardwareStatusEnabled&quot;: True or False, # Whether hardware status reporting is enabled. Report data is not available for personally owned devices with work profiles.
776-
&quot;memoryInfoEnabled&quot;: True or False, # Whether memory reporting is enabled.
776+
&quot;memoryInfoEnabled&quot;: True or False, # Whether memory event reporting is enabled.
777777
&quot;networkInfoEnabled&quot;: True or False, # Whether network info reporting is enabled.
778778
&quot;powerManagementEventsEnabled&quot;: True or False, # Whether power management event reporting is enabled. Report data is not available for personally owned devices with work profiles.
779779
&quot;softwareInfoEnabled&quot;: True or False, # Whether software info reporting is enabled.
@@ -1130,7 +1130,7 @@ <h3>Method Details</h3>
11301130
&quot;deviceSettingsEnabled&quot;: True or False, # Whether device settings reporting is enabled.
11311131
&quot;displayInfoEnabled&quot;: True or False, # Whether displays reporting is enabled. Report data is not available for personally owned devices with work profiles.
11321132
&quot;hardwareStatusEnabled&quot;: True or False, # Whether hardware status reporting is enabled. Report data is not available for personally owned devices with work profiles.
1133-
&quot;memoryInfoEnabled&quot;: True or False, # Whether memory reporting is enabled.
1133+
&quot;memoryInfoEnabled&quot;: True or False, # Whether memory event reporting is enabled.
11341134
&quot;networkInfoEnabled&quot;: True or False, # Whether network info reporting is enabled.
11351135
&quot;powerManagementEventsEnabled&quot;: True or False, # Whether power management event reporting is enabled. Report data is not available for personally owned devices with work profiles.
11361136
&quot;softwareInfoEnabled&quot;: True or False, # Whether software info reporting is enabled.
@@ -1470,7 +1470,7 @@ <h3>Method Details</h3>
14701470
&quot;deviceSettingsEnabled&quot;: True or False, # Whether device settings reporting is enabled.
14711471
&quot;displayInfoEnabled&quot;: True or False, # Whether displays reporting is enabled. Report data is not available for personally owned devices with work profiles.
14721472
&quot;hardwareStatusEnabled&quot;: True or False, # Whether hardware status reporting is enabled. Report data is not available for personally owned devices with work profiles.
1473-
&quot;memoryInfoEnabled&quot;: True or False, # Whether memory reporting is enabled.
1473+
&quot;memoryInfoEnabled&quot;: True or False, # Whether memory event reporting is enabled.
14741474
&quot;networkInfoEnabled&quot;: True or False, # Whether network info reporting is enabled.
14751475
&quot;powerManagementEventsEnabled&quot;: True or False, # Whether power management event reporting is enabled. Report data is not available for personally owned devices with work profiles.
14761476
&quot;softwareInfoEnabled&quot;: True or False, # Whether software info reporting is enabled.

docs/dyn/androidpublisher_v3.inappproducts.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h2>Instance Methods</h2>
9393
<code><a href="#patch">patch(packageName, sku, autoConvertMissingPrices=None, body=None, x__xgafv=None)</a></code></p>
9494
<p class="firstline">Patches an in-app product (i.e. a managed product or a subscriptions).</p>
9595
<p class="toc_element">
96-
<code><a href="#update">update(packageName, sku, autoConvertMissingPrices=None, body=None, x__xgafv=None)</a></code></p>
96+
<code><a href="#update">update(packageName, sku, allowMissing=None, autoConvertMissingPrices=None, body=None, x__xgafv=None)</a></code></p>
9797
<p class="firstline">Updates an in-app product (i.e. a managed product or a subscriptions).</p>
9898
<h3>Method Details</h3>
9999
<div class="method">
@@ -383,7 +383,7 @@ <h3>Method Details</h3>
383383
</div>
384384

385385
<div class="method">
386-
<code class="details" id="update">update(packageName, sku, autoConvertMissingPrices=None, body=None, x__xgafv=None)</code>
386+
<code class="details" id="update">update(packageName, sku, allowMissing=None, autoConvertMissingPrices=None, body=None, x__xgafv=None)</code>
387387
<pre>Updates an in-app product (i.e. a managed product or a subscriptions).
388388

389389
Args:
@@ -422,6 +422,7 @@ <h3>Method Details</h3>
422422
&quot;trialPeriod&quot;: &quot;A String&quot;, # Trial period, specified in ISO 8601 format. Acceptable values are anything between P7D (seven days) and P999D (999 days).
423423
}
424424

425+
allowMissing: boolean, If set to true, and the in-app product with the given package_name and sku doesn&#x27;t exist, the in-app product will be created.
425426
autoConvertMissingPrices: boolean, If true the prices for all regions targeted by the parent app that don&#x27;t have a price specified for this in-app product will be auto converted to the target currency based on the default price. Defaults to false.
426427
x__xgafv: string, V1 error format.
427428
Allowed values

docs/dyn/apigee_v1.organizations.apis.deployments.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ <h3>Method Details</h3>
162162
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
163163
},
164164
],
165+
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
165166
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
166167
},
167168
],

docs/dyn/apigee_v1.organizations.apis.html

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -213,14 +213,17 @@ <h3>Method Details</h3>
213213
An object of the form:
214214

215215
{ # Metadata describing the API proxy
216-
&quot;latestRevisionId&quot;: &quot;A String&quot;, # The id of the most recently created revision for this api proxy.
217-
&quot;metaData&quot;: { # Metadata common to many entities in this API. # Metadata describing the API proxy.
216+
&quot;labels&quot;: { # User labels applied to this API Proxy.
217+
&quot;a_key&quot;: &quot;A String&quot;,
218+
},
219+
&quot;latestRevisionId&quot;: &quot;A String&quot;, # Output only. The id of the most recently created revision for this api proxy.
220+
&quot;metaData&quot;: { # Metadata common to many entities in this API. # Output only. Metadata describing the API proxy.
218221
&quot;createdAt&quot;: &quot;A String&quot;, # Time at which the API proxy was created, in milliseconds since epoch.
219222
&quot;lastModifiedAt&quot;: &quot;A String&quot;, # Time at which the API proxy was most recently modified, in milliseconds since epoch.
220223
&quot;subType&quot;: &quot;A String&quot;, # The type of entity described
221224
},
222-
&quot;name&quot;: &quot;A String&quot;, # Name of the API proxy.
223-
&quot;revision&quot;: [ # List of revisons defined for the API proxy.
225+
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the API proxy.
226+
&quot;revision&quot;: [ # Output only. List of revisons defined for the API proxy.
224227
&quot;A String&quot;,
225228
],
226229
}</pre>
@@ -241,14 +244,17 @@ <h3>Method Details</h3>
241244
An object of the form:
242245

243246
{ # Metadata describing the API proxy
244-
&quot;latestRevisionId&quot;: &quot;A String&quot;, # The id of the most recently created revision for this api proxy.
245-
&quot;metaData&quot;: { # Metadata common to many entities in this API. # Metadata describing the API proxy.
247+
&quot;labels&quot;: { # User labels applied to this API Proxy.
248+
&quot;a_key&quot;: &quot;A String&quot;,
249+
},
250+
&quot;latestRevisionId&quot;: &quot;A String&quot;, # Output only. The id of the most recently created revision for this api proxy.
251+
&quot;metaData&quot;: { # Metadata common to many entities in this API. # Output only. Metadata describing the API proxy.
246252
&quot;createdAt&quot;: &quot;A String&quot;, # Time at which the API proxy was created, in milliseconds since epoch.
247253
&quot;lastModifiedAt&quot;: &quot;A String&quot;, # Time at which the API proxy was most recently modified, in milliseconds since epoch.
248254
&quot;subType&quot;: &quot;A String&quot;, # The type of entity described
249255
},
250-
&quot;name&quot;: &quot;A String&quot;, # Name of the API proxy.
251-
&quot;revision&quot;: [ # List of revisons defined for the API proxy.
256+
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the API proxy.
257+
&quot;revision&quot;: [ # Output only. List of revisons defined for the API proxy.
252258
&quot;A String&quot;,
253259
],
254260
}</pre>
@@ -273,14 +279,17 @@ <h3>Method Details</h3>
273279
{
274280
&quot;proxies&quot;: [
275281
{ # Metadata describing the API proxy
276-
&quot;latestRevisionId&quot;: &quot;A String&quot;, # The id of the most recently created revision for this api proxy.
277-
&quot;metaData&quot;: { # Metadata common to many entities in this API. # Metadata describing the API proxy.
282+
&quot;labels&quot;: { # User labels applied to this API Proxy.
283+
&quot;a_key&quot;: &quot;A String&quot;,
284+
},
285+
&quot;latestRevisionId&quot;: &quot;A String&quot;, # Output only. The id of the most recently created revision for this api proxy.
286+
&quot;metaData&quot;: { # Metadata common to many entities in this API. # Output only. Metadata describing the API proxy.
278287
&quot;createdAt&quot;: &quot;A String&quot;, # Time at which the API proxy was created, in milliseconds since epoch.
279288
&quot;lastModifiedAt&quot;: &quot;A String&quot;, # Time at which the API proxy was most recently modified, in milliseconds since epoch.
280289
&quot;subType&quot;: &quot;A String&quot;, # The type of entity described
281290
},
282-
&quot;name&quot;: &quot;A String&quot;, # Name of the API proxy.
283-
&quot;revision&quot;: [ # List of revisons defined for the API proxy.
291+
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the API proxy.
292+
&quot;revision&quot;: [ # Output only. List of revisons defined for the API proxy.
284293
&quot;A String&quot;,
285294
],
286295
},

docs/dyn/apigee_v1.organizations.apis.revisions.deployments.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ <h3>Method Details</h3>
162162
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
163163
},
164164
],
165+
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
165166
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
166167
},
167168
],

docs/dyn/apigee_v1.organizations.deployments.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ <h3>Method Details</h3>
163163
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
164164
},
165165
],
166+
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
166167
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
167168
},
168169
],

docs/dyn/apigee_v1.organizations.environments.apis.deployments.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ <h3>Method Details</h3>
162162
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
163163
},
164164
],
165+
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
165166
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
166167
},
167168
],

0 commit comments

Comments
 (0)