Skip to content

Commit 7444d07

Browse files
1 parent fca4f6d commit 7444d07

File tree

4 files changed

+72
-15
lines changed

4 files changed

+72
-15
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-rev20260320-2.0.0</version>
25+
<version>v1-rev20260330-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-rev20260320-2.0.0'
38+
implementation 'com.google.apis:google-api-services-oracledatabase:v1-rev20260330-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 66 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ public final class AutonomousDatabaseProperties extends com.google.api.client.js
232232
private java.lang.Boolean isAutoScalingEnabled;
233233

234234
/**
235-
* Output only. This field indicates whether the Autonomous Database has local (in-region) Data
236-
* Guard enabled.
235+
* Output only. Deprecated: Please use `local_data_guard_enabled` instead. This field indicates
236+
* whether the Autonomous Database has local (in-region) Data Guard enabled.
237237
* The value may be {@code null}.
238238
*/
239239
@com.google.api.client.util.Key
@@ -262,13 +262,30 @@ public final class AutonomousDatabaseProperties extends com.google.api.client.js
262262
private java.lang.String lifecycleDetails;
263263

264264
/**
265-
* Output only. This field indicates the maximum data loss limit for an Autonomous Database, in
265+
* Output only. Deprecated: Please use `local_adg_auto_failover_max_data_loss_limit_duration`
266+
* instead. This field indicates the maximum data loss limit for an Autonomous Database, in
266267
* seconds.
267268
* The value may be {@code null}.
268269
*/
269270
@com.google.api.client.util.Key
270271
private java.lang.Integer localAdgAutoFailoverMaxDataLossLimit;
271272

273+
/**
274+
* Optional. This field indicates the maximum data loss limit for an Autonomous Database, in
275+
* seconds.
276+
* The value may be {@code null}.
277+
*/
278+
@com.google.api.client.util.Key
279+
private java.lang.Integer localAdgAutoFailoverMaxDataLossLimitDuration;
280+
281+
/**
282+
* Optional. Indicates whether the Autonomous Database has a local (in-region) standby database.
283+
* Not applicable to cross-region Data Guard or dedicated Exadata infrastructure.
284+
* The value may be {@code null}.
285+
*/
286+
@com.google.api.client.util.Key
287+
private java.lang.Boolean localDataGuardEnabled;
288+
272289
/**
273290
* Output only. This field indicates the local disaster recovery (DR) type of an Autonomous
274291
* Database.
@@ -976,17 +993,17 @@ public AutonomousDatabaseProperties setIsAutoScalingEnabled(java.lang.Boolean is
976993
}
977994

978995
/**
979-
* Output only. This field indicates whether the Autonomous Database has local (in-region) Data
980-
* Guard enabled.
996+
* Output only. Deprecated: Please use `local_data_guard_enabled` instead. This field indicates
997+
* whether the Autonomous Database has local (in-region) Data Guard enabled.
981998
* @return value or {@code null} for none
982999
*/
9831000
public java.lang.Boolean getIsLocalDataGuardEnabled() {
9841001
return isLocalDataGuardEnabled;
9851002
}
9861003

9871004
/**
988-
* Output only. This field indicates whether the Autonomous Database has local (in-region) Data
989-
* Guard enabled.
1005+
* Output only. Deprecated: Please use `local_data_guard_enabled` instead. This field indicates
1006+
* whether the Autonomous Database has local (in-region) Data Guard enabled.
9901007
* @param isLocalDataGuardEnabled isLocalDataGuardEnabled or {@code null} for none
9911008
*/
9921009
public AutonomousDatabaseProperties setIsLocalDataGuardEnabled(java.lang.Boolean isLocalDataGuardEnabled) {
@@ -1048,7 +1065,8 @@ public AutonomousDatabaseProperties setLifecycleDetails(java.lang.String lifecyc
10481065
}
10491066

10501067
/**
1051-
* Output only. This field indicates the maximum data loss limit for an Autonomous Database, in
1068+
* Output only. Deprecated: Please use `local_adg_auto_failover_max_data_loss_limit_duration`
1069+
* instead. This field indicates the maximum data loss limit for an Autonomous Database, in
10521070
* seconds.
10531071
* @return value or {@code null} for none
10541072
*/
@@ -1057,7 +1075,8 @@ public java.lang.Integer getLocalAdgAutoFailoverMaxDataLossLimit() {
10571075
}
10581076

10591077
/**
1060-
* Output only. This field indicates the maximum data loss limit for an Autonomous Database, in
1078+
* Output only. Deprecated: Please use `local_adg_auto_failover_max_data_loss_limit_duration`
1079+
* instead. This field indicates the maximum data loss limit for an Autonomous Database, in
10611080
* seconds.
10621081
* @param localAdgAutoFailoverMaxDataLossLimit localAdgAutoFailoverMaxDataLossLimit or {@code null} for none
10631082
*/
@@ -1066,6 +1085,44 @@ public AutonomousDatabaseProperties setLocalAdgAutoFailoverMaxDataLossLimit(java
10661085
return this;
10671086
}
10681087

1088+
/**
1089+
* Optional. This field indicates the maximum data loss limit for an Autonomous Database, in
1090+
* seconds.
1091+
* @return value or {@code null} for none
1092+
*/
1093+
public java.lang.Integer getLocalAdgAutoFailoverMaxDataLossLimitDuration() {
1094+
return localAdgAutoFailoverMaxDataLossLimitDuration;
1095+
}
1096+
1097+
/**
1098+
* Optional. This field indicates the maximum data loss limit for an Autonomous Database, in
1099+
* seconds.
1100+
* @param localAdgAutoFailoverMaxDataLossLimitDuration localAdgAutoFailoverMaxDataLossLimitDuration or {@code null} for none
1101+
*/
1102+
public AutonomousDatabaseProperties setLocalAdgAutoFailoverMaxDataLossLimitDuration(java.lang.Integer localAdgAutoFailoverMaxDataLossLimitDuration) {
1103+
this.localAdgAutoFailoverMaxDataLossLimitDuration = localAdgAutoFailoverMaxDataLossLimitDuration;
1104+
return this;
1105+
}
1106+
1107+
/**
1108+
* Optional. Indicates whether the Autonomous Database has a local (in-region) standby database.
1109+
* Not applicable to cross-region Data Guard or dedicated Exadata infrastructure.
1110+
* @return value or {@code null} for none
1111+
*/
1112+
public java.lang.Boolean getLocalDataGuardEnabled() {
1113+
return localDataGuardEnabled;
1114+
}
1115+
1116+
/**
1117+
* Optional. Indicates whether the Autonomous Database has a local (in-region) standby database.
1118+
* Not applicable to cross-region Data Guard or dedicated Exadata infrastructure.
1119+
* @param localDataGuardEnabled localDataGuardEnabled or {@code null} for none
1120+
*/
1121+
public AutonomousDatabaseProperties setLocalDataGuardEnabled(java.lang.Boolean localDataGuardEnabled) {
1122+
this.localDataGuardEnabled = localDataGuardEnabled;
1123+
return this;
1124+
}
1125+
10691126
/**
10701127
* Output only. This field indicates the local disaster recovery (DR) type of an Autonomous
10711128
* Database.

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

0 commit comments

Comments
 (0)