Skip to content

chore: regenerate oracledatabase client #26633

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-oracledatabase</artifactId>
<version>v1-rev20250223-2.0.0</version>
<version>v1-rev20250416-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-oracledatabase:v1-rev20250223-2.0.0'
implementation 'com.google.apis:google-api-services-oracledatabase:v1-rev20250416-2.0.0'
}
```

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ public final class AutonomousDatabase extends com.google.api.client.json.Generic
@com.google.api.client.util.Key
private java.lang.String database;

/**
* Output only. List of supported GCP region to clone the Autonomous Database for disaster
* recovery. Format: `project/{project}/locations/{location}`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.List<java.lang.String> disasterRecoverySupportedLocations;

/**
* Optional. The display name for the Autonomous Database. The name does not have to be unique
* within your project.
Expand Down Expand Up @@ -98,13 +106,29 @@ public final class AutonomousDatabase extends com.google.api.client.json.Generic
@com.google.api.client.util.Key
private java.lang.String network;

/**
* Output only. The peer Autonomous Database names of the given Autonomous Database.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.List<java.lang.String> peerAutonomousDatabases;

/**
* Optional. The properties of the Autonomous Database.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private AutonomousDatabaseProperties properties;

/**
* Optional. The source Autonomous Database configuration for the standby Autonomous Database. The
* source Autonomous Database is configured while creating the Peer Autonomous Database and can't
* be updated after creation.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private SourceConfig sourceConfig;

/**
* Optional. The password for the default ADMIN user.
* @return value or {@code null} for none
Expand Down Expand Up @@ -175,6 +199,25 @@ public AutonomousDatabase setDatabase(java.lang.String database) {
return this;
}

/**
* Output only. List of supported GCP region to clone the Autonomous Database for disaster
* recovery. Format: `project/{project}/locations/{location}`.
* @return value or {@code null} for none
*/
public java.util.List<java.lang.String> getDisasterRecoverySupportedLocations() {
return disasterRecoverySupportedLocations;
}

/**
* Output only. List of supported GCP region to clone the Autonomous Database for disaster
* recovery. Format: `project/{project}/locations/{location}`.
* @param disasterRecoverySupportedLocations disasterRecoverySupportedLocations or {@code null} for none
*/
public AutonomousDatabase setDisasterRecoverySupportedLocations(java.util.List<java.lang.String> disasterRecoverySupportedLocations) {
this.disasterRecoverySupportedLocations = disasterRecoverySupportedLocations;
return this;
}

/**
* Optional. The display name for the Autonomous Database. The name does not have to be unique
* within your project.
Expand Down Expand Up @@ -266,6 +309,23 @@ public AutonomousDatabase setNetwork(java.lang.String network) {
return this;
}

/**
* Output only. The peer Autonomous Database names of the given Autonomous Database.
* @return value or {@code null} for none
*/
public java.util.List<java.lang.String> getPeerAutonomousDatabases() {
return peerAutonomousDatabases;
}

/**
* Output only. The peer Autonomous Database names of the given Autonomous Database.
* @param peerAutonomousDatabases peerAutonomousDatabases or {@code null} for none
*/
public AutonomousDatabase setPeerAutonomousDatabases(java.util.List<java.lang.String> peerAutonomousDatabases) {
this.peerAutonomousDatabases = peerAutonomousDatabases;
return this;
}

/**
* Optional. The properties of the Autonomous Database.
* @return value or {@code null} for none
Expand All @@ -283,6 +343,27 @@ public AutonomousDatabase setProperties(AutonomousDatabaseProperties properties)
return this;
}

/**
* Optional. The source Autonomous Database configuration for the standby Autonomous Database. The
* source Autonomous Database is configured while creating the Peer Autonomous Database and can't
* be updated after creation.
* @return value or {@code null} for none
*/
public SourceConfig getSourceConfig() {
return sourceConfig;
}

/**
* Optional. The source Autonomous Database configuration for the standby Autonomous Database. The
* source Autonomous Database is configured while creating the Peer Autonomous Database and can't
* be updated after creation.
* @param sourceConfig sourceConfig or {@code null} for none
*/
public AutonomousDatabase setSourceConfig(SourceConfig sourceConfig) {
this.sourceConfig = sourceConfig;
return this;
}

@Override
public AutonomousDatabase set(String fieldName, Object value) {
return (AutonomousDatabase) super.set(fieldName, value);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ public final class AutonomousDatabaseProperties extends com.google.api.client.js
@com.google.api.client.util.Key
private java.lang.Double allocatedStorageSizeTb;

/**
* Optional. The list of allowlisted IP addresses for the Autonomous Database.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.List<java.lang.String> allowlistedIps;

/**
* Output only. The details for the Oracle APEX Application Development.
* The value may be {@code null}.
Expand Down Expand Up @@ -128,6 +135,14 @@ public final class AutonomousDatabaseProperties extends com.google.api.client.js
@com.google.api.client.util.Key
private java.util.List<CustomerContact> customerContacts;

/**
* Output only. The date and time the Autonomous Data Guard role was changed for the standby
* Autonomous Database.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String dataGuardRoleChangedTime;

/**
* Output only. The current state of the Data Safe registration for the Autonomous Database.
* The value may be {@code null}.
Expand Down Expand Up @@ -177,6 +192,14 @@ public final class AutonomousDatabaseProperties extends com.google.api.client.js
@com.google.api.client.util.Key
private java.lang.String dbWorkload;

/**
* Output only. The date and time the Disaster Recovery role was changed for the standby
* Autonomous Database.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String disasterRecoveryRoleChangedTime;

/**
* Output only. This field indicates the number of seconds of data loss during a Data Guard
* failover.
Expand Down Expand Up @@ -480,6 +503,23 @@ public AutonomousDatabaseProperties setAllocatedStorageSizeTb(java.lang.Double a
return this;
}

/**
* Optional. The list of allowlisted IP addresses for the Autonomous Database.
* @return value or {@code null} for none
*/
public java.util.List<java.lang.String> getAllowlistedIps() {
return allowlistedIps;
}

/**
* Optional. The list of allowlisted IP addresses for the Autonomous Database.
* @param allowlistedIps allowlistedIps or {@code null} for none
*/
public AutonomousDatabaseProperties setAllowlistedIps(java.util.List<java.lang.String> allowlistedIps) {
this.allowlistedIps = allowlistedIps;
return this;
}

/**
* Output only. The details for the Oracle APEX Application Development.
* @return value or {@code null} for none
Expand Down Expand Up @@ -679,6 +719,25 @@ public AutonomousDatabaseProperties setCustomerContacts(java.util.List<CustomerC
return this;
}

/**
* Output only. The date and time the Autonomous Data Guard role was changed for the standby
* Autonomous Database.
* @return value or {@code null} for none
*/
public String getDataGuardRoleChangedTime() {
return dataGuardRoleChangedTime;
}

/**
* Output only. The date and time the Autonomous Data Guard role was changed for the standby
* Autonomous Database.
* @param dataGuardRoleChangedTime dataGuardRoleChangedTime or {@code null} for none
*/
public AutonomousDatabaseProperties setDataGuardRoleChangedTime(String dataGuardRoleChangedTime) {
this.dataGuardRoleChangedTime = dataGuardRoleChangedTime;
return this;
}

/**
* Output only. The current state of the Data Safe registration for the Autonomous Database.
* @return value or {@code null} for none
Expand Down Expand Up @@ -798,6 +857,25 @@ public AutonomousDatabaseProperties setDbWorkload(java.lang.String dbWorkload) {
return this;
}

/**
* Output only. The date and time the Disaster Recovery role was changed for the standby
* Autonomous Database.
* @return value or {@code null} for none
*/
public String getDisasterRecoveryRoleChangedTime() {
return disasterRecoveryRoleChangedTime;
}

/**
* Output only. The date and time the Disaster Recovery role was changed for the standby
* Autonomous Database.
* @param disasterRecoveryRoleChangedTime disasterRecoveryRoleChangedTime or {@code null} for none
*/
public AutonomousDatabaseProperties setDisasterRecoveryRoleChangedTime(String disasterRecoveryRoleChangedTime) {
this.disasterRecoveryRoleChangedTime = disasterRecoveryRoleChangedTime;
return this;
}

/**
* Output only. This field indicates the number of seconds of data loss during a Data Guard
* failover.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ public final class CloudExadataInfrastructureProperties extends com.google.api.c
@com.google.api.client.util.Key
private java.lang.Integer computeCount;

/**
* Output only. The compute model of the Exadata Infrastructure.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String computeModel;

/**
* Output only. The number of enabled CPU cores.
* The value may be {@code null}.
Expand All @@ -81,6 +88,13 @@ public final class CloudExadataInfrastructureProperties extends com.google.api.c
@com.google.api.client.util.Key
private java.lang.Double dataStorageSizeTb;

/**
* Output only. The database server type of the Exadata Infrastructure.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String databaseServerType;

/**
* Output only. The local node storage allocated in GBs.
* The value may be {@code null}.
Expand Down Expand Up @@ -211,6 +225,13 @@ public final class CloudExadataInfrastructureProperties extends com.google.api.c
@com.google.api.client.util.Key
private java.lang.Integer storageCount;

/**
* Output only. The storage server type of the Exadata Infrastructure.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String storageServerType;

/**
* Output only. The software version of the storage servers (cells) in the Exadata Infrastructure.
* The value may be {@code null}.
Expand Down Expand Up @@ -298,6 +319,23 @@ public CloudExadataInfrastructureProperties setComputeCount(java.lang.Integer co
return this;
}

/**
* Output only. The compute model of the Exadata Infrastructure.
* @return value or {@code null} for none
*/
public java.lang.String getComputeModel() {
return computeModel;
}

/**
* Output only. The compute model of the Exadata Infrastructure.
* @param computeModel computeModel or {@code null} for none
*/
public CloudExadataInfrastructureProperties setComputeModel(java.lang.String computeModel) {
this.computeModel = computeModel;
return this;
}

/**
* Output only. The number of enabled CPU cores.
* @return value or {@code null} for none
Expand Down Expand Up @@ -349,6 +387,23 @@ public CloudExadataInfrastructureProperties setDataStorageSizeTb(java.lang.Doubl
return this;
}

/**
* Output only. The database server type of the Exadata Infrastructure.
* @return value or {@code null} for none
*/
public java.lang.String getDatabaseServerType() {
return databaseServerType;
}

/**
* Output only. The database server type of the Exadata Infrastructure.
* @param databaseServerType databaseServerType or {@code null} for none
*/
public CloudExadataInfrastructureProperties setDatabaseServerType(java.lang.String databaseServerType) {
this.databaseServerType = databaseServerType;
return this;
}

/**
* Output only. The local node storage allocated in GBs.
* @return value or {@code null} for none
Expand Down Expand Up @@ -663,6 +718,23 @@ public CloudExadataInfrastructureProperties setStorageCount(java.lang.Integer st
return this;
}

/**
* Output only. The storage server type of the Exadata Infrastructure.
* @return value or {@code null} for none
*/
public java.lang.String getStorageServerType() {
return storageServerType;
}

/**
* Output only. The storage server type of the Exadata Infrastructure.
* @param storageServerType storageServerType or {@code null} for none
*/
public CloudExadataInfrastructureProperties setStorageServerType(java.lang.String storageServerType) {
this.storageServerType = storageServerType;
return this;
}

/**
* Output only. The software version of the storage servers (cells) in the Exadata Infrastructure.
* @return value or {@code null} for none
Expand Down
Loading