Skip to content

Commit 4fba81e

Browse files
chore: regenerate oracledatabase client
1 parent 5ec85f7 commit 4fba81e

File tree

8 files changed

+146
-125
lines changed

8 files changed

+146
-125
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-rev20251117-2.0.0</version>
25+
<version>v1-rev20260127-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-rev20251117-2.0.0'
38+
implementation 'com.google.apis:google-api-services-oracledatabase:v1-rev20260127-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: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,10 @@ public Get set(String parameterName, Object value) {
312312
}
313313
}
314314
/**
315-
* Lists information about the supported locations for this service.
315+
* Lists information about the supported locations for this service. This method can be called in
316+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
317+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
318+
* public locations as well as private or other locations specifically visible to the project.
316319
*
317320
* Create a request for the method "locations.list".
318321
*
@@ -336,7 +339,10 @@ public class List extends OracleDatabaseRequest<com.google.api.services.oracleda
336339
java.util.regex.Pattern.compile("^projects/[^/]+$");
337340

338341
/**
339-
* Lists information about the supported locations for this service.
342+
* Lists information about the supported locations for this service. This method can be called in
343+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
344+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
345+
* public locations as well as private or other locations specifically visible to the project.
340346
*
341347
* Create a request for the method "locations.list".
342348
*

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

Lines changed: 45 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
public final class AutonomousDatabase extends com.google.api.client.json.GenericJson {
3333

3434
/**
35-
* Optional. The password for the default ADMIN user.
35+
* Optional. Immutable. The password for the default ADMIN user.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
3939
private java.lang.String adminPassword;
4040

4141
/**
42-
* Optional. The subnet CIDR range for the Autonomous Database.
42+
* Optional. Immutable. The subnet CIDR range for the Autonomous Database.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -53,8 +53,9 @@ public final class AutonomousDatabase extends com.google.api.client.json.Generic
5353
private String createTime;
5454

5555
/**
56-
* Optional. The name of the Autonomous Database. The database name must be unique in the project.
57-
* The name must begin with a letter and can contain a maximum of 30 alphanumeric characters.
56+
* Optional. Immutable. The name of the Autonomous Database. The database name must be unique in
57+
* the project. The name must begin with a letter and can contain a maximum of 30 alphanumeric
58+
* characters.
5859
* The value may be {@code null}.
5960
*/
6061
@com.google.api.client.util.Key
@@ -69,8 +70,8 @@ public final class AutonomousDatabase extends com.google.api.client.json.Generic
6970
private java.util.List<java.lang.String> disasterRecoverySupportedLocations;
7071

7172
/**
72-
* Optional. The display name for the Autonomous Database. The name does not have to be unique
73-
* within your project.
73+
* Optional. Immutable. The display name for the Autonomous Database. The name does not have to be
74+
* unique within your project.
7475
* The value may be {@code null}.
7576
*/
7677
@com.google.api.client.util.Key
@@ -99,24 +100,24 @@ public final class AutonomousDatabase extends com.google.api.client.json.Generic
99100
private java.lang.String name;
100101

101102
/**
102-
* Optional. The name of the VPC network used by the Autonomous Database in the following format:
103-
* projects/{project}/global/networks/{network}
103+
* Optional. Immutable. The name of the VPC network used by the Autonomous Database in the
104+
* following format: projects/{project}/global/networks/{network}
104105
* The value may be {@code null}.
105106
*/
106107
@com.google.api.client.util.Key
107108
private java.lang.String network;
108109

109110
/**
110-
* Optional. The name of the OdbNetwork associated with the Autonomous Database. Format:
111-
* projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if
111+
* Optional. Immutable. The name of the OdbNetwork associated with the Autonomous Database.
112+
* Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if
112113
* specified, this should match the parent ODBNetwork of the OdbSubnet.
113114
* The value may be {@code null}.
114115
*/
115116
@com.google.api.client.util.Key
116117
private java.lang.String odbNetwork;
117118

118119
/**
119-
* Optional. The name of the OdbSubnet associated with the Autonomous Database. Format:
120+
* Optional. Immutable. The name of the OdbSubnet associated with the Autonomous Database. Format:
120121
* projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
121122
* The value may be {@code null}.
122123
*/
@@ -138,24 +139,24 @@ public final class AutonomousDatabase extends com.google.api.client.json.Generic
138139
private AutonomousDatabaseProperties properties;
139140

140141
/**
141-
* Optional. The source Autonomous Database configuration for the standby Autonomous Database. The
142-
* source Autonomous Database is configured while creating the Peer Autonomous Database and can't
143-
* be updated after creation.
142+
* Optional. Immutable. The source Autonomous Database configuration for the standby Autonomous
143+
* Database. The source Autonomous Database is configured while creating the Peer Autonomous
144+
* Database and can't be updated after creation.
144145
* The value may be {@code null}.
145146
*/
146147
@com.google.api.client.util.Key
147148
private SourceConfig sourceConfig;
148149

149150
/**
150-
* Optional. The password for the default ADMIN user.
151+
* Optional. Immutable. The password for the default ADMIN user.
151152
* @return value or {@code null} for none
152153
*/
153154
public java.lang.String getAdminPassword() {
154155
return adminPassword;
155156
}
156157

157158
/**
158-
* Optional. The password for the default ADMIN user.
159+
* Optional. Immutable. The password for the default ADMIN user.
159160
* @param adminPassword adminPassword or {@code null} for none
160161
*/
161162
public AutonomousDatabase setAdminPassword(java.lang.String adminPassword) {
@@ -164,15 +165,15 @@ public AutonomousDatabase setAdminPassword(java.lang.String adminPassword) {
164165
}
165166

166167
/**
167-
* Optional. The subnet CIDR range for the Autonomous Database.
168+
* Optional. Immutable. The subnet CIDR range for the Autonomous Database.
168169
* @return value or {@code null} for none
169170
*/
170171
public java.lang.String getCidr() {
171172
return cidr;
172173
}
173174

174175
/**
175-
* Optional. The subnet CIDR range for the Autonomous Database.
176+
* Optional. Immutable. The subnet CIDR range for the Autonomous Database.
176177
* @param cidr cidr or {@code null} for none
177178
*/
178179
public AutonomousDatabase setCidr(java.lang.String cidr) {
@@ -198,17 +199,19 @@ public AutonomousDatabase setCreateTime(String createTime) {
198199
}
199200

200201
/**
201-
* Optional. The name of the Autonomous Database. The database name must be unique in the project.
202-
* The name must begin with a letter and can contain a maximum of 30 alphanumeric characters.
202+
* Optional. Immutable. The name of the Autonomous Database. The database name must be unique in
203+
* the project. The name must begin with a letter and can contain a maximum of 30 alphanumeric
204+
* characters.
203205
* @return value or {@code null} for none
204206
*/
205207
public java.lang.String getDatabase() {
206208
return database;
207209
}
208210

209211
/**
210-
* Optional. The name of the Autonomous Database. The database name must be unique in the project.
211-
* The name must begin with a letter and can contain a maximum of 30 alphanumeric characters.
212+
* Optional. Immutable. The name of the Autonomous Database. The database name must be unique in
213+
* the project. The name must begin with a letter and can contain a maximum of 30 alphanumeric
214+
* characters.
212215
* @param database database or {@code null} for none
213216
*/
214217
public AutonomousDatabase setDatabase(java.lang.String database) {
@@ -236,17 +239,17 @@ public AutonomousDatabase setDisasterRecoverySupportedLocations(java.util.List<j
236239
}
237240

238241
/**
239-
* Optional. The display name for the Autonomous Database. The name does not have to be unique
240-
* within your project.
242+
* Optional. Immutable. The display name for the Autonomous Database. The name does not have to be
243+
* unique within your project.
241244
* @return value or {@code null} for none
242245
*/
243246
public java.lang.String getDisplayName() {
244247
return displayName;
245248
}
246249

247250
/**
248-
* Optional. The display name for the Autonomous Database. The name does not have to be unique
249-
* within your project.
251+
* Optional. Immutable. The display name for the Autonomous Database. The name does not have to be
252+
* unique within your project.
250253
* @param displayName displayName or {@code null} for none
251254
*/
252255
public AutonomousDatabase setDisplayName(java.lang.String displayName) {
@@ -308,17 +311,17 @@ public AutonomousDatabase setName(java.lang.String name) {
308311
}
309312

310313
/**
311-
* Optional. The name of the VPC network used by the Autonomous Database in the following format:
312-
* projects/{project}/global/networks/{network}
314+
* Optional. Immutable. The name of the VPC network used by the Autonomous Database in the
315+
* following format: projects/{project}/global/networks/{network}
313316
* @return value or {@code null} for none
314317
*/
315318
public java.lang.String getNetwork() {
316319
return network;
317320
}
318321

319322
/**
320-
* Optional. The name of the VPC network used by the Autonomous Database in the following format:
321-
* projects/{project}/global/networks/{network}
323+
* Optional. Immutable. The name of the VPC network used by the Autonomous Database in the
324+
* following format: projects/{project}/global/networks/{network}
322325
* @param network network or {@code null} for none
323326
*/
324327
public AutonomousDatabase setNetwork(java.lang.String network) {
@@ -327,8 +330,8 @@ public AutonomousDatabase setNetwork(java.lang.String network) {
327330
}
328331

329332
/**
330-
* Optional. The name of the OdbNetwork associated with the Autonomous Database. Format:
331-
* projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if
333+
* Optional. Immutable. The name of the OdbNetwork associated with the Autonomous Database.
334+
* Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if
332335
* specified, this should match the parent ODBNetwork of the OdbSubnet.
333336
* @return value or {@code null} for none
334337
*/
@@ -337,8 +340,8 @@ public java.lang.String getOdbNetwork() {
337340
}
338341

339342
/**
340-
* Optional. The name of the OdbNetwork associated with the Autonomous Database. Format:
341-
* projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if
343+
* Optional. Immutable. The name of the OdbNetwork associated with the Autonomous Database.
344+
* Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if
342345
* specified, this should match the parent ODBNetwork of the OdbSubnet.
343346
* @param odbNetwork odbNetwork or {@code null} for none
344347
*/
@@ -348,7 +351,7 @@ public AutonomousDatabase setOdbNetwork(java.lang.String odbNetwork) {
348351
}
349352

350353
/**
351-
* Optional. The name of the OdbSubnet associated with the Autonomous Database. Format:
354+
* Optional. Immutable. The name of the OdbSubnet associated with the Autonomous Database. Format:
352355
* projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
353356
* @return value or {@code null} for none
354357
*/
@@ -357,7 +360,7 @@ public java.lang.String getOdbSubnet() {
357360
}
358361

359362
/**
360-
* Optional. The name of the OdbSubnet associated with the Autonomous Database. Format:
363+
* Optional. Immutable. The name of the OdbSubnet associated with the Autonomous Database. Format:
361364
* projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
362365
* @param odbSubnet odbSubnet or {@code null} for none
363366
*/
@@ -401,19 +404,19 @@ public AutonomousDatabase setProperties(AutonomousDatabaseProperties properties)
401404
}
402405

403406
/**
404-
* Optional. The source Autonomous Database configuration for the standby Autonomous Database. The
405-
* source Autonomous Database is configured while creating the Peer Autonomous Database and can't
406-
* be updated after creation.
407+
* Optional. Immutable. The source Autonomous Database configuration for the standby Autonomous
408+
* Database. The source Autonomous Database is configured while creating the Peer Autonomous
409+
* Database and can't be updated after creation.
407410
* @return value or {@code null} for none
408411
*/
409412
public SourceConfig getSourceConfig() {
410413
return sourceConfig;
411414
}
412415

413416
/**
414-
* Optional. The source Autonomous Database configuration for the standby Autonomous Database. The
415-
* source Autonomous Database is configured while creating the Peer Autonomous Database and can't
416-
* be updated after creation.
417+
* Optional. Immutable. The source Autonomous Database configuration for the standby Autonomous
418+
* Database. The source Autonomous Database is configured while creating the Peer Autonomous
419+
* Database and can't be updated after creation.
417420
* @param sourceConfig sourceConfig or {@code null} for none
418421
*/
419422
public AutonomousDatabase setSourceConfig(SourceConfig sourceConfig) {

0 commit comments

Comments
 (0)