Skip to content

Commit

Permalink
chore: Update discovery artifacts (#1472)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
yoshi-code-bot committed Aug 3, 2021
1 parent 4d4eebd commit b539cc4
Show file tree
Hide file tree
Showing 386 changed files with 12,987 additions and 1,695 deletions.
4 changes: 2 additions & 2 deletions docs/dyn/androidenterprise_v1.devices.html
Expand Up @@ -94,7 +94,7 @@ <h2>Instance Methods</h2>
<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>
<p class="toc_element">
<code><a href="#update">update(enterpriseId, userId, deviceId, body=None, updateMask=None, x__xgafv=None)</a></code></p>
<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>
<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>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
Expand Down Expand Up @@ -386,7 +386,7 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="update">update(enterpriseId, userId, deviceId, body=None, updateMask=None, x__xgafv=None)</code>
<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.
<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.

Args:
enterpriseId: string, The ID of the enterprise. (required)
Expand Down
8 changes: 4 additions & 4 deletions docs/dyn/androidmanagement_v1.enterprises.devices.html
Expand Up @@ -295,7 +295,7 @@ <h3>Method Details</h3>
&quot;eventType&quot;: &quot;A String&quot;, # Event type.
},
],
&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.
&quot;memoryInfo&quot;: { # Information about device memory and storage. # Memory information: contains information about device memory and storage.
&quot;totalInternalStorage&quot;: &quot;A String&quot;, # Total internal storage on device in bytes.
&quot;totalRam&quot;: &quot;A String&quot;, # Total RAM on device in bytes.
},
Expand Down Expand Up @@ -597,7 +597,7 @@ <h3>Method Details</h3>
&quot;eventType&quot;: &quot;A String&quot;, # Event type.
},
],
&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.
&quot;memoryInfo&quot;: { # Information about device memory and storage. # Memory information: contains information about device memory and storage.
&quot;totalInternalStorage&quot;: &quot;A String&quot;, # Total internal storage on device in bytes.
&quot;totalRam&quot;: &quot;A String&quot;, # Total RAM on device in bytes.
},
Expand Down Expand Up @@ -857,7 +857,7 @@ <h3>Method Details</h3>
&quot;eventType&quot;: &quot;A String&quot;, # Event type.
},
],
&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.
&quot;memoryInfo&quot;: { # Information about device memory and storage. # Memory information: contains information about device memory and storage.
&quot;totalInternalStorage&quot;: &quot;A String&quot;, # Total internal storage on device in bytes.
&quot;totalRam&quot;: &quot;A String&quot;, # Total RAM on device in bytes.
},
Expand Down Expand Up @@ -1099,7 +1099,7 @@ <h3>Method Details</h3>
&quot;eventType&quot;: &quot;A String&quot;, # Event type.
},
],
&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.
&quot;memoryInfo&quot;: { # Information about device memory and storage. # Memory information: contains information about device memory and storage.
&quot;totalInternalStorage&quot;: &quot;A String&quot;, # Total internal storage on device in bytes.
&quot;totalRam&quot;: &quot;A String&quot;, # Total RAM on device in bytes.
},
Expand Down
8 changes: 4 additions & 4 deletions docs/dyn/androidmanagement_v1.enterprises.policies.html
Expand Up @@ -422,7 +422,7 @@ <h3>Method Details</h3>
&quot;deviceSettingsEnabled&quot;: True or False, # Whether device settings reporting is enabled.
&quot;displayInfoEnabled&quot;: True or False, # Whether displays reporting is enabled. Report data is not available for personally owned devices with work profiles.
&quot;hardwareStatusEnabled&quot;: True or False, # Whether hardware status reporting is enabled. Report data is not available for personally owned devices with work profiles.
&quot;memoryInfoEnabled&quot;: True or False, # Whether memory reporting is enabled.
&quot;memoryInfoEnabled&quot;: True or False, # Whether memory event reporting is enabled.
&quot;networkInfoEnabled&quot;: True or False, # Whether network info reporting is enabled.
&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.
&quot;softwareInfoEnabled&quot;: True or False, # Whether software info reporting is enabled.
Expand Down Expand Up @@ -773,7 +773,7 @@ <h3>Method Details</h3>
&quot;deviceSettingsEnabled&quot;: True or False, # Whether device settings reporting is enabled.
&quot;displayInfoEnabled&quot;: True or False, # Whether displays reporting is enabled. Report data is not available for personally owned devices with work profiles.
&quot;hardwareStatusEnabled&quot;: True or False, # Whether hardware status reporting is enabled. Report data is not available for personally owned devices with work profiles.
&quot;memoryInfoEnabled&quot;: True or False, # Whether memory reporting is enabled.
&quot;memoryInfoEnabled&quot;: True or False, # Whether memory event reporting is enabled.
&quot;networkInfoEnabled&quot;: True or False, # Whether network info reporting is enabled.
&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.
&quot;softwareInfoEnabled&quot;: True or False, # Whether software info reporting is enabled.
Expand Down Expand Up @@ -1130,7 +1130,7 @@ <h3>Method Details</h3>
&quot;deviceSettingsEnabled&quot;: True or False, # Whether device settings reporting is enabled.
&quot;displayInfoEnabled&quot;: True or False, # Whether displays reporting is enabled. Report data is not available for personally owned devices with work profiles.
&quot;hardwareStatusEnabled&quot;: True or False, # Whether hardware status reporting is enabled. Report data is not available for personally owned devices with work profiles.
&quot;memoryInfoEnabled&quot;: True or False, # Whether memory reporting is enabled.
&quot;memoryInfoEnabled&quot;: True or False, # Whether memory event reporting is enabled.
&quot;networkInfoEnabled&quot;: True or False, # Whether network info reporting is enabled.
&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.
&quot;softwareInfoEnabled&quot;: True or False, # Whether software info reporting is enabled.
Expand Down Expand Up @@ -1470,7 +1470,7 @@ <h3>Method Details</h3>
&quot;deviceSettingsEnabled&quot;: True or False, # Whether device settings reporting is enabled.
&quot;displayInfoEnabled&quot;: True or False, # Whether displays reporting is enabled. Report data is not available for personally owned devices with work profiles.
&quot;hardwareStatusEnabled&quot;: True or False, # Whether hardware status reporting is enabled. Report data is not available for personally owned devices with work profiles.
&quot;memoryInfoEnabled&quot;: True or False, # Whether memory reporting is enabled.
&quot;memoryInfoEnabled&quot;: True or False, # Whether memory event reporting is enabled.
&quot;networkInfoEnabled&quot;: True or False, # Whether network info reporting is enabled.
&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.
&quot;softwareInfoEnabled&quot;: True or False, # Whether software info reporting is enabled.
Expand Down
5 changes: 3 additions & 2 deletions docs/dyn/androidpublisher_v3.inappproducts.html
Expand Up @@ -93,7 +93,7 @@ <h2>Instance Methods</h2>
<code><a href="#patch">patch(packageName, sku, autoConvertMissingPrices=None, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Patches an in-app product (i.e. a managed product or a subscriptions).</p>
<p class="toc_element">
<code><a href="#update">update(packageName, sku, autoConvertMissingPrices=None, body=None, x__xgafv=None)</a></code></p>
<code><a href="#update">update(packageName, sku, allowMissing=None, autoConvertMissingPrices=None, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Updates an in-app product (i.e. a managed product or a subscriptions).</p>
<h3>Method Details</h3>
<div class="method">
Expand Down Expand Up @@ -383,7 +383,7 @@ <h3>Method Details</h3>
</div>

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

Args:
Expand Down Expand Up @@ -422,6 +422,7 @@ <h3>Method Details</h3>
&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).
}

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.
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.
x__xgafv: string, V1 error format.
Allowed values
Expand Down
1 change: 1 addition & 0 deletions docs/dyn/apigee_v1.organizations.apis.deployments.html
Expand Up @@ -162,6 +162,7 @@ <h3>Method Details</h3>
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
},
],
&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}`.
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
},
],
Expand Down
33 changes: 21 additions & 12 deletions docs/dyn/apigee_v1.organizations.apis.html
Expand Up @@ -213,14 +213,17 @@ <h3>Method Details</h3>
An object of the form:

{ # Metadata describing the API proxy
&quot;latestRevisionId&quot;: &quot;A String&quot;, # The id of the most recently created revision for this api proxy.
&quot;metaData&quot;: { # Metadata common to many entities in this API. # Metadata describing the API proxy.
&quot;labels&quot;: { # User labels applied to this API Proxy.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;latestRevisionId&quot;: &quot;A String&quot;, # Output only. The id of the most recently created revision for this api proxy.
&quot;metaData&quot;: { # Metadata common to many entities in this API. # Output only. Metadata describing the API proxy.
&quot;createdAt&quot;: &quot;A String&quot;, # Time at which the API proxy was created, in milliseconds since epoch.
&quot;lastModifiedAt&quot;: &quot;A String&quot;, # Time at which the API proxy was most recently modified, in milliseconds since epoch.
&quot;subType&quot;: &quot;A String&quot;, # The type of entity described
},
&quot;name&quot;: &quot;A String&quot;, # Name of the API proxy.
&quot;revision&quot;: [ # List of revisons defined for the API proxy.
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the API proxy.
&quot;revision&quot;: [ # Output only. List of revisons defined for the API proxy.
&quot;A String&quot;,
],
}</pre>
Expand All @@ -241,14 +244,17 @@ <h3>Method Details</h3>
An object of the form:

{ # Metadata describing the API proxy
&quot;latestRevisionId&quot;: &quot;A String&quot;, # The id of the most recently created revision for this api proxy.
&quot;metaData&quot;: { # Metadata common to many entities in this API. # Metadata describing the API proxy.
&quot;labels&quot;: { # User labels applied to this API Proxy.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;latestRevisionId&quot;: &quot;A String&quot;, # Output only. The id of the most recently created revision for this api proxy.
&quot;metaData&quot;: { # Metadata common to many entities in this API. # Output only. Metadata describing the API proxy.
&quot;createdAt&quot;: &quot;A String&quot;, # Time at which the API proxy was created, in milliseconds since epoch.
&quot;lastModifiedAt&quot;: &quot;A String&quot;, # Time at which the API proxy was most recently modified, in milliseconds since epoch.
&quot;subType&quot;: &quot;A String&quot;, # The type of entity described
},
&quot;name&quot;: &quot;A String&quot;, # Name of the API proxy.
&quot;revision&quot;: [ # List of revisons defined for the API proxy.
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the API proxy.
&quot;revision&quot;: [ # Output only. List of revisons defined for the API proxy.
&quot;A String&quot;,
],
}</pre>
Expand All @@ -273,14 +279,17 @@ <h3>Method Details</h3>
{
&quot;proxies&quot;: [
{ # Metadata describing the API proxy
&quot;latestRevisionId&quot;: &quot;A String&quot;, # The id of the most recently created revision for this api proxy.
&quot;metaData&quot;: { # Metadata common to many entities in this API. # Metadata describing the API proxy.
&quot;labels&quot;: { # User labels applied to this API Proxy.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;latestRevisionId&quot;: &quot;A String&quot;, # Output only. The id of the most recently created revision for this api proxy.
&quot;metaData&quot;: { # Metadata common to many entities in this API. # Output only. Metadata describing the API proxy.
&quot;createdAt&quot;: &quot;A String&quot;, # Time at which the API proxy was created, in milliseconds since epoch.
&quot;lastModifiedAt&quot;: &quot;A String&quot;, # Time at which the API proxy was most recently modified, in milliseconds since epoch.
&quot;subType&quot;: &quot;A String&quot;, # The type of entity described
},
&quot;name&quot;: &quot;A String&quot;, # Name of the API proxy.
&quot;revision&quot;: [ # List of revisons defined for the API proxy.
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the API proxy.
&quot;revision&quot;: [ # Output only. List of revisons defined for the API proxy.
&quot;A String&quot;,
],
},
Expand Down
Expand Up @@ -162,6 +162,7 @@ <h3>Method Details</h3>
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
},
],
&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}`.
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
},
],
Expand Down
1 change: 1 addition & 0 deletions docs/dyn/apigee_v1.organizations.deployments.html
Expand Up @@ -163,6 +163,7 @@ <h3>Method Details</h3>
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
},
],
&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}`.
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
},
],
Expand Down
Expand Up @@ -162,6 +162,7 @@ <h3>Method Details</h3>
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
},
],
&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}`.
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
},
],
Expand Down

0 comments on commit b539cc4

Please sign in to comment.