Skip to content

Commit 1357dc6

Browse files
1 parent 0c8072d commit 1357dc6

File tree

4 files changed

+33
-6
lines changed

4 files changed

+33
-6
lines changed

clients/google-api-services-sqladmin/v1beta4/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>v1beta4-rev20251006-2.0.0</version>
25+
<version>v1beta4-rev20251019-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:v1beta4-rev20251006-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sqladmin:v1beta4-rev20251019-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-sqladmin/v1beta4/2.0.0/com/google/api/services/sqladmin/model/Settings.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,14 @@ public final class Settings extends com.google.api.client.json.GenericJson {
122122
@com.google.api.client.util.Key
123123
private java.lang.Boolean crashSafeReplicationEnabled;
124124

125+
/**
126+
* This parameter controls whether to allow using Data API to connect to the instance. Not allowed
127+
* by default.
128+
* The value may be {@code null}.
129+
*/
130+
@com.google.api.client.util.Key
131+
private java.lang.String dataApiAccess;
132+
125133
/**
126134
* Configuration for data cache.
127135
* The value may be {@code null}.
@@ -591,6 +599,25 @@ public Settings setCrashSafeReplicationEnabled(java.lang.Boolean crashSafeReplic
591599
return this;
592600
}
593601

602+
/**
603+
* This parameter controls whether to allow using Data API to connect to the instance. Not allowed
604+
* by default.
605+
* @return value or {@code null} for none
606+
*/
607+
public java.lang.String getDataApiAccess() {
608+
return dataApiAccess;
609+
}
610+
611+
/**
612+
* This parameter controls whether to allow using Data API to connect to the instance. Not allowed
613+
* by default.
614+
* @param dataApiAccess dataApiAccess or {@code null} for none
615+
*/
616+
public Settings setDataApiAccess(java.lang.String dataApiAccess) {
617+
this.dataApiAccess = dataApiAccess;
618+
return this;
619+
}
620+
594621
/**
595622
* Configuration for data cache.
596623
* @return value or {@code null} for none

clients/google-api-services-sqladmin/v1beta4/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>v1beta4-rev20251006-2.0.0</version>
12-
<name>Cloud SQL Admin API v1beta4-rev20251006-2.0.0</name>
11+
<version>v1beta4-rev20251019-2.0.0</version>
12+
<name>Cloud SQL Admin API v1beta4-rev20251019-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-sqladmin/v1beta4/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>v1beta4-rev20251006-2.0.0</version>
25+
<version>v1beta4-rev20251019-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:v1beta4-rev20251006-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sqladmin:v1beta4-rev20251019-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)