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:
*
diff --git a/clients/google-api-services-sqladmin/v1/2.0.0/com/google/api/services/sqladmin/model/CloneContext.java b/clients/google-api-services-sqladmin/v1/2.0.0/com/google/api/services/sqladmin/model/CloneContext.java
index 433886e154e..695a5863e2c 100644
--- a/clients/google-api-services-sqladmin/v1/2.0.0/com/google/api/services/sqladmin/model/CloneContext.java
+++ b/clients/google-api-services-sqladmin/v1/2.0.0/com/google/api/services/sqladmin/model/CloneContext.java
@@ -64,6 +64,24 @@ public final class CloneContext extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private java.lang.String destinationInstanceName;
+ /**
+ * Optional. The fully qualified URI of the VPC network to which the cloned instance will be
+ * connected via Private Services Access for private IP. For example:`projects/my-network-
+ * project/global/networks/my-network`. This field is only required for cross-project cloning.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String destinationNetwork;
+
+ /**
+ * Optional. The project ID of the destination project where the cloned instance will be created.
+ * To perform a cross-project clone, this field is required. If not specified, the clone is
+ * created in the same project as the source instance.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String destinationProject;
+
/**
* This is always `sql#cloneContext`.
* The value may be {@code null}.
@@ -193,6 +211,48 @@ public CloneContext setDestinationInstanceName(java.lang.String destinationInsta
return this;
}
+ /**
+ * Optional. The fully qualified URI of the VPC network to which the cloned instance will be
+ * connected via Private Services Access for private IP. For example:`projects/my-network-
+ * project/global/networks/my-network`. This field is only required for cross-project cloning.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getDestinationNetwork() {
+ return destinationNetwork;
+ }
+
+ /**
+ * Optional. The fully qualified URI of the VPC network to which the cloned instance will be
+ * connected via Private Services Access for private IP. For example:`projects/my-network-
+ * project/global/networks/my-network`. This field is only required for cross-project cloning.
+ * @param destinationNetwork destinationNetwork or {@code null} for none
+ */
+ public CloneContext setDestinationNetwork(java.lang.String destinationNetwork) {
+ this.destinationNetwork = destinationNetwork;
+ return this;
+ }
+
+ /**
+ * Optional. The project ID of the destination project where the cloned instance will be created.
+ * To perform a cross-project clone, this field is required. If not specified, the clone is
+ * created in the same project as the source instance.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getDestinationProject() {
+ return destinationProject;
+ }
+
+ /**
+ * Optional. The project ID of the destination project where the cloned instance will be created.
+ * To perform a cross-project clone, this field is required. If not specified, the clone is
+ * created in the same project as the source instance.
+ * @param destinationProject destinationProject or {@code null} for none
+ */
+ public CloneContext setDestinationProject(java.lang.String destinationProject) {
+ this.destinationProject = destinationProject;
+ return this;
+ }
+
/**
* This is always `sql#cloneContext`.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-sqladmin/v1/2.0.0/com/google/api/services/sqladmin/model/DnsNameMapping.java b/clients/google-api-services-sqladmin/v1/2.0.0/com/google/api/services/sqladmin/model/DnsNameMapping.java
index e31dd73c947..d996bf7f52d 100644
--- a/clients/google-api-services-sqladmin/v1/2.0.0/com/google/api/services/sqladmin/model/DnsNameMapping.java
+++ b/clients/google-api-services-sqladmin/v1/2.0.0/com/google/api/services/sqladmin/model/DnsNameMapping.java
@@ -44,12 +44,19 @@ public final class DnsNameMapping extends com.google.api.client.json.GenericJson
private java.lang.String dnsScope;
/**
- * The DNS name.
+ * Output only. The DNS name.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String name;
+ /**
+ * Output only. The manager for this DNS record.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String recordManager;
+
/**
* Output only. The connection type of the DNS name.
* @return value or {@code null} for none
@@ -85,7 +92,7 @@ public DnsNameMapping setDnsScope(java.lang.String dnsScope) {
}
/**
- * The DNS name.
+ * Output only. The DNS name.
* @return value or {@code null} for none
*/
public java.lang.String getName() {
@@ -93,7 +100,7 @@ public java.lang.String getName() {
}
/**
- * The DNS name.
+ * Output only. The DNS name.
* @param name name or {@code null} for none
*/
public DnsNameMapping setName(java.lang.String name) {
@@ -101,6 +108,23 @@ public DnsNameMapping setName(java.lang.String name) {
return this;
}
+ /**
+ * Output only. The manager for this DNS record.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getRecordManager() {
+ return recordManager;
+ }
+
+ /**
+ * Output only. The manager for this DNS record.
+ * @param recordManager recordManager or {@code null} for none
+ */
+ public DnsNameMapping setRecordManager(java.lang.String recordManager) {
+ this.recordManager = recordManager;
+ return this;
+ }
+
@Override
public DnsNameMapping set(String fieldName, Object value) {
return (DnsNameMapping) super.set(fieldName, value);
diff --git a/clients/google-api-services-sqladmin/v1/2.0.0/com/google/api/services/sqladmin/model/ExecuteSqlPayload.java b/clients/google-api-services-sqladmin/v1/2.0.0/com/google/api/services/sqladmin/model/ExecuteSqlPayload.java
index fd09635748f..32ebb102a38 100644
--- a/clients/google-api-services-sqladmin/v1/2.0.0/com/google/api/services/sqladmin/model/ExecuteSqlPayload.java
+++ b/clients/google-api-services-sqladmin/v1/2.0.0/com/google/api/services/sqladmin/model/ExecuteSqlPayload.java
@@ -29,6 +29,15 @@
@SuppressWarnings("javadoc")
public final class ExecuteSqlPayload extends com.google.api.client.json.GenericJson {
+ /**
+ * Optional. Specifies the name of the application that is making the request. This field is used
+ * for telemetry. Only alphanumeric characters, dashes, and underscores are allowed. The maximum
+ * length is 32 characters.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String application;
+
/**
* Optional. When set to true, the API caller identity associated with the request is used for
* database authentication. The API caller must be an IAM user in the database.
@@ -75,6 +84,27 @@ public final class ExecuteSqlPayload extends com.google.api.client.json.GenericJ
@com.google.api.client.util.Key
private java.lang.String user;
+ /**
+ * Optional. Specifies the name of the application that is making the request. This field is used
+ * for telemetry. Only alphanumeric characters, dashes, and underscores are allowed. The maximum
+ * length is 32 characters.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getApplication() {
+ return application;
+ }
+
+ /**
+ * Optional. Specifies the name of the application that is making the request. This field is used
+ * for telemetry. Only alphanumeric characters, dashes, and underscores are allowed. The maximum
+ * length is 32 characters.
+ * @param application application or {@code null} for none
+ */
+ public ExecuteSqlPayload setApplication(java.lang.String application) {
+ this.application = application;
+ return this;
+ }
+
/**
* Optional. When set to true, the API caller identity associated with the request is used for
* database authentication. The API caller must be an IAM user in the database.
diff --git a/clients/google-api-services-sqladmin/v1/2.0.0/com/google/api/services/sqladmin/model/InsightsConfig.java b/clients/google-api-services-sqladmin/v1/2.0.0/com/google/api/services/sqladmin/model/InsightsConfig.java
index 84deca75327..990048dcc5a 100644
--- a/clients/google-api-services-sqladmin/v1/2.0.0/com/google/api/services/sqladmin/model/InsightsConfig.java
+++ b/clients/google-api-services-sqladmin/v1/2.0.0/com/google/api/services/sqladmin/model/InsightsConfig.java
@@ -30,6 +30,13 @@
@SuppressWarnings("javadoc")
public final class InsightsConfig extends com.google.api.client.json.GenericJson {
+ /**
+ * Optional. Whether enhanced query insights feature is enabled.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Boolean enhancedQueryInsightsEnabled;
+
/**
* Whether Query Insights feature is enabled.
* The value may be {@code null}.
@@ -68,6 +75,23 @@ public final class InsightsConfig extends com.google.api.client.json.GenericJson
@com.google.api.client.util.Key
private java.lang.Boolean recordClientAddress;
+ /**
+ * Optional. Whether enhanced query insights feature is enabled.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Boolean getEnhancedQueryInsightsEnabled() {
+ return enhancedQueryInsightsEnabled;
+ }
+
+ /**
+ * Optional. Whether enhanced query insights feature is enabled.
+ * @param enhancedQueryInsightsEnabled enhancedQueryInsightsEnabled or {@code null} for none
+ */
+ public InsightsConfig setEnhancedQueryInsightsEnabled(java.lang.Boolean enhancedQueryInsightsEnabled) {
+ this.enhancedQueryInsightsEnabled = enhancedQueryInsightsEnabled;
+ return this;
+ }
+
/**
* Whether Query Insights feature is enabled.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-sqladmin/v1/2.0.0/pom.xml b/clients/google-api-services-sqladmin/v1/2.0.0/pom.xml
index b2dc3571a6f..729b1a30407 100644
--- a/clients/google-api-services-sqladmin/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-sqladmin/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-sqladmin
- v1-rev20251201-2.0.0
- Cloud SQL Admin API v1-rev20251201-2.0.0
+ v1-rev20260204-2.0.0
+ Cloud SQL Admin API v1-rev20260204-2.0.0
jar
2011
diff --git a/clients/google-api-services-sqladmin/v1/README.md b/clients/google-api-services-sqladmin/v1/README.md
index adfac2f37e7..7b4af1cd7e7 100644
--- a/clients/google-api-services-sqladmin/v1/README.md
+++ b/clients/google-api-services-sqladmin/v1/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/v1beta4/2.0.0/README.md b/clients/google-api-services-sqladmin/v1beta4/2.0.0/README.md
index 39a9a44f7fb..eb9fd7c76d7 100644
--- a/clients/google-api-services-sqladmin/v1beta4/2.0.0/README.md
+++ b/clients/google-api-services-sqladmin/v1beta4/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
- v1beta4-rev20251201-2.0.0
+ v1beta4-rev20260204-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-sqladmin:v1beta4-rev20251201-2.0.0'
+ implementation 'com.google.apis:google-api-services-sqladmin:v1beta4-rev20260204-2.0.0'
}
```
diff --git a/clients/google-api-services-sqladmin/v1beta4/2.0.0/com/google/api/services/sqladmin/SQLAdmin.java b/clients/google-api-services-sqladmin/v1beta4/2.0.0/com/google/api/services/sqladmin/SQLAdmin.java
index 96bdc6dedc6..57ed32f2894 100644
--- a/clients/google-api-services-sqladmin/v1beta4/2.0.0/com/google/api/services/sqladmin/SQLAdmin.java
+++ b/clients/google-api-services-sqladmin/v1beta4/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:
@@ -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:
*
diff --git a/clients/google-api-services-sqladmin/v1beta4/2.0.0/com/google/api/services/sqladmin/model/CloneContext.java b/clients/google-api-services-sqladmin/v1beta4/2.0.0/com/google/api/services/sqladmin/model/CloneContext.java
index d99240f5238..433226dc80e 100644
--- a/clients/google-api-services-sqladmin/v1beta4/2.0.0/com/google/api/services/sqladmin/model/CloneContext.java
+++ b/clients/google-api-services-sqladmin/v1beta4/2.0.0/com/google/api/services/sqladmin/model/CloneContext.java
@@ -64,6 +64,24 @@ public final class CloneContext extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private java.lang.String destinationInstanceName;
+ /**
+ * Optional. The fully qualified URI of the VPC network to which the cloned instance will be
+ * connected via Private Services Access for private IP. For example:`projects/my-network-
+ * project/global/networks/my-network`. This field is only required for cross-project cloning.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String destinationNetwork;
+
+ /**
+ * Optional. The project ID of the destination project where the cloned instance will be created.
+ * To perform a cross-project clone, this field is required. If not specified, the clone is
+ * created in the same project as the source instance.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String destinationProject;
+
/**
* This is always `sql#cloneContext`.
* The value may be {@code null}.
@@ -192,6 +210,48 @@ public CloneContext setDestinationInstanceName(java.lang.String destinationInsta
return this;
}
+ /**
+ * Optional. The fully qualified URI of the VPC network to which the cloned instance will be
+ * connected via Private Services Access for private IP. For example:`projects/my-network-
+ * project/global/networks/my-network`. This field is only required for cross-project cloning.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getDestinationNetwork() {
+ return destinationNetwork;
+ }
+
+ /**
+ * Optional. The fully qualified URI of the VPC network to which the cloned instance will be
+ * connected via Private Services Access for private IP. For example:`projects/my-network-
+ * project/global/networks/my-network`. This field is only required for cross-project cloning.
+ * @param destinationNetwork destinationNetwork or {@code null} for none
+ */
+ public CloneContext setDestinationNetwork(java.lang.String destinationNetwork) {
+ this.destinationNetwork = destinationNetwork;
+ return this;
+ }
+
+ /**
+ * Optional. The project ID of the destination project where the cloned instance will be created.
+ * To perform a cross-project clone, this field is required. If not specified, the clone is
+ * created in the same project as the source instance.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getDestinationProject() {
+ return destinationProject;
+ }
+
+ /**
+ * Optional. The project ID of the destination project where the cloned instance will be created.
+ * To perform a cross-project clone, this field is required. If not specified, the clone is
+ * created in the same project as the source instance.
+ * @param destinationProject destinationProject or {@code null} for none
+ */
+ public CloneContext setDestinationProject(java.lang.String destinationProject) {
+ this.destinationProject = destinationProject;
+ return this;
+ }
+
/**
* This is always `sql#cloneContext`.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-sqladmin/v1beta4/2.0.0/com/google/api/services/sqladmin/model/DnsNameMapping.java b/clients/google-api-services-sqladmin/v1beta4/2.0.0/com/google/api/services/sqladmin/model/DnsNameMapping.java
index e31dd73c947..d996bf7f52d 100644
--- a/clients/google-api-services-sqladmin/v1beta4/2.0.0/com/google/api/services/sqladmin/model/DnsNameMapping.java
+++ b/clients/google-api-services-sqladmin/v1beta4/2.0.0/com/google/api/services/sqladmin/model/DnsNameMapping.java
@@ -44,12 +44,19 @@ public final class DnsNameMapping extends com.google.api.client.json.GenericJson
private java.lang.String dnsScope;
/**
- * The DNS name.
+ * Output only. The DNS name.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String name;
+ /**
+ * Output only. The manager for this DNS record.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String recordManager;
+
/**
* Output only. The connection type of the DNS name.
* @return value or {@code null} for none
@@ -85,7 +92,7 @@ public DnsNameMapping setDnsScope(java.lang.String dnsScope) {
}
/**
- * The DNS name.
+ * Output only. The DNS name.
* @return value or {@code null} for none
*/
public java.lang.String getName() {
@@ -93,7 +100,7 @@ public java.lang.String getName() {
}
/**
- * The DNS name.
+ * Output only. The DNS name.
* @param name name or {@code null} for none
*/
public DnsNameMapping setName(java.lang.String name) {
@@ -101,6 +108,23 @@ public DnsNameMapping setName(java.lang.String name) {
return this;
}
+ /**
+ * Output only. The manager for this DNS record.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getRecordManager() {
+ return recordManager;
+ }
+
+ /**
+ * Output only. The manager for this DNS record.
+ * @param recordManager recordManager or {@code null} for none
+ */
+ public DnsNameMapping setRecordManager(java.lang.String recordManager) {
+ this.recordManager = recordManager;
+ return this;
+ }
+
@Override
public DnsNameMapping set(String fieldName, Object value) {
return (DnsNameMapping) super.set(fieldName, value);
diff --git a/clients/google-api-services-sqladmin/v1beta4/2.0.0/com/google/api/services/sqladmin/model/ExecuteSqlPayload.java b/clients/google-api-services-sqladmin/v1beta4/2.0.0/com/google/api/services/sqladmin/model/ExecuteSqlPayload.java
index fd09635748f..32ebb102a38 100644
--- a/clients/google-api-services-sqladmin/v1beta4/2.0.0/com/google/api/services/sqladmin/model/ExecuteSqlPayload.java
+++ b/clients/google-api-services-sqladmin/v1beta4/2.0.0/com/google/api/services/sqladmin/model/ExecuteSqlPayload.java
@@ -29,6 +29,15 @@
@SuppressWarnings("javadoc")
public final class ExecuteSqlPayload extends com.google.api.client.json.GenericJson {
+ /**
+ * Optional. Specifies the name of the application that is making the request. This field is used
+ * for telemetry. Only alphanumeric characters, dashes, and underscores are allowed. The maximum
+ * length is 32 characters.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String application;
+
/**
* Optional. When set to true, the API caller identity associated with the request is used for
* database authentication. The API caller must be an IAM user in the database.
@@ -75,6 +84,27 @@ public final class ExecuteSqlPayload extends com.google.api.client.json.GenericJ
@com.google.api.client.util.Key
private java.lang.String user;
+ /**
+ * Optional. Specifies the name of the application that is making the request. This field is used
+ * for telemetry. Only alphanumeric characters, dashes, and underscores are allowed. The maximum
+ * length is 32 characters.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getApplication() {
+ return application;
+ }
+
+ /**
+ * Optional. Specifies the name of the application that is making the request. This field is used
+ * for telemetry. Only alphanumeric characters, dashes, and underscores are allowed. The maximum
+ * length is 32 characters.
+ * @param application application or {@code null} for none
+ */
+ public ExecuteSqlPayload setApplication(java.lang.String application) {
+ this.application = application;
+ return this;
+ }
+
/**
* Optional. When set to true, the API caller identity associated with the request is used for
* database authentication. The API caller must be an IAM user in the database.
diff --git a/clients/google-api-services-sqladmin/v1beta4/2.0.0/com/google/api/services/sqladmin/model/InsightsConfig.java b/clients/google-api-services-sqladmin/v1beta4/2.0.0/com/google/api/services/sqladmin/model/InsightsConfig.java
index 84deca75327..990048dcc5a 100644
--- a/clients/google-api-services-sqladmin/v1beta4/2.0.0/com/google/api/services/sqladmin/model/InsightsConfig.java
+++ b/clients/google-api-services-sqladmin/v1beta4/2.0.0/com/google/api/services/sqladmin/model/InsightsConfig.java
@@ -30,6 +30,13 @@
@SuppressWarnings("javadoc")
public final class InsightsConfig extends com.google.api.client.json.GenericJson {
+ /**
+ * Optional. Whether enhanced query insights feature is enabled.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Boolean enhancedQueryInsightsEnabled;
+
/**
* Whether Query Insights feature is enabled.
* The value may be {@code null}.
@@ -68,6 +75,23 @@ public final class InsightsConfig extends com.google.api.client.json.GenericJson
@com.google.api.client.util.Key
private java.lang.Boolean recordClientAddress;
+ /**
+ * Optional. Whether enhanced query insights feature is enabled.
+ * @return value or {@code null} for none
+ */
+ public java.lang.Boolean getEnhancedQueryInsightsEnabled() {
+ return enhancedQueryInsightsEnabled;
+ }
+
+ /**
+ * Optional. Whether enhanced query insights feature is enabled.
+ * @param enhancedQueryInsightsEnabled enhancedQueryInsightsEnabled or {@code null} for none
+ */
+ public InsightsConfig setEnhancedQueryInsightsEnabled(java.lang.Boolean enhancedQueryInsightsEnabled) {
+ this.enhancedQueryInsightsEnabled = enhancedQueryInsightsEnabled;
+ return this;
+ }
+
/**
* Whether Query Insights feature is enabled.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-sqladmin/v1beta4/2.0.0/pom.xml b/clients/google-api-services-sqladmin/v1beta4/2.0.0/pom.xml
index e0ba67d7d29..b13482a4ae5 100644
--- a/clients/google-api-services-sqladmin/v1beta4/2.0.0/pom.xml
+++ b/clients/google-api-services-sqladmin/v1beta4/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-sqladmin
- v1beta4-rev20251201-2.0.0
- Cloud SQL Admin API v1beta4-rev20251201-2.0.0
+ v1beta4-rev20260204-2.0.0
+ Cloud SQL Admin API v1beta4-rev20260204-2.0.0
jar
2011
diff --git a/clients/google-api-services-sqladmin/v1beta4/README.md b/clients/google-api-services-sqladmin/v1beta4/README.md
index 39a9a44f7fb..eb9fd7c76d7 100644
--- a/clients/google-api-services-sqladmin/v1beta4/README.md
+++ b/clients/google-api-services-sqladmin/v1beta4/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-sqladmin
- v1beta4-rev20251201-2.0.0
+ v1beta4-rev20260204-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-sqladmin:v1beta4-rev20251201-2.0.0'
+ implementation 'com.google.apis:google-api-services-sqladmin:v1beta4-rev20260204-2.0.0'
}
```