Skip to content

Commit e402e2f

Browse files
1 parent d009537 commit e402e2f

File tree

5 files changed

+39
-33
lines changed

5 files changed

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public final class CloudExadataInfrastructureProperties extends com.google.api.c
6161
private java.lang.Integer computeCount;
6262

6363
/**
64-
* Optional. The number of enabled CPU cores.
64+
* Output only. The number of enabled CPU cores.
6565
* The value may be {@code null}.
6666
*/
6767
@com.google.api.client.util.Key
@@ -82,7 +82,7 @@ public final class CloudExadataInfrastructureProperties extends com.google.api.c
8282
private java.lang.Double dataStorageSizeTb;
8383

8484
/**
85-
* Optional. The local node storage allocated in GBs.
85+
* Output only. The local node storage allocated in GBs.
8686
* The value may be {@code null}.
8787
*/
8888
@com.google.api.client.util.Key
@@ -131,7 +131,7 @@ public final class CloudExadataInfrastructureProperties extends com.google.api.c
131131
private java.lang.Integer maxMemoryGb;
132132

133133
/**
134-
* Optional. The memory allocated in GBs.
134+
* Output only. The memory allocated in GBs.
135135
* The value may be {@code null}.
136136
*/
137137
@com.google.api.client.util.Key
@@ -299,15 +299,15 @@ public CloudExadataInfrastructureProperties setComputeCount(java.lang.Integer co
299299
}
300300

301301
/**
302-
* Optional. The number of enabled CPU cores.
302+
* Output only. The number of enabled CPU cores.
303303
* @return value or {@code null} for none
304304
*/
305305
public java.lang.Integer getCpuCount() {
306306
return cpuCount;
307307
}
308308

309309
/**
310-
* Optional. The number of enabled CPU cores.
310+
* Output only. The number of enabled CPU cores.
311311
* @param cpuCount cpuCount or {@code null} for none
312312
*/
313313
public CloudExadataInfrastructureProperties setCpuCount(java.lang.Integer cpuCount) {
@@ -350,15 +350,15 @@ public CloudExadataInfrastructureProperties setDataStorageSizeTb(java.lang.Doubl
350350
}
351351

352352
/**
353-
* Optional. The local node storage allocated in GBs.
353+
* Output only. The local node storage allocated in GBs.
354354
* @return value or {@code null} for none
355355
*/
356356
public java.lang.Integer getDbNodeStorageSizeGb() {
357357
return dbNodeStorageSizeGb;
358358
}
359359

360360
/**
361-
* Optional. The local node storage allocated in GBs.
361+
* Output only. The local node storage allocated in GBs.
362362
* @param dbNodeStorageSizeGb dbNodeStorageSizeGb or {@code null} for none
363363
*/
364364
public CloudExadataInfrastructureProperties setDbNodeStorageSizeGb(java.lang.Integer dbNodeStorageSizeGb) {
@@ -469,15 +469,15 @@ public CloudExadataInfrastructureProperties setMaxMemoryGb(java.lang.Integer max
469469
}
470470

471471
/**
472-
* Optional. The memory allocated in GBs.
472+
* Output only. The memory allocated in GBs.
473473
* @return value or {@code null} for none
474474
*/
475475
public java.lang.Integer getMemorySizeGb() {
476476
return memorySizeGb;
477477
}
478478

479479
/**
480-
* Optional. The memory allocated in GBs.
480+
* Output only. The memory allocated in GBs.
481481
* @param memorySizeGb memorySizeGb or {@code null} for none
482482
*/
483483
public CloudExadataInfrastructureProperties setMemorySizeGb(java.lang.Integer memorySizeGb) {

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

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,47 +33,51 @@
3333
public final class TimeOfDay extends com.google.api.client.json.GenericJson {
3434

3535
/**
36-
* Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value
37-
* "24:00:00" for scenarios like business closing time.
36+
* Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less
37+
* than or equal to 23. An API may choose to allow the value "24:00:00" for scenarios like
38+
* business closing time.
3839
* The value may be {@code null}.
3940
*/
4041
@com.google.api.client.util.Key
4142
private java.lang.Integer hours;
4243

4344
/**
44-
* Minutes of hour of day. Must be from 0 to 59.
45+
* Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
4546
* The value may be {@code null}.
4647
*/
4748
@com.google.api.client.util.Key
4849
private java.lang.Integer minutes;
4950

5051
/**
51-
* Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
52+
* Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal
53+
* to 999,999,999.
5254
* The value may be {@code null}.
5355
*/
5456
@com.google.api.client.util.Key
5557
private java.lang.Integer nanos;
5658

5759
/**
58-
* Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if
59-
* it allows leap-seconds.
60+
* Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or
61+
* equal to 59. An API may allow the value 60 if it allows leap-seconds.
6062
* The value may be {@code null}.
6163
*/
6264
@com.google.api.client.util.Key
6365
private java.lang.Integer seconds;
6466

6567
/**
66-
* Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value
67-
* "24:00:00" for scenarios like business closing time.
68+
* Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less
69+
* than or equal to 23. An API may choose to allow the value "24:00:00" for scenarios like
70+
* business closing time.
6871
* @return value or {@code null} for none
6972
*/
7073
public java.lang.Integer getHours() {
7174
return hours;
7275
}
7376

7477
/**
75-
* Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value
76-
* "24:00:00" for scenarios like business closing time.
78+
* Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less
79+
* than or equal to 23. An API may choose to allow the value "24:00:00" for scenarios like
80+
* business closing time.
7781
* @param hours hours or {@code null} for none
7882
*/
7983
public TimeOfDay setHours(java.lang.Integer hours) {
@@ -82,15 +86,15 @@ public TimeOfDay setHours(java.lang.Integer hours) {
8286
}
8387

8488
/**
85-
* Minutes of hour of day. Must be from 0 to 59.
89+
* Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
8690
* @return value or {@code null} for none
8791
*/
8892
public java.lang.Integer getMinutes() {
8993
return minutes;
9094
}
9195

9296
/**
93-
* Minutes of hour of day. Must be from 0 to 59.
97+
* Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
9498
* @param minutes minutes or {@code null} for none
9599
*/
96100
public TimeOfDay setMinutes(java.lang.Integer minutes) {
@@ -99,15 +103,17 @@ public TimeOfDay setMinutes(java.lang.Integer minutes) {
99103
}
100104

101105
/**
102-
* Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
106+
* Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal
107+
* to 999,999,999.
103108
* @return value or {@code null} for none
104109
*/
105110
public java.lang.Integer getNanos() {
106111
return nanos;
107112
}
108113

109114
/**
110-
* Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
115+
* Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal
116+
* to 999,999,999.
111117
* @param nanos nanos or {@code null} for none
112118
*/
113119
public TimeOfDay setNanos(java.lang.Integer nanos) {
@@ -116,17 +122,17 @@ public TimeOfDay setNanos(java.lang.Integer nanos) {
116122
}
117123

118124
/**
119-
* Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if
120-
* it allows leap-seconds.
125+
* Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or
126+
* equal to 59. An API may allow the value 60 if it allows leap-seconds.
121127
* @return value or {@code null} for none
122128
*/
123129
public java.lang.Integer getSeconds() {
124130
return seconds;
125131
}
126132

127133
/**
128-
* Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if
129-
* it allows leap-seconds.
134+
* Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or
135+
* equal to 59. An API may allow the value 60 if it allows leap-seconds.
130136
* @param seconds seconds or {@code null} for none
131137
*/
132138
public TimeOfDay setSeconds(java.lang.Integer seconds) {

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

0 commit comments

Comments
 (0)