From f8c8d57f41ed910704783cf6a1c67764df7e4709 Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Fri, 20 Feb 2026 12:53:39 -0800
Subject: [PATCH] chore: regenerate androidmanagement client
---
.../v1/2.0.0/README.md | 4 +--
.../v1/AndroidManagement.java | 5 ++--
.../v1/model/ApplicationSigningKeyCert.java | 10 +++----
.../model/GoogleAuthenticationSettings.java | 12 ++++++--
.../v1/model/NetworkInfo.java | 6 ++--
.../v1/model/TelephonyInfo.java | 29 ++++++++++---------
.../v1/2.0.0/pom.xml | 4 +--
.../v1/README.md | 4 +--
8 files changed, 40 insertions(+), 34 deletions(-)
diff --git a/clients/google-api-services-androidmanagement/v1/2.0.0/README.md b/clients/google-api-services-androidmanagement/v1/2.0.0/README.md
index 7773f277eef..342c68ddd7c 100644
--- a/clients/google-api-services-androidmanagement/v1/2.0.0/README.md
+++ b/clients/google-api-services-androidmanagement/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
diff --git a/clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/model/GoogleAuthenticationSettings.java b/clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/model/GoogleAuthenticationSettings.java
index c9287573f31..3baa3649241 100644
--- a/clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/model/GoogleAuthenticationSettings.java
+++ b/clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/model/GoogleAuthenticationSettings.java
@@ -35,7 +35,9 @@ public final class GoogleAuthenticationSettings extends com.google.api.client.js
* admin can specify if Google authentication is enabled for the enterprise for knowledge worker
* devices. This value can be set only via the Google Admin Console. Google authentication can be
* used with signin_url In the case where Google authentication is required and a signin_url is
- * specified, Google authentication will be launched before signin_url.
+ * specified, Google authentication will be launched before signin_url. This value is overridden
+ * by EnrollmentToken.googleAuthenticationOptions and SigninDetail.googleAuthenticationOptions, if
+ * they are set.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -46,7 +48,9 @@ public final class GoogleAuthenticationSettings extends com.google.api.client.js
* admin can specify if Google authentication is enabled for the enterprise for knowledge worker
* devices. This value can be set only via the Google Admin Console. Google authentication can be
* used with signin_url In the case where Google authentication is required and a signin_url is
- * specified, Google authentication will be launched before signin_url.
+ * specified, Google authentication will be launched before signin_url. This value is overridden
+ * by EnrollmentToken.googleAuthenticationOptions and SigninDetail.googleAuthenticationOptions, if
+ * they are set.
* @return value or {@code null} for none
*/
public java.lang.String getGoogleAuthenticationRequired() {
@@ -58,7 +62,9 @@ public java.lang.String getGoogleAuthenticationRequired() {
* admin can specify if Google authentication is enabled for the enterprise for knowledge worker
* devices. This value can be set only via the Google Admin Console. Google authentication can be
* used with signin_url In the case where Google authentication is required and a signin_url is
- * specified, Google authentication will be launched before signin_url.
+ * specified, Google authentication will be launched before signin_url. This value is overridden
+ * by EnrollmentToken.googleAuthenticationOptions and SigninDetail.googleAuthenticationOptions, if
+ * they are set.
* @param googleAuthenticationRequired googleAuthenticationRequired or {@code null} for none
*/
public GoogleAuthenticationSettings setGoogleAuthenticationRequired(java.lang.String googleAuthenticationRequired) {
diff --git a/clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/model/NetworkInfo.java b/clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/model/NetworkInfo.java
index 5239f1e9943..2f686de90f2 100644
--- a/clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/model/NetworkInfo.java
+++ b/clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/model/NetworkInfo.java
@@ -53,7 +53,7 @@ public final class NetworkInfo extends com.google.api.client.json.GenericJson {
/**
* Provides telephony information associated with each SIM card on the device. Only supported on
- * fully managed devices starting from Android API level 23.
+ * fully managed devices starting from Android 6.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -119,7 +119,7 @@ public NetworkInfo setNetworkOperatorName(java.lang.String networkOperatorName)
/**
* Provides telephony information associated with each SIM card on the device. Only supported on
- * fully managed devices starting from Android API level 23.
+ * fully managed devices starting from Android 6.
* @return value or {@code null} for none
*/
public java.util.List This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Android Management API. For a detailed explanation
@@ -33,8 +34,8 @@ public final class TelephonyInfo extends com.google.api.client.json.GenericJson
/**
* Output only. Activation state of the SIM card on the device. This is applicable for eSIMs only.
- * This is supported on all devices for API level 35 and above. This is always
- * ACTIVATION_STATE_UNSPECIFIED for physical SIMs and for devices below API level 35.
+ * This is supported on all devices for Android 15 and above. This is always
+ * ACTIVATION_STATE_UNSPECIFIED for physical SIMs and for devices below Android 15.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -49,8 +50,8 @@ public final class TelephonyInfo extends com.google.api.client.json.GenericJson
/**
* Output only. The configuration mode of the SIM card on the device. This is applicable for eSIMs
- * only. This is supported on all devices for API level 35 and above. This is always
- * CONFIG_MODE_UNSPECIFIED for physical SIMs and for devices below API level 35.
+ * only. This is supported on all devices for Android 15 and above. This is always
+ * CONFIG_MODE_UNSPECIFIED for physical SIMs and for devices below Android 15.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -72,8 +73,8 @@ public final class TelephonyInfo extends com.google.api.client.json.GenericJson
/**
* Output only. Activation state of the SIM card on the device. This is applicable for eSIMs only.
- * This is supported on all devices for API level 35 and above. This is always
- * ACTIVATION_STATE_UNSPECIFIED for physical SIMs and for devices below API level 35.
+ * This is supported on all devices for Android 15 and above. This is always
+ * ACTIVATION_STATE_UNSPECIFIED for physical SIMs and for devices below Android 15.
* @return value or {@code null} for none
*/
public java.lang.String getActivationState() {
@@ -82,8 +83,8 @@ public java.lang.String getActivationState() {
/**
* Output only. Activation state of the SIM card on the device. This is applicable for eSIMs only.
- * This is supported on all devices for API level 35 and above. This is always
- * ACTIVATION_STATE_UNSPECIFIED for physical SIMs and for devices below API level 35.
+ * This is supported on all devices for Android 15 and above. This is always
+ * ACTIVATION_STATE_UNSPECIFIED for physical SIMs and for devices below Android 15.
* @param activationState activationState or {@code null} for none
*/
public TelephonyInfo setActivationState(java.lang.String activationState) {
@@ -110,8 +111,8 @@ public TelephonyInfo setCarrierName(java.lang.String carrierName) {
/**
* Output only. The configuration mode of the SIM card on the device. This is applicable for eSIMs
- * only. This is supported on all devices for API level 35 and above. This is always
- * CONFIG_MODE_UNSPECIFIED for physical SIMs and for devices below API level 35.
+ * only. This is supported on all devices for Android 15 and above. This is always
+ * CONFIG_MODE_UNSPECIFIED for physical SIMs and for devices below Android 15.
* @return value or {@code null} for none
*/
public java.lang.String getConfigMode() {
@@ -120,8 +121,8 @@ public java.lang.String getConfigMode() {
/**
* Output only. The configuration mode of the SIM card on the device. This is applicable for eSIMs
- * only. This is supported on all devices for API level 35 and above. This is always
- * CONFIG_MODE_UNSPECIFIED for physical SIMs and for devices below API level 35.
+ * only. This is supported on all devices for Android 15 and above. This is always
+ * CONFIG_MODE_UNSPECIFIED for physical SIMs and for devices below Android 15.
* @param configMode configMode or {@code null} for none
*/
public TelephonyInfo setConfigMode(java.lang.String configMode) {
diff --git a/clients/google-api-services-androidmanagement/v1/2.0.0/pom.xml b/clients/google-api-services-androidmanagement/v1/2.0.0/pom.xml
index 3a71f8c2ac6..88e3d59b926 100644
--- a/clients/google-api-services-androidmanagement/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-androidmanagement/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@