Skip to content

Commit e19eaa0

Browse files
1 parent e81a54b commit e19eaa0

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ public Get set(String parameterName, Object value) {
313313
}
314314
/**
315315
* Lists information about the supported locations for this service. This method lists locations
316-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
316+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
317317
* locations**: If `name` is empty, the method lists the public locations available to all projects.
318318
* * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method
319319
* lists locations visible to that specific project. This includes public, private, or other
@@ -344,7 +344,7 @@ public class List extends OracleDatabaseRequest<com.google.api.services.oracleda
344344

345345
/**
346346
* Lists information about the supported locations for this service. This method lists locations
347-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
347+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
348348
* locations**: If `name` is empty, the method lists the public locations available to all
349349
* projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`,
350350
* the method lists locations visible to that specific project. This includes public, private, or

clients/google-api-services-oracledatabase/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-oracledatabase</artifactId>
11-
<version>v1-rev20260402-2.0.0</version>
12-
<name>Oracle Database@Google Cloud API v1-rev20260402-2.0.0</name>
11+
<version>v1-rev20260415-2.0.0</version>
12+
<name>Oracle Database@Google Cloud API v1-rev20260415-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)