google-apis-androidmanagement_v1 0.107.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: 3a0ded13d915b92f960723e318567c8e0f77eb5678d667fccf83d4cb57ca2adf
4
- data.tar.gz: 4d4ded8af30c82c6ccb42d90e331a3c22ff1c51ba508a1dd37cd5a1f26d9f4c2
3
+ metadata.gz: 6be5502fbd38b80b4015c3e83e94b40cc858e79e83337768d4e87fc531dcacd9
4
+ data.tar.gz: 1b7a202b2b787f12a0f743cd8d0c5084b9d7476bade8347d40c9c4568e44900f
5
5
  SHA512:
6
- metadata.gz: bc577647d77447791f8ba4f7ffabcb70825533e2c7e8439fa49b9b2eacdd54b8706337afc8c54b012dfaef08485982cf71129b965ee38ce847f29469c64f99b7
7
- data.tar.gz: e3f889890a78a030363f08fb9b2416f69a944028ef6cd20fb119f66abbd682d19ad98a4f708b963e10b0d6a0441629207c9c034ce97054aac2ea15161943d1ba
6
+ metadata.gz: 4e12dc6aab25a9e616c4b7a58f9723b8fe82c137f423e57ec81de4804679bd8c04e6ce621bcd0f8364ea04d6e534236394995c05707264ec28b23da8d5d126b2
7
+ data.tar.gz: e8c08a6af6d249d10a65575d07a1b0a2a085c9572dd1284eb6130660f07e655cdef3a81bf5687468b2683d1bf6d67ed34806de822cee0826d5e2f5550aa3c1f0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.108.0 (2026-02-08)
8
+
9
+ * Regenerated from discovery document revision 20260204
10
+
3
11
  ### v0.107.0 (2026-02-01)
4
12
 
5
13
  * Regenerated from discovery document revision 20260127
@@ -1160,8 +1160,7 @@ module Google
1160
1160
  include Google::Apis::Core::Hashable
1161
1161
 
1162
1162
  # Required. The SHA-256 hash value of the signing key certificate of the app.
1163
- # This must be a valid SHA-256 hash value, i.e. 32 bytes. Otherwise, the policy
1164
- # is rejected.
1163
+ # This must be a valid SHA-256 hash value, i.e. 32 bytes.
1165
1164
  # Corresponds to the JSON property `signingKeyCertFingerprintSha256`
1166
1165
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
1167
1166
  # @return [String]
@@ -4614,7 +4613,7 @@ module Google
4614
4613
  attr_accessor :network_operator_name
4615
4614
 
4616
4615
  # Provides telephony information associated with each SIM card on the device.
4617
- # Only supported on fully managed devices starting from Android API level 23.
4616
+ # Only supported on fully managed devices starting from Android 6.
4618
4617
  # Corresponds to the JSON property `telephonyInfos`
4619
4618
  # @return [Array<Google::Apis::AndroidmanagementV1::TelephonyInfo>]
4620
4619
  attr_accessor :telephony_infos
@@ -7162,15 +7161,17 @@ module Google
7162
7161
  end
7163
7162
  end
7164
7163
 
7165
- # Telephony information associated with a given SIM card on the device. Only
7166
- # 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.
7167
7168
  class TelephonyInfo
7168
7169
  include Google::Apis::Core::Hashable
7169
7170
 
7170
7171
  # Output only. Activation state of the SIM card on the device. This is
7171
- # applicable for eSIMs only. This is supported on all devices for API level 35
7172
- # and above. This is always ACTIVATION_STATE_UNSPECIFIED for physical SIMs and
7173
- # 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.
7174
7175
  # Corresponds to the JSON property `activationState`
7175
7176
  # @return [String]
7176
7177
  attr_accessor :activation_state
@@ -7181,9 +7182,9 @@ module Google
7181
7182
  attr_accessor :carrier_name
7182
7183
 
7183
7184
  # Output only. The configuration mode of the SIM card on the device. This is
7184
- # applicable for eSIMs only. This is supported on all devices for API level 35
7185
- # and above. This is always CONFIG_MODE_UNSPECIFIED for physical SIMs and for
7186
- # 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.
7187
7188
  # Corresponds to the JSON property `configMode`
7188
7189
  # @return [String]
7189
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.107.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 = "20260127"
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.107.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.107.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: