Skip to content

Commit

Permalink
feat(androidmanagement): update the api
Browse files Browse the repository at this point in the history
#### androidmanagement:v1

The following keys were deleted:
- resources.enterprises.resources.devices.resources.operations.methods.delete (Total Keys: 11)

The following keys were added:
- schemas.ApplicationPolicy.properties.installConstraint (Total Keys: 2)
- schemas.ApplicationPolicy.properties.installPriority (Total Keys: 2)
- schemas.InstallConstraint (Total Keys: 5)
- schemas.Policy.properties.androidDevicePolicyTracks.deprecated (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Feb 6, 2024
1 parent 99e21a2 commit 946cf3a
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 71 deletions.
16 changes: 8 additions & 8 deletions docs/dyn/androidmanagement_v1.enterprises.devices.html
Expand Up @@ -295,8 +295,8 @@ <h3>Method Details</h3>
&quot;lastPolicySyncTime&quot;: &quot;A String&quot;, # The last time the device fetched its policy.
&quot;lastStatusReportTime&quot;: &quot;A String&quot;, # The last time the device sent a status report.
&quot;managementMode&quot;: &quot;A String&quot;, # The type of management mode Android Device Policy takes on the device. This influences which policy settings are supported.
&quot;memoryEvents&quot;: [ # Events related to memory and storage measurements in chronological order. This information is only available if memoryInfoEnabled is true in the device&#x27;s policy.
{ # An event related to memory and storage measurements.
&quot;memoryEvents&quot;: [ # Events related to memory and storage measurements in chronological order. This information is only available if memoryInfoEnabled is true in the device&#x27;s policy.Events are retained for a certain period of time and old events are deleted.
{ # An event related to memory and storage measurements.To distinguish between new and old events, we recommend using the createTime field.
&quot;byteCount&quot;: &quot;A String&quot;, # The number of free bytes in the medium, or for EXTERNAL_STORAGE_DETECTED, the total capacity in bytes of the storage medium.
&quot;createTime&quot;: &quot;A String&quot;, # The creation time of the event.
&quot;eventType&quot;: &quot;A String&quot;, # Event type.
Expand Down Expand Up @@ -660,8 +660,8 @@ <h3>Method Details</h3>
&quot;lastPolicySyncTime&quot;: &quot;A String&quot;, # The last time the device fetched its policy.
&quot;lastStatusReportTime&quot;: &quot;A String&quot;, # The last time the device sent a status report.
&quot;managementMode&quot;: &quot;A String&quot;, # The type of management mode Android Device Policy takes on the device. This influences which policy settings are supported.
&quot;memoryEvents&quot;: [ # Events related to memory and storage measurements in chronological order. This information is only available if memoryInfoEnabled is true in the device&#x27;s policy.
{ # An event related to memory and storage measurements.
&quot;memoryEvents&quot;: [ # Events related to memory and storage measurements in chronological order. This information is only available if memoryInfoEnabled is true in the device&#x27;s policy.Events are retained for a certain period of time and old events are deleted.
{ # An event related to memory and storage measurements.To distinguish between new and old events, we recommend using the createTime field.
&quot;byteCount&quot;: &quot;A String&quot;, # The number of free bytes in the medium, or for EXTERNAL_STORAGE_DETECTED, the total capacity in bytes of the storage medium.
&quot;createTime&quot;: &quot;A String&quot;, # The creation time of the event.
&quot;eventType&quot;: &quot;A String&quot;, # Event type.
Expand Down Expand Up @@ -936,8 +936,8 @@ <h3>Method Details</h3>
&quot;lastPolicySyncTime&quot;: &quot;A String&quot;, # The last time the device fetched its policy.
&quot;lastStatusReportTime&quot;: &quot;A String&quot;, # The last time the device sent a status report.
&quot;managementMode&quot;: &quot;A String&quot;, # The type of management mode Android Device Policy takes on the device. This influences which policy settings are supported.
&quot;memoryEvents&quot;: [ # Events related to memory and storage measurements in chronological order. This information is only available if memoryInfoEnabled is true in the device&#x27;s policy.
{ # An event related to memory and storage measurements.
&quot;memoryEvents&quot;: [ # Events related to memory and storage measurements in chronological order. This information is only available if memoryInfoEnabled is true in the device&#x27;s policy.Events are retained for a certain period of time and old events are deleted.
{ # An event related to memory and storage measurements.To distinguish between new and old events, we recommend using the createTime field.
&quot;byteCount&quot;: &quot;A String&quot;, # The number of free bytes in the medium, or for EXTERNAL_STORAGE_DETECTED, the total capacity in bytes of the storage medium.
&quot;createTime&quot;: &quot;A String&quot;, # The creation time of the event.
&quot;eventType&quot;: &quot;A String&quot;, # Event type.
Expand Down Expand Up @@ -1194,8 +1194,8 @@ <h3>Method Details</h3>
&quot;lastPolicySyncTime&quot;: &quot;A String&quot;, # The last time the device fetched its policy.
&quot;lastStatusReportTime&quot;: &quot;A String&quot;, # The last time the device sent a status report.
&quot;managementMode&quot;: &quot;A String&quot;, # The type of management mode Android Device Policy takes on the device. This influences which policy settings are supported.
&quot;memoryEvents&quot;: [ # Events related to memory and storage measurements in chronological order. This information is only available if memoryInfoEnabled is true in the device&#x27;s policy.
{ # An event related to memory and storage measurements.
&quot;memoryEvents&quot;: [ # Events related to memory and storage measurements in chronological order. This information is only available if memoryInfoEnabled is true in the device&#x27;s policy.Events are retained for a certain period of time and old events are deleted.
{ # An event related to memory and storage measurements.To distinguish between new and old events, we recommend using the createTime field.
&quot;byteCount&quot;: &quot;A String&quot;, # The number of free bytes in the medium, or for EXTERNAL_STORAGE_DETECTED, the total capacity in bytes of the storage medium.
&quot;createTime&quot;: &quot;A String&quot;, # The creation time of the event.
&quot;eventType&quot;: &quot;A String&quot;, # Event type.
Expand Down
21 changes: 0 additions & 21 deletions docs/dyn/androidmanagement_v1.enterprises.devices.operations.html
Expand Up @@ -80,9 +80,6 @@ <h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
<p class="firstline">Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.</p>
<p class="toc_element">
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.</p>
Expand Down Expand Up @@ -116,24 +113,6 @@ <h3>Method Details</h3>
<pre>Close httplib2 connections.</pre>
</div>

<div class="method">
<code class="details" id="delete">delete(name, x__xgafv=None)</code>
<pre>Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn&#x27;t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

Args:
name: string, The name of the operation resource to be deleted. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
}</pre>
</div>

<div class="method">
<code class="details" id="get">get(name, x__xgafv=None)</code>
<pre>Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
Expand Down

0 comments on commit 946cf3a

Please sign in to comment.