Skip to content

Commit eae8c99

Browse files
1 parent 05d75a7 commit eae8c99

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
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-rev20241009-2.0.0</version>
25+
<version>v1-rev20241210-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-rev20241009-2.0.0'
38+
implementation 'com.google.apis:google-api-services-oracledatabase:v1-rev20241210-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
@@ -4845,7 +4845,7 @@ public class Operations {
48454845
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
48464846
* methods to check whether the cancellation succeeded or whether the operation completed despite
48474847
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
4848-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
4848+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
48494849
* `Code.CANCELLED`.
48504850
*
48514851
* Create a request for the method "operations.cancel".
@@ -4876,7 +4876,7 @@ public class Cancel extends OracleDatabaseRequest<com.google.api.services.oracle
48764876
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
48774877
* methods to check whether the cancellation succeeded or whether the operation completed despite
48784878
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
4879-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
4879+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
48804880
* `Code.CANCELLED`.
48814881
*
48824882
* Create a request for the method "operations.cancel".

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public final class CloudVmClusterProperties extends com.google.api.client.json.G
243243
private java.lang.Integer storageSizeGb;
244244

245245
/**
246-
* Output only. Operating system version of the image.
246+
* Optional. Operating system version of the image.
247247
* The value may be {@code null}.
248248
*/
249249
@com.google.api.client.util.Key
@@ -771,15 +771,15 @@ public CloudVmClusterProperties setStorageSizeGb(java.lang.Integer storageSizeGb
771771
}
772772

773773
/**
774-
* Output only. Operating system version of the image.
774+
* Optional. Operating system version of the image.
775775
* @return value or {@code null} for none
776776
*/
777777
public java.lang.String getSystemVersion() {
778778
return systemVersion;
779779
}
780780

781781
/**
782-
* Output only. Operating system version of the image.
782+
* Optional. Operating system version of the image.
783783
* @param systemVersion systemVersion or {@code null} for none
784784
*/
785785
public CloudVmClusterProperties setSystemVersion(java.lang.String systemVersion) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,29 +31,29 @@
3131
public final class TimeZone extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* IANA Time Zone Database time zone, e.g. "America/New_York".
34+
* IANA Time Zone Database time zone. For example "America/New_York".
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.String id;
3939

4040
/**
41-
* Optional. IANA Time Zone Database version number, e.g. "2019a".
41+
* Optional. IANA Time Zone Database version number. For example "2019a".
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
4545
private java.lang.String version;
4646

4747
/**
48-
* IANA Time Zone Database time zone, e.g. "America/New_York".
48+
* IANA Time Zone Database time zone. For example "America/New_York".
4949
* @return value or {@code null} for none
5050
*/
5151
public java.lang.String getId() {
5252
return id;
5353
}
5454

5555
/**
56-
* IANA Time Zone Database time zone, e.g. "America/New_York".
56+
* IANA Time Zone Database time zone. For example "America/New_York".
5757
* @param id id or {@code null} for none
5858
*/
5959
public TimeZone setId(java.lang.String id) {
@@ -62,15 +62,15 @@ public TimeZone setId(java.lang.String id) {
6262
}
6363

6464
/**
65-
* Optional. IANA Time Zone Database version number, e.g. "2019a".
65+
* Optional. IANA Time Zone Database version number. For example "2019a".
6666
* @return value or {@code null} for none
6767
*/
6868
public java.lang.String getVersion() {
6969
return version;
7070
}
7171

7272
/**
73-
* Optional. IANA Time Zone Database version number, e.g. "2019a".
73+
* Optional. IANA Time Zone Database version number. For example "2019a".
7474
* @param version version or {@code null} for none
7575
*/
7676
public TimeZone setVersion(java.lang.String version) {

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

Lines changed: 3 additions & 3 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-rev20241009-2.0.0</version>
12-
<name>Oracle Database@Google Cloud API v1-rev20241009-2.0.0</name>
11+
<version>v1-rev20241210-2.0.0</version>
12+
<name>Oracle Database@Google Cloud API v1-rev20241210-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.45.0/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.45.2/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.36.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.0/</link>
9696
</links>

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

0 commit comments

Comments
 (0)