google-apis-androidmanagement_v1 0.108.0 → 0.110.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: 71ad3c404fcdccab2e112d459614e599c71d97aa3d9a2e2162f94680b92b6861
4
- data.tar.gz: aa67cac8028aa15e06f7e41593d25f3b06c8b3e99914d45f45f36fed3857504e
3
+ metadata.gz: 41dac4f1e6b197d9d30fe112348456be8532530f4fabcaea96d8dd8f1e5df68a
4
+ data.tar.gz: 4fa021d4e53b304a77b1c1901d4fbe9d197135e06fe85372564445472fc37a23
5
5
  SHA512:
6
- metadata.gz: abbaba0e3051ee801bc336852400a5f002ed02c37a789e57454a2c315215027a4426e8d51449cbc87c62993eb0ad6f5408c296a202efc23e63712e35443d686a
7
- data.tar.gz: 7ab144c8a5f4a9c3e0baa620df01bbb2da721376c86e10eb2c36962fe98efb0955a24b92027e069a4dc0e14f6200a274a0833f4d74c42814fd69860203ca2d34
6
+ metadata.gz: 18d4ad12c65013ec90adc56fd43df1288f192ecd311510c92db3598d047fffaaf43a4e3332da371cc8aa501b30ac44a42c4e78a493d9dac7ed687d941e793b8d
7
+ data.tar.gz: 267c61f3a80eb30f4e662c28187ec8e2c5052033533d64cade330072d207098a3e048075be57b592d886eae5669cea6a0dc5debd9ff83e5764176d07069ad332
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.110.0 (2026-02-22)
4
+
5
+ * Regenerated from discovery document revision 20260219
6
+
7
+ ### v0.109.0 (2026-02-15)
8
+
9
+ * Regenerated from discovery document revision 20260212
10
+
3
11
  ### v0.108.0 (2026-02-08)
4
12
 
5
13
  * Regenerated from discovery document revision 20260204
@@ -3348,7 +3348,9 @@ module Google
3348
3348
  # via the Google Admin Console. Google authentication can be used with
3349
3349
  # signin_url In the case where Google authentication is required and a
3350
3350
  # signin_url is specified, Google authentication will be launched before
3351
- # signin_url.
3351
+ # signin_url. This value is overridden by EnrollmentToken.
3352
+ # googleAuthenticationOptions and SigninDetail.googleAuthenticationOptions, if
3353
+ # they are set.
3352
3354
  # Corresponds to the JSON property `googleAuthenticationRequired`
3353
3355
  # @return [String]
3354
3356
  attr_accessor :google_authentication_required
@@ -4613,7 +4615,7 @@ module Google
4613
4615
  attr_accessor :network_operator_name
4614
4616
 
4615
4617
  # Provides telephony information associated with each SIM card on the device.
4616
- # Only supported on fully managed devices starting from Android API level 23.
4618
+ # Only supported on fully managed devices starting from Android 6.
4617
4619
  # Corresponds to the JSON property `telephonyInfos`
4618
4620
  # @return [Array<Google::Apis::AndroidmanagementV1::TelephonyInfo>]
4619
4621
  attr_accessor :telephony_infos
@@ -7161,15 +7163,17 @@ module Google
7161
7163
  end
7162
7164
  end
7163
7165
 
7164
- # Telephony information associated with a given SIM card on the device. Only
7165
- # supported on fully managed devices starting from Android API level 23.
7166
+ # Telephony information associated with a given SIM card on the device. This is
7167
+ # supported for all SIM cards on fully managed devices on Android 6 and above.
7168
+ # In addition, this is supported for admin-added eSIMs on all devices for
7169
+ # Android 15 and above.
7166
7170
  class TelephonyInfo
7167
7171
  include Google::Apis::Core::Hashable
7168
7172
 
7169
7173
  # Output only. Activation state of the SIM card on the device. This is
7170
- # applicable for eSIMs only. This is supported on all devices for API level 35
7171
- # and above. This is always ACTIVATION_STATE_UNSPECIFIED for physical SIMs and
7172
- # for devices below API level 35.
7174
+ # applicable for eSIMs only. This is supported on all devices for Android 15 and
7175
+ # above. This is always ACTIVATION_STATE_UNSPECIFIED for physical SIMs and for
7176
+ # devices below Android 15.
7173
7177
  # Corresponds to the JSON property `activationState`
7174
7178
  # @return [String]
7175
7179
  attr_accessor :activation_state
@@ -7180,9 +7184,9 @@ module Google
7180
7184
  attr_accessor :carrier_name
7181
7185
 
7182
7186
  # Output only. The configuration mode of the SIM card on the device. This is
7183
- # applicable for eSIMs only. This is supported on all devices for API level 35
7184
- # and above. This is always CONFIG_MODE_UNSPECIFIED for physical SIMs and for
7185
- # devices below API level 35.
7187
+ # applicable for eSIMs only. This is supported on all devices for Android 15 and
7188
+ # above. This is always CONFIG_MODE_UNSPECIFIED for physical SIMs and for
7189
+ # devices below Android 15.
7186
7190
  # Corresponds to the JSON property `configMode`
7187
7191
  # @return [String]
7188
7192
  attr_accessor :config_mode
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AndroidmanagementV1
18
18
  # Version of the google-apis-androidmanagement_v1 gem
19
- GEM_VERSION = "0.108.0"
19
+ GEM_VERSION = "0.110.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 = "20260204"
25
+ REVISION = "20260219"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-androidmanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.108.0
4
+ version: 0.110.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-androidmanagement_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.108.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.110.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidmanagement_v1
62
62
  rdoc_options: []
63
63
  require_paths: