Skip to content

Commit e1e4ead

Browse files
chore: regenerate oracledatabase client
1 parent 6af6682 commit e1e4ead

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

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

+2-2
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-oracledatabase</artifactId>
25-
<version>v1-rev20250205-2.0.0</version>
25+
<version>v1-rev20250223-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-oracledatabase:v1-rev20250205-2.0.0'
38+
implementation 'com.google.apis:google-api-services-oracledatabase:v1-rev20250223-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/model/AutonomousDatabase.java

+6-6
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public final class AutonomousDatabase extends com.google.api.client.json.Generic
3939
private java.lang.String adminPassword;
4040

4141
/**
42-
* Required. The subnet CIDR range for the Autonmous Database.
42+
* Optional. The subnet CIDR range for the Autonmous Database.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -91,7 +91,7 @@ public final class AutonomousDatabase extends com.google.api.client.json.Generic
9191
private java.lang.String name;
9292

9393
/**
94-
* Required. The name of the VPC network used by the Autonomous Database in the following format:
94+
* Optional. The name of the VPC network used by the Autonomous Database in the following format:
9595
* projects/{project}/global/networks/{network}
9696
* The value may be {@code null}.
9797
*/
@@ -123,15 +123,15 @@ public AutonomousDatabase setAdminPassword(java.lang.String adminPassword) {
123123
}
124124

125125
/**
126-
* Required. The subnet CIDR range for the Autonmous Database.
126+
* Optional. The subnet CIDR range for the Autonmous Database.
127127
* @return value or {@code null} for none
128128
*/
129129
public java.lang.String getCidr() {
130130
return cidr;
131131
}
132132

133133
/**
134-
* Required. The subnet CIDR range for the Autonmous Database.
134+
* Optional. The subnet CIDR range for the Autonmous Database.
135135
* @param cidr cidr or {@code null} for none
136136
*/
137137
public AutonomousDatabase setCidr(java.lang.String cidr) {
@@ -248,7 +248,7 @@ public AutonomousDatabase setName(java.lang.String name) {
248248
}
249249

250250
/**
251-
* Required. The name of the VPC network used by the Autonomous Database in the following format:
251+
* Optional. The name of the VPC network used by the Autonomous Database in the following format:
252252
* projects/{project}/global/networks/{network}
253253
* @return value or {@code null} for none
254254
*/
@@ -257,7 +257,7 @@ public java.lang.String getNetwork() {
257257
}
258258

259259
/**
260-
* Required. The name of the VPC network used by the Autonomous Database in the following format:
260+
* Optional. The name of the VPC network used by the Autonomous Database in the following format:
261261
* projects/{project}/global/networks/{network}
262262
* @param network network or {@code null} for none
263263
*/

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-oracledatabase</artifactId>
11-
<version>v1-rev20250205-2.0.0</version>
12-
<name>Oracle Database@Google Cloud API v1-rev20250205-2.0.0</name>
11+
<version>v1-rev20250223-2.0.0</version>
12+
<name>Oracle Database@Google Cloud API v1-rev20250223-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,7 +90,7 @@
9090
<windowtitle>Oracle Database@Google Cloud API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.46.1/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.46.3/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.38.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>

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

+2-2
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-oracledatabase</artifactId>
25-
<version>v1-rev20250205-2.0.0</version>
25+
<version>v1-rev20250223-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-oracledatabase:v1-rev20250205-2.0.0'
38+
implementation 'com.google.apis:google-api-services-oracledatabase:v1-rev20250223-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)