Skip to content

Commit 28460cc

Browse files
1 parent e8dca9e commit 28460cc

31 files changed

+7156
-725
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-rev20250910-2.0.0</version>
25+
<version>v1-rev20250914-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-rev20250910-2.0.0'
38+
implementation 'com.google.apis:google-api-services-oracledatabase:v1-rev20250914-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: 2986 additions & 719 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
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 details of the database backup destination.
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 BackupDestinationDetails extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Optional. The type of the database backup destination.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String type;
39+
40+
/**
41+
* Optional. The type of the database backup destination.
42+
* @return value or {@code null} for none
43+
*/
44+
public java.lang.String getType() {
45+
return type;
46+
}
47+
48+
/**
49+
* Optional. The type of the database backup destination.
50+
* @param type type or {@code null} for none
51+
*/
52+
public BackupDestinationDetails setType(java.lang.String type) {
53+
this.type = type;
54+
return this;
55+
}
56+
57+
@Override
58+
public BackupDestinationDetails set(String fieldName, Object value) {
59+
return (BackupDestinationDetails) super.set(fieldName, value);
60+
}
61+
62+
@Override
63+
public BackupDestinationDetails clone() {
64+
return (BackupDestinationDetails) super.clone();
65+
}
66+
67+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
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+
* Data collection options for DbSystem.
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 DataCollectionOptionsDbSystem extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Optional. Indicates whether to enable data collection for diagnostics.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.Boolean isDiagnosticsEventsEnabled;
39+
40+
/**
41+
* Optional. Indicates whether to enable incident logs and trace collection.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.Boolean isIncidentLogsEnabled;
46+
47+
/**
48+
* Optional. Indicates whether to enable data collection for diagnostics.
49+
* @return value or {@code null} for none
50+
*/
51+
public java.lang.Boolean getIsDiagnosticsEventsEnabled() {
52+
return isDiagnosticsEventsEnabled;
53+
}
54+
55+
/**
56+
* Optional. Indicates whether to enable data collection for diagnostics.
57+
* @param isDiagnosticsEventsEnabled isDiagnosticsEventsEnabled or {@code null} for none
58+
*/
59+
public DataCollectionOptionsDbSystem setIsDiagnosticsEventsEnabled(java.lang.Boolean isDiagnosticsEventsEnabled) {
60+
this.isDiagnosticsEventsEnabled = isDiagnosticsEventsEnabled;
61+
return this;
62+
}
63+
64+
/**
65+
* Optional. Indicates whether to enable incident logs and trace collection.
66+
* @return value or {@code null} for none
67+
*/
68+
public java.lang.Boolean getIsIncidentLogsEnabled() {
69+
return isIncidentLogsEnabled;
70+
}
71+
72+
/**
73+
* Optional. Indicates whether to enable incident logs and trace collection.
74+
* @param isIncidentLogsEnabled isIncidentLogsEnabled or {@code null} for none
75+
*/
76+
public DataCollectionOptionsDbSystem setIsIncidentLogsEnabled(java.lang.Boolean isIncidentLogsEnabled) {
77+
this.isIncidentLogsEnabled = isIncidentLogsEnabled;
78+
return this;
79+
}
80+
81+
@Override
82+
public DataCollectionOptionsDbSystem set(String fieldName, Object value) {
83+
return (DataCollectionOptionsDbSystem) super.set(fieldName, value);
84+
}
85+
86+
@Override
87+
public DataCollectionOptionsDbSystem clone() {
88+
return (DataCollectionOptionsDbSystem) super.clone();
89+
}
90+
91+
}

0 commit comments

Comments
 (0)