From a0676ab6f297b942c51e36f9f922d4d4be3e99f5 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Thu, 12 Feb 2026 18:18:16 -0800 Subject: [PATCH] chore: regenerate sqladmin client --- .../v1/2.0.0/README.md | 4 +- .../api/services/sqladmin/SQLAdmin.java | 31 +++++++++- .../services/sqladmin/model/CloneContext.java | 60 +++++++++++++++++++ .../sqladmin/model/DnsNameMapping.java | 30 +++++++++- .../sqladmin/model/ExecuteSqlPayload.java | 30 ++++++++++ .../sqladmin/model/InsightsConfig.java | 24 ++++++++ .../v1/2.0.0/pom.xml | 4 +- .../google-api-services-sqladmin/v1/README.md | 4 +- .../v1beta4/2.0.0/README.md | 4 +- .../api/services/sqladmin/SQLAdmin.java | 21 +++++-- .../services/sqladmin/model/CloneContext.java | 60 +++++++++++++++++++ .../sqladmin/model/DnsNameMapping.java | 30 +++++++++- .../sqladmin/model/ExecuteSqlPayload.java | 30 ++++++++++ .../sqladmin/model/InsightsConfig.java | 24 ++++++++ .../v1beta4/2.0.0/pom.xml | 4 +- .../v1beta4/README.md | 4 +- 16 files changed, 337 insertions(+), 27 deletions(-) diff --git a/clients/google-api-services-sqladmin/v1/2.0.0/README.md b/clients/google-api-services-sqladmin/v1/2.0.0/README.md index adfac2f37e7..7b4af1cd7e7 100644 --- a/clients/google-api-services-sqladmin/v1/2.0.0/README.md +++ b/clients/google-api-services-sqladmin/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-sqladmin - v1-rev20251201-2.0.0 + v1-rev20260204-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-sqladmin:v1-rev20251201-2.0.0' + implementation 'com.google.apis:google-api-services-sqladmin:v1-rev20260204-2.0.0' } ``` diff --git a/clients/google-api-services-sqladmin/v1/2.0.0/com/google/api/services/sqladmin/SQLAdmin.java b/clients/google-api-services-sqladmin/v1/2.0.0/com/google/api/services/sqladmin/SQLAdmin.java index 7383ba9c6ff..00e302c19ef 100644 --- a/clients/google-api-services-sqladmin/v1/2.0.0/com/google/api/services/sqladmin/SQLAdmin.java +++ b/clients/google-api-services-sqladmin/v1/2.0.0/com/google/api/services/sqladmin/SQLAdmin.java @@ -103,7 +103,7 @@ public class SQLAdmin extends com.google.api.client.googleapis.services.json.Abs * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport} *
  • Android: {@code newCompatibleTransport} from * {@code com.google.api.client.extensions.android.http.AndroidHttp}
  • - *
  • Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()} + *
  • Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
  • * * * @param jsonFactory JSON factory, which may be: @@ -11464,6 +11464,32 @@ public Update setName(java.lang.String name) { return this; } + /** + * Optional. Specifies whether to revoke existing roles that are not present in the + * `database_roles` field. If `false` or unset, the database roles specified in + * `database_roles` are added to the user's existing roles. + */ + @com.google.api.client.util.Key + private java.lang.Boolean revokeExistingRoles; + + /** Optional. Specifies whether to revoke existing roles that are not present in the `database_roles` + field. If `false` or unset, the database roles specified in `database_roles` are added to the + user's existing roles. + */ + public java.lang.Boolean getRevokeExistingRoles() { + return revokeExistingRoles; + } + + /** + * Optional. Specifies whether to revoke existing roles that are not present in the + * `database_roles` field. If `false` or unset, the database roles specified in + * `database_roles` are added to the user's existing roles. + */ + public Update setRevokeExistingRoles(java.lang.Boolean revokeExistingRoles) { + this.revokeExistingRoles = revokeExistingRoles; + return this; + } + @Override public Update set(String parameterName, Object value) { return (Update) super.set(parameterName, value); @@ -11504,8 +11530,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport} *
  • Android: {@code newCompatibleTransport} from * {@code com.google.api.client.extensions.android.http.AndroidHttp}
  • - *
  • Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()} - *
  • + *
  • Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
  • * * @param jsonFactory JSON factory, which may be: * * @param jsonFactory JSON factory, which may be: @@ -11467,17 +11467,27 @@ public Update setName(java.lang.String name) { return this; } - /** Optional. revoke the existing roles granted to the user. */ + /** + * Optional. Specifies whether to revoke existing roles that are not present in the + * `database_roles` field. If `false` or unset, the database roles specified in + * `database_roles` are added to the user's existing roles. + */ @com.google.api.client.util.Key private java.lang.Boolean revokeExistingRoles; - /** Optional. revoke the existing roles granted to the user. + /** Optional. Specifies whether to revoke existing roles that are not present in the `database_roles` + field. If `false` or unset, the database roles specified in `database_roles` are added to the + user's existing roles. */ public java.lang.Boolean getRevokeExistingRoles() { return revokeExistingRoles; } - /** Optional. revoke the existing roles granted to the user. */ + /** + * Optional. Specifies whether to revoke existing roles that are not present in the + * `database_roles` field. If `false` or unset, the database roles specified in + * `database_roles` are added to the user's existing roles. + */ public Update setRevokeExistingRoles(java.lang.Boolean revokeExistingRoles) { this.revokeExistingRoles = revokeExistingRoles; return this; @@ -11523,8 +11533,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport} *
  • Android: {@code newCompatibleTransport} from * {@code com.google.api.client.extensions.android.http.AndroidHttp}
  • - *
  • Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()} - *
  • + *
  • Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
  • * * @param jsonFactory JSON factory, which may be: *