Skip to content

Commit 80f1e7c

Browse files
1 parent 79310ba commit 80f1e7c

File tree

5 files changed

+18
-15
lines changed

5 files changed

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

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ public final class CloudExadataInfrastructure extends com.google.api.client.json
5454
private java.lang.String entitlementId;
5555

5656
/**
57-
* Optional. Google Cloud Platform location where Oracle Exadata is hosted.
57+
* Optional. The GCP Oracle zone where Oracle Exadata Infrastructure is hosted. Example: us-
58+
* east4-b-r2. If not specified, the system will pick a zone based on availability.
5859
* The value may be {@code null}.
5960
*/
6061
@com.google.api.client.util.Key
@@ -136,15 +137,17 @@ public CloudExadataInfrastructure setEntitlementId(java.lang.String entitlementI
136137
}
137138

138139
/**
139-
* Optional. Google Cloud Platform location where Oracle Exadata is hosted.
140+
* Optional. The GCP Oracle zone where Oracle Exadata Infrastructure is hosted. Example: us-
141+
* east4-b-r2. If not specified, the system will pick a zone based on availability.
140142
* @return value or {@code null} for none
141143
*/
142144
public java.lang.String getGcpOracleZone() {
143145
return gcpOracleZone;
144146
}
145147

146148
/**
147-
* Optional. Google Cloud Platform location where Oracle Exadata is hosted.
149+
* Optional. The GCP Oracle zone where Oracle Exadata Infrastructure is hosted. Example: us-
150+
* east4-b-r2. If not specified, the system will pick a zone based on availability.
148151
* @param gcpOracleZone gcpOracleZone or {@code null} for none
149152
*/
150153
public CloudExadataInfrastructure setGcpOracleZone(java.lang.String gcpOracleZone) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ public final class CloudVmCluster extends com.google.api.client.json.GenericJson
7777
private java.lang.String exadataInfrastructure;
7878

7979
/**
80-
* Output only. Google Cloud Platform location where Oracle Exadata is hosted. It is same as
81-
* Google Cloud Platform Oracle zone of Exadata infrastructure.
80+
* Output only. The GCP Oracle zone where Oracle CloudVmCluster is hosted. This will be the same
81+
* as the gcp_oracle_zone of the CloudExadataInfrastructure. Example: us-east4-b-r2.
8282
* The value may be {@code null}.
8383
*/
8484
@com.google.api.client.util.Key
@@ -239,17 +239,17 @@ public CloudVmCluster setExadataInfrastructure(java.lang.String exadataInfrastru
239239
}
240240

241241
/**
242-
* Output only. Google Cloud Platform location where Oracle Exadata is hosted. It is same as
243-
* Google Cloud Platform Oracle zone of Exadata infrastructure.
242+
* Output only. The GCP Oracle zone where Oracle CloudVmCluster is hosted. This will be the same
243+
* as the gcp_oracle_zone of the CloudExadataInfrastructure. Example: us-east4-b-r2.
244244
* @return value or {@code null} for none
245245
*/
246246
public java.lang.String getGcpOracleZone() {
247247
return gcpOracleZone;
248248
}
249249

250250
/**
251-
* Output only. Google Cloud Platform location where Oracle Exadata is hosted. It is same as
252-
* Google Cloud Platform Oracle zone of Exadata infrastructure.
251+
* Output only. The GCP Oracle zone where Oracle CloudVmCluster is hosted. This will be the same
252+
* as the gcp_oracle_zone of the CloudExadataInfrastructure. Example: us-east4-b-r2.
253253
* @param gcpOracleZone gcpOracleZone or {@code null} for none
254254
*/
255255
public CloudVmCluster setGcpOracleZone(java.lang.String gcpOracleZone) {

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

0 commit comments

Comments
 (0)