google-apis-androidenterprise_v1 0.45.0 → 0.46.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b5bd82749d3e56b5d30e3792b9c6efb8538981e59cfd8432252d0e1a6322438
4
- data.tar.gz: c8b9921e6f1946ca0e81c07b8ee49e65a1338fe699ff895d8ac6527152aa2403
3
+ metadata.gz: 90937e9976d65c89eb41e112b53ec6c8fe186a0c7f8e3a1ac728ddacda8a83fb
4
+ data.tar.gz: 8792592f5f355b821dfba3d568f5256b57b2117253a2c63292e885cfee88f63f
5
5
  SHA512:
6
- metadata.gz: 6e5c2af72b5f72f227bfa7c7097abc8b3c021be1df36d9d9bca26fa42405223e729f55e52625518c83e53f509d1a40231cd88ddd382823958eeaa3a69ecc37fa
7
- data.tar.gz: 71823a30343dbeca32f75695b2770e7af68319348006a819e0477809c1c879970ae501b64bc29929248d7ba7f819673c506759e848d82cce1aa57135b1e8f1f8
6
+ metadata.gz: de0dea15b19eeaf1d93cc7b3a53f40e3987ef43af3058a03f6552b8ed216d8801d44657a3b2f975a43be056778fb7cc7e2e48be0ab239797ff7ab4798a5b3201
7
+ data.tar.gz: e152e92b9ecec894b5d857d86417729a2e94b3bd0b93c9b1998bd09eb5b9f0a105ba406c81aa97363c6c73be18acd87bafa362e4a8dbf255c30df674f6193ee8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidenterprise_v1
2
2
 
3
+ ### v0.46.0 (2026-03-08)
4
+
5
+ * Regenerated from discovery document revision 20260302
6
+
3
7
  ### v0.45.0 (2025-07-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20250720
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AndroidenterpriseV1
18
18
  # Version of the google-apis-androidenterprise_v1 gem
19
- GEM_VERSION = "0.45.0"
19
+ GEM_VERSION = "0.46.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250720"
25
+ REVISION = "20260302"
26
26
  end
27
27
  end
28
28
  end
@@ -124,11 +124,17 @@ module Google
124
124
  execute_or_queue_command(command, &block)
125
125
  end
126
126
 
127
- # Retrieves whether a device's access to Google services is enabled or disabled.
128
- # The device state takes effect only if enforcing EMM policies on Android
129
- # devices is enabled in the Google Admin Console. Otherwise, the device state is
130
- # ignored and all devices are allowed access to Google services. This is only
131
- # supported for Google-managed users.
127
+ # Checks if a device can access Google apps and services for a user. Returns
128
+ # whether access is "enabled" or "disabled". A "disabled" state prevents the
129
+ # user's Managed Google Account on the device from successfully authenticating
130
+ # with Google. This blocks access to most Google applications and services,
131
+ # including Google Play, as the device cannot prove its entitlement to access
132
+ # them. New devices default to "disabled". Important: Enforcement of this state
133
+ # depends on the following conditions: * The user must be a managed google
134
+ # account. * The enterprise must be a managed google domain. * Third-party
135
+ # Android mobile management must be active in the Google Admin Console for the
136
+ # user's Organizational Unit. If these conditions aren't met, access may still
137
+ # be possible even in a "disabled" state.
132
138
  # @param [String] enterprise_id
133
139
  # The ID of the enterprise.
134
140
  # @param [String] user_id
@@ -197,11 +203,15 @@ module Google
197
203
  execute_or_queue_command(command, &block)
198
204
  end
199
205
 
200
- # Sets whether a device's access to Google services is enabled or disabled. The
201
- # device state takes effect only if enforcing EMM policies on Android devices is
202
- # enabled in the Google Admin Console. Otherwise, the device state is ignored
203
- # and all devices are allowed access to Google services. This is only supported
204
- # for Google-managed users.
206
+ # Sets whether a device's access to Google services (including Google Play) is
207
+ # enabled or disabled for the specified user. Setting the state to "enabled"
208
+ # allows the Google Account to access Google services, while "disabled" blocks
209
+ # access by preventing OAuth token issuance. Preconditions for Enforcement: 1.
210
+ # This setting is only effective for Google-managed users. 2. The enterprise
211
+ # must be linked to a Google Managed Domain. 3. Enforcement requires third-party
212
+ # Android mobile management to be enabled within the Google Admin Console for
213
+ # the user's Organizational Unit. If these preconditions are not met, changes to
214
+ # this state may be ignored.
205
215
  # @param [String] enterprise_id
206
216
  # The ID of the enterprise.
207
217
  # @param [String] user_id
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-androidenterprise_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.45.0
4
+ version: 0.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidenterprise_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-androidenterprise_v1/v0.45.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidenterprise_v1/v0.46.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidenterprise_v1
62
62
  rdoc_options: []
63
63
  require_paths: