Skip to content

Commit 353972d

Browse files
1 parent 8ef5ed1 commit 353972d

File tree

8 files changed

+33
-33
lines changed

8 files changed

+33
-33
lines changed

clients/google-api-services-oracledatabase/v1/2.0.0/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Oracle Database@Google Cloud API Client Library for Java
22

3-
The Oracle Database@Google Cloud API provides set of APIs to manage Oracle databases such as Exadata and Autonomous Databases.
3+
The Oracle Database@Google Cloud API provides a set of APIs to manage Oracle database services, such as Exadata and Autonomous Databases.
44

55
This page contains information about getting started with the Oracle Database@Google Cloud API
66
using the Google API Client Library for Java. In addition, you may be interested
@@ -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-rev20240913-2.0.0</version>
25+
<version>v1-rev20240918-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-rev20240913-2.0.0'
38+
implementation 'com.google.apis:google-api-services-oracledatabase:v1-rev20240918-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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Service definition for OracleDatabase (v1).
2121
*
2222
* <p>
23-
* The Oracle Database@Google Cloud API provides set of APIs to manage Oracle databases such as Exadata and Autonomous Databases.
23+
* The Oracle Database@Google Cloud API provides a set of APIs to manage Oracle database services, such as Exadata and Autonomous Databases.
2424
* </p>
2525
*
2626
* <p>
@@ -535,7 +535,7 @@ public AutonomousDatabaseBackups autonomousDatabaseBackups() {
535535
public class AutonomousDatabaseBackups {
536536

537537
/**
538-
* Lists the long term and automatic backups of an Autonomous Database.
538+
* Lists the long-term and automatic backups of an Autonomous Database.
539539
*
540540
* Create a request for the method "autonomousDatabaseBackups.list".
541541
*
@@ -560,7 +560,7 @@ public class List extends OracleDatabaseRequest<com.google.api.services.oracleda
560560
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+$");
561561

562562
/**
563-
* Lists the long term and automatic backups of an Autonomous Database.
563+
* Lists the long-term and automatic backups of an Autonomous Database.
564564
*
565565
* Create a request for the method "autonomousDatabaseBackups.list".
566566
*
@@ -1386,7 +1386,7 @@ public Delete set(String parameterName, Object value) {
13861386
}
13871387
}
13881388
/**
1389-
* Generates a wallet for a single Autonomous Database.
1389+
* Generates a wallet for an Autonomous Database.
13901390
*
13911391
* Create a request for the method "autonomousDatabases.generateWallet".
13921392
*
@@ -1413,7 +1413,7 @@ public class GenerateWallet extends OracleDatabaseRequest<com.google.api.service
14131413
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$");
14141414

14151415
/**
1416-
* Generates a wallet for a single Autonomous Database.
1416+
* Generates a wallet for an Autonomous Database.
14171417
*
14181418
* Create a request for the method "autonomousDatabases.generateWallet".
14191419
*
@@ -4427,7 +4427,7 @@ public class Entitlements {
44274427
* This request holds the parameters needed by the oracledatabase server. After setting any
44284428
* optional parameters, call the {@link List#execute()} method to invoke the remote operation.
44294429
*
4430-
* @param parent Required. The parent value for Entitlement in the following format:
4430+
* @param parent Required. The parent value for the entitlement in the following format:
44314431
* projects/{project}/locations/{location}.
44324432
* @return the request
44334433
*/
@@ -4454,7 +4454,7 @@ public class List extends OracleDatabaseRequest<com.google.api.services.oracleda
44544454
* {@link List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
44554455
* must be called to initialize this instance immediately after invoking the constructor. </p>
44564456
*
4457-
* @param parent Required. The parent value for Entitlement in the following format:
4457+
* @param parent Required. The parent value for the entitlement in the following format:
44584458
* projects/{project}/locations/{location}.
44594459
* @since 1.13
44604460
*/
@@ -4534,21 +4534,21 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
45344534
}
45354535

45364536
/**
4537-
* Required. The parent value for Entitlement in the following format:
4537+
* Required. The parent value for the entitlement in the following format:
45384538
* projects/{project}/locations/{location}.
45394539
*/
45404540
@com.google.api.client.util.Key
45414541
private java.lang.String parent;
45424542

4543-
/** Required. The parent value for Entitlement in the following format:
4543+
/** Required. The parent value for the entitlement in the following format:
45444544
projects/{project}/locations/{location}.
45454545
*/
45464546
public java.lang.String getParent() {
45474547
return parent;
45484548
}
45494549

45504550
/**
4551-
* Required. The parent value for Entitlement in the following format:
4551+
* Required. The parent value for the entitlement in the following format:
45524552
* projects/{project}/locations/{location}.
45534553
*/
45544554
public List setParent(java.lang.String parent) {

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
@@ -91,7 +91,7 @@ public final class AutonomousDatabase extends com.google.api.client.json.Generic
9191
private java.lang.String name;
9292

9393
/**
94-
* Required. The name of the VPC network used by the Autonomous Database. Format:
94+
* Required. The name of the VPC network used by the Autonomous Database in the following format:
9595
* projects/{project}/global/networks/{network}
9696
* The value may be {@code null}.
9797
*/
@@ -248,7 +248,7 @@ public AutonomousDatabase setName(java.lang.String name) {
248248
}
249249

250250
/**
251-
* Required. The name of the VPC network used by the Autonomous Database. Format:
251+
* Required. The name of the VPC network used by the Autonomous Database in the following format:
252252
* projects/{project}/global/networks/{network}
253253
* @return value or {@code null} for none
254254
*/
@@ -257,7 +257,7 @@ public java.lang.String getNetwork() {
257257
}
258258

259259
/**
260-
* Required. The name of the VPC network used by the Autonomous Database. Format:
260+
* Required. The name of the VPC network used by the Autonomous Database in the following format:
261261
* projects/{project}/global/networks/{network}
262262
* @param network network or {@code null} for none
263263
*/

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

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

5656
/**
57-
* Optional. GCP location where Oracle Exadata is hosted.
57+
* Optional. Google Cloud Platform location where Oracle Exadata is hosted.
5858
* The value may be {@code null}.
5959
*/
6060
@com.google.api.client.util.Key
@@ -136,15 +136,15 @@ public CloudExadataInfrastructure setEntitlementId(java.lang.String entitlementI
136136
}
137137

138138
/**
139-
* Optional. GCP location where Oracle Exadata is hosted.
139+
* Optional. Google Cloud Platform location where Oracle Exadata is hosted.
140140
* @return value or {@code null} for none
141141
*/
142142
public java.lang.String getGcpOracleZone() {
143143
return gcpOracleZone;
144144
}
145145

146146
/**
147-
* Optional. GCP location where Oracle Exadata is hosted.
147+
* Optional. Google Cloud Platform location where Oracle Exadata is hosted.
148148
* @param gcpOracleZone gcpOracleZone or {@code null} for none
149149
*/
150150
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
@@ -69,8 +69,8 @@ public final class CloudVmCluster extends com.google.api.client.json.GenericJson
6969
private java.lang.String exadataInfrastructure;
7070

7171
/**
72-
* Output only. GCP location where Oracle Exadata is hosted. It is same as GCP Oracle zone of
73-
* Exadata infrastructure.
72+
* Output only. Google Cloud Platform location where Oracle Exadata is hosted. It is same as
73+
* Google Cloud Platform Oracle zone of Exadata infrastructure.
7474
* The value may be {@code null}.
7575
*/
7676
@com.google.api.client.util.Key
@@ -195,17 +195,17 @@ public CloudVmCluster setExadataInfrastructure(java.lang.String exadataInfrastru
195195
}
196196

197197
/**
198-
* Output only. GCP location where Oracle Exadata is hosted. It is same as GCP Oracle zone of
199-
* Exadata infrastructure.
198+
* Output only. Google Cloud Platform location where Oracle Exadata is hosted. It is same as
199+
* Google Cloud Platform Oracle zone of Exadata infrastructure.
200200
* @return value or {@code null} for none
201201
*/
202202
public java.lang.String getGcpOracleZone() {
203203
return gcpOracleZone;
204204
}
205205

206206
/**
207-
* Output only. GCP location where Oracle Exadata is hosted. It is same as GCP Oracle zone of
208-
* Exadata infrastructure.
207+
* Output only. Google Cloud Platform location where Oracle Exadata is hosted. It is same as
208+
* Google Cloud Platform Oracle zone of Exadata infrastructure.
209209
* @param gcpOracleZone gcpOracleZone or {@code null} for none
210210
*/
211211
public CloudVmCluster setGcpOracleZone(java.lang.String gcpOracleZone) {

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

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

3333
/**
34-
* Output only. GCP Oracle zones in a location.
34+
* Output only. Google Cloud Platform Oracle zones in a location.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.util.List<java.lang.String> gcpOracleZones;
3939

4040
/**
41-
* Output only. GCP Oracle zones in a location.
41+
* Output only. Google Cloud Platform Oracle zones in a location.
4242
* @return value or {@code null} for none
4343
*/
4444
public java.util.List<java.lang.String> getGcpOracleZones() {
4545
return gcpOracleZones;
4646
}
4747

4848
/**
49-
* Output only. GCP Oracle zones in a location.
49+
* Output only. Google Cloud Platform Oracle zones in a location.
5050
* @param gcpOracleZones gcpOracleZones or {@code null} for none
5151
*/
5252
public LocationMetadata setGcpOracleZones(java.util.List<java.lang.String> gcpOracleZones) {

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-rev20240913-2.0.0</version>
12-
<name>Oracle Database@Google Cloud API v1-rev20240913-2.0.0</name>
11+
<version>v1-rev20240918-2.0.0</version>
12+
<name>Oracle Database@Google Cloud API v1-rev20240918-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-oracledatabase/v1/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Oracle Database@Google Cloud API Client Library for Java
22

3-
The Oracle Database@Google Cloud API provides set of APIs to manage Oracle databases such as Exadata and Autonomous Databases.
3+
The Oracle Database@Google Cloud API provides a set of APIs to manage Oracle database services, such as Exadata and Autonomous Databases.
44

55
This page contains information about getting started with the Oracle Database@Google Cloud API
66
using the Google API Client Library for Java. In addition, you may be interested
@@ -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-rev20240913-2.0.0</version>
25+
<version>v1-rev20240918-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-rev20240913-2.0.0'
38+
implementation 'com.google.apis:google-api-services-oracledatabase:v1-rev20240918-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)