@@ -45,9 +45,9 @@ class TelephonyInfo extends \Google\Model
4545 public const CONFIG_MODE_USER_CONFIGURED = 'USER_CONFIGURED ' ;
4646 /**
4747 * Output only. Activation state of the SIM card on the device. This is
48- * applicable for eSIMs only. This is supported on all devices for API level
49- * 35 and above. This is always ACTIVATION_STATE_UNSPECIFIED for physical SIMs
50- * and for devices below API level 35 .
48+ * applicable for eSIMs only. This is supported on all devices for Android 15
49+ * and above. This is always ACTIVATION_STATE_UNSPECIFIED for physical SIMs
50+ * and for devices below Android 15 .
5151 *
5252 * @var string
5353 */
@@ -60,9 +60,9 @@ class TelephonyInfo extends \Google\Model
6060 public $ carrierName ;
6161 /**
6262 * Output only. The configuration mode of the SIM card on the device. This is
63- * applicable for eSIMs only. This is supported on all devices for API level
64- * 35 and above. This is always CONFIG_MODE_UNSPECIFIED for physical SIMs and
65- * for devices below API level 35 .
63+ * applicable for eSIMs only. This is supported on all devices for Android 15
64+ * and above. This is always CONFIG_MODE_UNSPECIFIED for physical SIMs and for
65+ * devices below Android 15 .
6666 *
6767 * @var string
6868 */
@@ -82,9 +82,9 @@ class TelephonyInfo extends \Google\Model
8282
8383 /**
8484 * Output only. Activation state of the SIM card on the device. This is
85- * applicable for eSIMs only. This is supported on all devices for API level
86- * 35 and above. This is always ACTIVATION_STATE_UNSPECIFIED for physical SIMs
87- * and for devices below API level 35 .
85+ * applicable for eSIMs only. This is supported on all devices for Android 15
86+ * and above. This is always ACTIVATION_STATE_UNSPECIFIED for physical SIMs
87+ * and for devices below Android 15 .
8888 *
8989 * Accepted values: ACTIVATION_STATE_UNSPECIFIED, ACTIVATED, NOT_ACTIVATED
9090 *
@@ -119,9 +119,9 @@ public function getCarrierName()
119119 }
120120 /**
121121 * Output only. The configuration mode of the SIM card on the device. This is
122- * applicable for eSIMs only. This is supported on all devices for API level
123- * 35 and above. This is always CONFIG_MODE_UNSPECIFIED for physical SIMs and
124- * for devices below API level 35 .
122+ * applicable for eSIMs only. This is supported on all devices for Android 15
123+ * and above. This is always CONFIG_MODE_UNSPECIFIED for physical SIMs and for
124+ * devices below Android 15 .
125125 *
126126 * Accepted values: CONFIG_MODE_UNSPECIFIED, ADMIN_CONFIGURED, USER_CONFIGURED
127127 *
0 commit comments