Skip to content

Commit 1ffafbe

Browse files
1 parent 90ad783 commit 1ffafbe

File tree

6 files changed

+33
-10
lines changed

6 files changed

+33
-10
lines changed

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-rev20250428-2.0.0</version>
25+
<version>v1-rev20250430-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-rev20250428-2.0.0'
38+
implementation 'com.google.apis:google-api-services-oracledatabase:v1-rev20250430-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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5352,6 +5352,29 @@ public List setParent(java.lang.String parent) {
53525352
return this;
53535353
}
53545354

5355+
/**
5356+
* Optional. An expression for filtering the results of the request. Only the shape and
5357+
* gi_version fields are supported in this format: `shape="{shape}"`.
5358+
*/
5359+
@com.google.api.client.util.Key
5360+
private java.lang.String filter;
5361+
5362+
/** Optional. An expression for filtering the results of the request. Only the shape and gi_version
5363+
fields are supported in this format: `shape="{shape}"`.
5364+
*/
5365+
public java.lang.String getFilter() {
5366+
return filter;
5367+
}
5368+
5369+
/**
5370+
* Optional. An expression for filtering the results of the request. Only the shape and
5371+
* gi_version fields are supported in this format: `shape="{shape}"`.
5372+
*/
5373+
public List setFilter(java.lang.String filter) {
5374+
this.filter = filter;
5375+
return this;
5376+
}
5377+
53555378
/**
53565379
* Optional. The maximum number of items to return. If unspecified, a maximum of 50 Oracle
53575380
* Grid Infrastructure (GI) versions will be returned. The maximum value is 1000; values

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

Lines changed: 3 additions & 3 deletions
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-
* Optional. The subnet CIDR range for the Autonmous Database.
42+
* Optional. The subnet CIDR range for the Autonomous Database.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -147,15 +147,15 @@ public AutonomousDatabase setAdminPassword(java.lang.String adminPassword) {
147147
}
148148

149149
/**
150-
* Optional. The subnet CIDR range for the Autonmous Database.
150+
* Optional. The subnet CIDR range for the Autonomous Database.
151151
* @return value or {@code null} for none
152152
*/
153153
public java.lang.String getCidr() {
154154
return cidr;
155155
}
156156

157157
/**
158-
* Optional. The subnet CIDR range for the Autonmous Database.
158+
* Optional. The subnet CIDR range for the Autonomous Database.
159159
* @param cidr cidr or {@code null} for none
160160
*/
161161
public AutonomousDatabase setCidr(java.lang.String cidr) {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.oracledatabase.v1.model;
1818

1919
/**
20-
* The source configuration for the standby Autonomnous Database.
20+
* The source configuration for the standby Autonomous Database.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Oracle Database@Google Cloud API. For a detailed

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-rev20250428-2.0.0</version>
12-
<name>Oracle Database@Google Cloud API v1-rev20250428-2.0.0</name>
11+
<version>v1-rev20250430-2.0.0</version>
12+
<name>Oracle Database@Google Cloud API v1-rev20250430-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-rev20250428-2.0.0</version>
25+
<version>v1-rev20250430-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-rev20250428-2.0.0'
38+
implementation 'com.google.apis:google-api-services-oracledatabase:v1-rev20250430-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)