Skip to content

Commit 93ecaf0

Browse files
chore: regenerate sqladmin client
1 parent c9b52c1 commit 93ecaf0

4 files changed

Lines changed: 45 additions & 6 deletions

File tree

clients/google-api-services-sqladmin/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-sqladmin</artifactId>
25-
<version>v1-rev20260627-2.0.0</version>
25+
<version>v1-rev20260703-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-sqladmin:v1-rev20260627-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sqladmin:v1-rev20260703-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-sqladmin/v1/2.0.0/com/google/api/services/sqladmin/model/ExecuteSqlPayload.java

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,18 @@ public final class ExecuteSqlPayload extends com.google.api.client.json.GenericJ
6161
@com.google.api.client.util.Key
6262
private java.lang.String partialResultMode;
6363

64+
/**
65+
* Optional. The resource name of the Secret Manager secret holding the password for the user to
66+
* log into the database. The secret should be created using the regional endpoint (for API) or
67+
* from the Regional Secrets page (for UI), and stored in the same region as the Cloud SQL
68+
* instance. The expected resource name format is
69+
* `projects/{project}/locations/{location}/secrets/{secret}/versions/{secret_version}`. Used
70+
* together with the `user` field. The secret resource name will not be stored.
71+
* The value may be {@code null}.
72+
*/
73+
@com.google.api.client.util.Key
74+
private java.lang.String passwordSecretVersion;
75+
6476
/**
6577
* Optional. The maximum number of rows returned per SQL statement.
6678
* The value may be {@code null}.
@@ -160,6 +172,33 @@ public ExecuteSqlPayload setPartialResultMode(java.lang.String partialResultMode
160172
return this;
161173
}
162174

175+
/**
176+
* Optional. The resource name of the Secret Manager secret holding the password for the user to
177+
* log into the database. The secret should be created using the regional endpoint (for API) or
178+
* from the Regional Secrets page (for UI), and stored in the same region as the Cloud SQL
179+
* instance. The expected resource name format is
180+
* `projects/{project}/locations/{location}/secrets/{secret}/versions/{secret_version}`. Used
181+
* together with the `user` field. The secret resource name will not be stored.
182+
* @return value or {@code null} for none
183+
*/
184+
public java.lang.String getPasswordSecretVersion() {
185+
return passwordSecretVersion;
186+
}
187+
188+
/**
189+
* Optional. The resource name of the Secret Manager secret holding the password for the user to
190+
* log into the database. The secret should be created using the regional endpoint (for API) or
191+
* from the Regional Secrets page (for UI), and stored in the same region as the Cloud SQL
192+
* instance. The expected resource name format is
193+
* `projects/{project}/locations/{location}/secrets/{secret}/versions/{secret_version}`. Used
194+
* together with the `user` field. The secret resource name will not be stored.
195+
* @param passwordSecretVersion passwordSecretVersion or {@code null} for none
196+
*/
197+
public ExecuteSqlPayload setPasswordSecretVersion(java.lang.String passwordSecretVersion) {
198+
this.passwordSecretVersion = passwordSecretVersion;
199+
return this;
200+
}
201+
163202
/**
164203
* Optional. The maximum number of rows returned per SQL statement.
165204
* @return value or {@code null} for none

clients/google-api-services-sqladmin/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-sqladmin</artifactId>
11-
<version>v1-rev20260627-2.0.0</version>
12-
<name>Cloud SQL Admin API v1-rev20260627-2.0.0</name>
11+
<version>v1-rev20260703-2.0.0</version>
12+
<name>Cloud SQL Admin API v1-rev20260703-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-sqladmin/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-sqladmin</artifactId>
25-
<version>v1-rev20260627-2.0.0</version>
25+
<version>v1-rev20260703-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-sqladmin:v1-rev20260627-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sqladmin:v1-rev20260703-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)