Skip to content

Commit f5c21b6

Browse files
1 parent 3aa577f commit f5c21b6

File tree

11 files changed

+2306
-6
lines changed

11 files changed

+2306
-6
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-rev20250509-2.0.0</version>
25+
<version>v1-rev20250717-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-rev20250509-2.0.0'
38+
implementation 'com.google.apis:google-api-services-oracledatabase:v1-rev20250717-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: 1522 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,23 @@ public final class AutonomousDatabase extends com.google.api.client.json.Generic
106106
@com.google.api.client.util.Key
107107
private java.lang.String network;
108108

109+
/**
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
112+
* specified, this should match the parent ODBNetwork of the OdbSubnet.
113+
* The value may be {@code null}.
114+
*/
115+
@com.google.api.client.util.Key
116+
private java.lang.String odbNetwork;
117+
118+
/**
119+
* Optional. The name of the OdbSubnet associated with the Autonomous Database. Format:
120+
* projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
121+
* The value may be {@code null}.
122+
*/
123+
@com.google.api.client.util.Key
124+
private java.lang.String odbSubnet;
125+
109126
/**
110127
* Output only. The peer Autonomous Database names of the given Autonomous Database.
111128
* The value may be {@code null}.
@@ -309,6 +326,46 @@ public AutonomousDatabase setNetwork(java.lang.String network) {
309326
return this;
310327
}
311328

329+
/**
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
332+
* specified, this should match the parent ODBNetwork of the OdbSubnet.
333+
* @return value or {@code null} for none
334+
*/
335+
public java.lang.String getOdbNetwork() {
336+
return odbNetwork;
337+
}
338+
339+
/**
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
342+
* specified, this should match the parent ODBNetwork of the OdbSubnet.
343+
* @param odbNetwork odbNetwork or {@code null} for none
344+
*/
345+
public AutonomousDatabase setOdbNetwork(java.lang.String odbNetwork) {
346+
this.odbNetwork = odbNetwork;
347+
return this;
348+
}
349+
350+
/**
351+
* Optional. The name of the OdbSubnet associated with the Autonomous Database. Format:
352+
* projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
353+
* @return value or {@code null} for none
354+
*/
355+
public java.lang.String getOdbSubnet() {
356+
return odbSubnet;
357+
}
358+
359+
/**
360+
* Optional. The name of the OdbSubnet associated with the Autonomous Database. Format:
361+
* projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
362+
* @param odbSubnet odbSubnet or {@code null} for none
363+
*/
364+
public AutonomousDatabase setOdbSubnet(java.lang.String odbSubnet) {
365+
this.odbSubnet = odbSubnet;
366+
return this;
367+
}
368+
312369
/**
313370
* Output only. The peer Autonomous Database names of the given Autonomous Database.
314371
* @return value or {@code null} for none

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

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@
3131
@SuppressWarnings("javadoc")
3232
public final class CloudVmCluster extends com.google.api.client.json.GenericJson {
3333

34+
/**
35+
* Optional. The name of the backup OdbSubnet associated with the VM Cluster. Format:
36+
* projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
37+
* The value may be {@code null}.
38+
*/
39+
@com.google.api.client.util.Key
40+
private java.lang.String backupOdbSubnet;
41+
3442
/**
3543
* Optional. CIDR range of the backup subnet.
3644
* The value may be {@code null}.
@@ -98,13 +106,49 @@ public final class CloudVmCluster extends com.google.api.client.json.GenericJson
98106
@com.google.api.client.util.Key
99107
private java.lang.String network;
100108

109+
/**
110+
* Optional. The name of the OdbNetwork associated with the VM Cluster. Format:
111+
* projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if
112+
* specified, this should match the parent ODBNetwork of the odb_subnet and backup_odb_subnet.
113+
* The value may be {@code null}.
114+
*/
115+
@com.google.api.client.util.Key
116+
private java.lang.String odbNetwork;
117+
118+
/**
119+
* Optional. The name of the OdbSubnet associated with the VM Cluster for IP allocation. Format:
120+
* projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
121+
* The value may be {@code null}.
122+
*/
123+
@com.google.api.client.util.Key
124+
private java.lang.String odbSubnet;
125+
101126
/**
102127
* Optional. Various properties of the VM Cluster.
103128
* The value may be {@code null}.
104129
*/
105130
@com.google.api.client.util.Key
106131
private CloudVmClusterProperties properties;
107132

133+
/**
134+
* Optional. The name of the backup OdbSubnet associated with the VM Cluster. Format:
135+
* projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
136+
* @return value or {@code null} for none
137+
*/
138+
public java.lang.String getBackupOdbSubnet() {
139+
return backupOdbSubnet;
140+
}
141+
142+
/**
143+
* Optional. The name of the backup OdbSubnet associated with the VM Cluster. Format:
144+
* projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
145+
* @param backupOdbSubnet backupOdbSubnet or {@code null} for none
146+
*/
147+
public CloudVmCluster setBackupOdbSubnet(java.lang.String backupOdbSubnet) {
148+
this.backupOdbSubnet = backupOdbSubnet;
149+
return this;
150+
}
151+
108152
/**
109153
* Optional. CIDR range of the backup subnet.
110154
* @return value or {@code null} for none
@@ -266,6 +310,46 @@ public CloudVmCluster setNetwork(java.lang.String network) {
266310
return this;
267311
}
268312

313+
/**
314+
* Optional. The name of the OdbNetwork associated with the VM Cluster. Format:
315+
* projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if
316+
* specified, this should match the parent ODBNetwork of the odb_subnet and backup_odb_subnet.
317+
* @return value or {@code null} for none
318+
*/
319+
public java.lang.String getOdbNetwork() {
320+
return odbNetwork;
321+
}
322+
323+
/**
324+
* Optional. The name of the OdbNetwork associated with the VM Cluster. Format:
325+
* projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if
326+
* specified, this should match the parent ODBNetwork of the odb_subnet and backup_odb_subnet.
327+
* @param odbNetwork odbNetwork or {@code null} for none
328+
*/
329+
public CloudVmCluster setOdbNetwork(java.lang.String odbNetwork) {
330+
this.odbNetwork = odbNetwork;
331+
return this;
332+
}
333+
334+
/**
335+
* Optional. The name of the OdbSubnet associated with the VM Cluster for IP allocation. Format:
336+
* projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
337+
* @return value or {@code null} for none
338+
*/
339+
public java.lang.String getOdbSubnet() {
340+
return odbSubnet;
341+
}
342+
343+
/**
344+
* Optional. The name of the OdbSubnet associated with the VM Cluster for IP allocation. Format:
345+
* projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
346+
* @param odbSubnet odbSubnet or {@code null} for none
347+
*/
348+
public CloudVmCluster setOdbSubnet(java.lang.String odbSubnet) {
349+
this.odbSubnet = odbSubnet;
350+
return this;
351+
}
352+
269353
/**
270354
* Optional. Various properties of the VM Cluster.
271355
* @return value or {@code null} for none

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
@SuppressWarnings("javadoc")
3131
public final class DbNodeProperties extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Output only. The date and time that the database node was created.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private String createTime;
39+
3340
/**
3441
* Optional. Local storage per database node.
3542
* The value may be {@code null}.
@@ -86,6 +93,23 @@ public final class DbNodeProperties extends com.google.api.client.json.GenericJs
8693
@com.google.api.client.util.Key
8794
private java.lang.Integer totalCpuCoreCount;
8895

96+
/**
97+
* Output only. The date and time that the database node was created.
98+
* @return value or {@code null} for none
99+
*/
100+
public String getCreateTime() {
101+
return createTime;
102+
}
103+
104+
/**
105+
* Output only. The date and time that the database node was created.
106+
* @param createTime createTime or {@code null} for none
107+
*/
108+
public DbNodeProperties setCreateTime(String createTime) {
109+
this.createTime = createTime;
110+
return this;
111+
}
112+
89113
/**
90114
* Optional. Local storage per database node.
91115
* @return value or {@code null} for none
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.oracledatabase.v1.model;
18+
19+
/**
20+
* The response for `OdbNetwork.List`.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Oracle Database@Google Cloud API. For a detailed
24+
* explanation see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class ListOdbNetworksResponse extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* A token identifying a page of results the server should return.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String nextPageToken;
39+
40+
/**
41+
* The list of ODB Networks.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.util.List<OdbNetwork> odbNetworks;
46+
47+
/**
48+
* Unreachable locations when listing resources across all locations using wildcard location '-'.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private java.util.List<java.lang.String> unreachable;
53+
54+
/**
55+
* A token identifying a page of results the server should return.
56+
* @return value or {@code null} for none
57+
*/
58+
public java.lang.String getNextPageToken() {
59+
return nextPageToken;
60+
}
61+
62+
/**
63+
* A token identifying a page of results the server should return.
64+
* @param nextPageToken nextPageToken or {@code null} for none
65+
*/
66+
public ListOdbNetworksResponse setNextPageToken(java.lang.String nextPageToken) {
67+
this.nextPageToken = nextPageToken;
68+
return this;
69+
}
70+
71+
/**
72+
* The list of ODB Networks.
73+
* @return value or {@code null} for none
74+
*/
75+
public java.util.List<OdbNetwork> getOdbNetworks() {
76+
return odbNetworks;
77+
}
78+
79+
/**
80+
* The list of ODB Networks.
81+
* @param odbNetworks odbNetworks or {@code null} for none
82+
*/
83+
public ListOdbNetworksResponse setOdbNetworks(java.util.List<OdbNetwork> odbNetworks) {
84+
this.odbNetworks = odbNetworks;
85+
return this;
86+
}
87+
88+
/**
89+
* Unreachable locations when listing resources across all locations using wildcard location '-'.
90+
* @return value or {@code null} for none
91+
*/
92+
public java.util.List<java.lang.String> getUnreachable() {
93+
return unreachable;
94+
}
95+
96+
/**
97+
* Unreachable locations when listing resources across all locations using wildcard location '-'.
98+
* @param unreachable unreachable or {@code null} for none
99+
*/
100+
public ListOdbNetworksResponse setUnreachable(java.util.List<java.lang.String> unreachable) {
101+
this.unreachable = unreachable;
102+
return this;
103+
}
104+
105+
@Override
106+
public ListOdbNetworksResponse set(String fieldName, Object value) {
107+
return (ListOdbNetworksResponse) super.set(fieldName, value);
108+
}
109+
110+
@Override
111+
public ListOdbNetworksResponse clone() {
112+
return (ListOdbNetworksResponse) super.clone();
113+
}
114+
115+
}

0 commit comments

Comments
 (0)