google-apis-androidmanagement_v1 0.108.0 → 0.109.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: 6be5502fbd38b80b4015c3e83e94b40cc858e79e83337768d4e87fc531dcacd9
4
+ data.tar.gz: 1b7a202b2b787f12a0f743cd8d0c5084b9d7476bade8347d40c9c4568e44900f
5
5
  SHA512:
6
- metadata.gz: abbaba0e3051ee801bc336852400a5f002ed02c37a789e57454a2c315215027a4426e8d51449cbc87c62993eb0ad6f5408c296a202efc23e63712e35443d686a
7
- data.tar.gz: 7ab144c8a5f4a9c3e0baa620df01bbb2da721376c86e10eb2c36962fe98efb0955a24b92027e069a4dc0e14f6200a274a0833f4d74c42814fd69860203ca2d34
6
+ metadata.gz: 4e12dc6aab25a9e616c4b7a58f9723b8fe82c137f423e57ec81de4804679bd8c04e6ce621bcd0f8364ea04d6e534236394995c05707264ec28b23da8d5d126b2
7
+ data.tar.gz: e8c08a6af6d249d10a65575d07a1b0a2a085c9572dd1284eb6130660f07e655cdef3a81bf5687468b2683d1bf6d67ed34806de822cee0826d5e2f5550aa3c1f0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.109.0 (2026-02-15)
4
+
5
+ * Regenerated from discovery document revision 20260212
6
+
3
7
  ### v0.108.0 (2026-02-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20260204
@@ -4613,7 +4613,7 @@ module Google
4613
4613
  attr_accessor :network_operator_name
4614
4614
 
4615
4615
  # Provides telephony information associated with each SIM card on the device.
4616
- # Only supported on fully managed devices starting from Android API level 23.
4616
+ # Only supported on fully managed devices starting from Android 6.
4617
4617
  # Corresponds to the JSON property `telephonyInfos`
4618
4618
  # @return [Array<Google::Apis::AndroidmanagementV1::TelephonyInfo>]
4619
4619
  attr_accessor :telephony_infos
@@ -7161,15 +7161,17 @@ module Google
7161
7161
  end
7162
7162
  end
7163
7163
 
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.
7164
+ # Telephony information associated with a given SIM card on the device. This is
7165
+ # supported for all SIM cards on fully managed devices on Android 6 and above.
7166
+ # In addition, this is supported for admin-added eSIMs on all devices for
7167
+ # Android 15 and above.
7166
7168
  class TelephonyInfo
7167
7169
  include Google::Apis::Core::Hashable
7168
7170
 
7169
7171
  # 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.
7172
+ # applicable for eSIMs only. This is supported on all devices for Android 15 and
7173
+ # above. This is always ACTIVATION_STATE_UNSPECIFIED for physical SIMs and for
7174
+ # devices below Android 15.
7173
7175
  # Corresponds to the JSON property `activationState`
7174
7176
  # @return [String]
7175
7177
  attr_accessor :activation_state
@@ -7180,9 +7182,9 @@ module Google
7180
7182
  attr_accessor :carrier_name
7181
7183
 
7182
7184
  # 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.
7185
+ # applicable for eSIMs only. This is supported on all devices for Android 15 and
7186
+ # above. This is always CONFIG_MODE_UNSPECIFIED for physical SIMs and for
7187
+ # devices below Android 15.
7186
7188
  # Corresponds to the JSON property `configMode`
7187
7189
  # @return [String]
7188
7190
  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.109.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 = "20260212"
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.109.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.109.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: