From fdaf69a3777072100c0675d56b01f66ac79b778b Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Wed, 22 Jul 2026 17:58:16 -0700 Subject: [PATCH] chore: regenerate oracledatabase client --- .../v1/2.0.0/README.md | 4 +- .../oracledatabase/v1/OracleDatabase.java | 53 ++++++++------ .../CloudExadataInfrastructureProperties.java | 12 ++-- .../v1/model/DbSystemProperties.java | 36 ++++++---- .../v1/model/DbSystemShape.java | 72 +++++++++++++++++++ .../v1/model/ExadbVmCluster.java | 27 +++++++ .../v1/2.0.0/pom.xml | 4 +- .../v1/README.md | 4 +- 8 files changed, 165 insertions(+), 47 deletions(-) diff --git a/clients/google-api-services-oracledatabase/v1/2.0.0/README.md b/clients/google-api-services-oracledatabase/v1/2.0.0/README.md index d6ed8bc35b9..1efdfaf709e 100644 --- a/clients/google-api-services-oracledatabase/v1/2.0.0/README.md +++ b/clients/google-api-services-oracledatabase/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-oracledatabase - v1-rev20260629-2.0.0 + v1-rev20260721-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-oracledatabase:v1-rev20260629-2.0.0' + implementation 'com.google.apis:google-api-services-oracledatabase:v1-rev20260721-2.0.0' } ``` diff --git a/clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/OracleDatabase.java b/clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/OracleDatabase.java index f239e6ada1e..aa4f279bc4b 100644 --- a/clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/OracleDatabase.java +++ b/clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/OracleDatabase.java @@ -6620,24 +6620,28 @@ public List setParent(java.lang.String parent) { } /** - * Optional. An expression for filtering the results of the request. Only the - * gcp_oracle_zone_id field is supported in this format: - * `gcp_oracle_zone_id="{gcp_oracle_zone_id}"`. + * Optional. An expression for filtering the results of the request. The + * `gcp_oracle_zone_id`, `shape_family`, and `database_edition` fields are supported in + * the following format: `gcp_oracle_zone_id="{gcp_oracle_zone_id}" AND + * shape_family="{shape_family}" AND database_edition="{database_edition}"`. */ @com.google.api.client.util.Key private java.lang.String filter; - /** Optional. An expression for filtering the results of the request. Only the gcp_oracle_zone_id field - is supported in this format: `gcp_oracle_zone_id="{gcp_oracle_zone_id}"`. + /** Optional. An expression for filtering the results of the request. The `gcp_oracle_zone_id`, + `shape_family`, and `database_edition` fields are supported in the following format: + `gcp_oracle_zone_id="{gcp_oracle_zone_id}" AND shape_family="{shape_family}" AND + database_edition="{database_edition}"`. */ public java.lang.String getFilter() { return filter; } /** - * Optional. An expression for filtering the results of the request. Only the - * gcp_oracle_zone_id field is supported in this format: - * `gcp_oracle_zone_id="{gcp_oracle_zone_id}"`. + * Optional. An expression for filtering the results of the request. The + * `gcp_oracle_zone_id`, `shape_family`, and `database_edition` fields are supported in + * the following format: `gcp_oracle_zone_id="{gcp_oracle_zone_id}" AND + * shape_family="{shape_family}" AND database_edition="{database_edition}"`. */ public List setFilter(java.lang.String filter) { this.filter = filter; @@ -10190,22 +10194,25 @@ public List setParent(java.lang.String parent) { } /** - * Optional. An expression for filtering the results of the request. Only the shape, - * gcp_oracle_zone and gi_version fields are supported in this format: `shape="{shape}"`. + * Optional. An expression for filtering the results of the request. Only the `shape` and + * `gcp_oracle_zone_id` fields are supported in the following format: `shape="{shape}" AND + * gcp_oracle_zone_id="{gcp_oracle_zone_id}"`. */ @com.google.api.client.util.Key private java.lang.String filter; - /** Optional. An expression for filtering the results of the request. Only the shape, gcp_oracle_zone - and gi_version fields are supported in this format: `shape="{shape}"`. + /** Optional. An expression for filtering the results of the request. Only the `shape` and + `gcp_oracle_zone_id` fields are supported in the following format: `shape="{shape}" AND + gcp_oracle_zone_id="{gcp_oracle_zone_id}"`. */ public java.lang.String getFilter() { return filter; } /** - * Optional. An expression for filtering the results of the request. Only the shape, - * gcp_oracle_zone and gi_version fields are supported in this format: `shape="{shape}"`. + * Optional. An expression for filtering the results of the request. Only the `shape` and + * `gcp_oracle_zone_id` fields are supported in the following format: `shape="{shape}" AND + * gcp_oracle_zone_id="{gcp_oracle_zone_id}"`. */ public List setFilter(java.lang.String filter) { this.filter = filter; @@ -10424,25 +10431,25 @@ public List setParent(java.lang.String parent) { } /** - * Optional. An expression for filtering the results of the request. Only shapeFamily - * and gcp_oracle_zone_id are supported in this format: `shape_family="{shapeFamily}" - * AND gcp_oracle_zone_id="{gcp_oracle_zone_id}"`. + * Optional. An expression for filtering the results of the request. Only the + * `shape_family` and `gcp_oracle_zone_id` fields are supported in the following format: + * `shape_family="{shape_family}" AND gcp_oracle_zone_id="{gcp_oracle_zone_id}"`. */ @com.google.api.client.util.Key private java.lang.String filter; - /** Optional. An expression for filtering the results of the request. Only shapeFamily and - gcp_oracle_zone_id are supported in this format: `shape_family="{shapeFamily}" AND - gcp_oracle_zone_id="{gcp_oracle_zone_id}"`. + /** Optional. An expression for filtering the results of the request. Only the `shape_family` and + `gcp_oracle_zone_id` fields are supported in the following format: `shape_family="{shape_family}" + AND gcp_oracle_zone_id="{gcp_oracle_zone_id}"`. */ public java.lang.String getFilter() { return filter; } /** - * Optional. An expression for filtering the results of the request. Only shapeFamily - * and gcp_oracle_zone_id are supported in this format: `shape_family="{shapeFamily}" - * AND gcp_oracle_zone_id="{gcp_oracle_zone_id}"`. + * Optional. An expression for filtering the results of the request. Only the + * `shape_family` and `gcp_oracle_zone_id` fields are supported in the following format: + * `shape_family="{shape_family}" AND gcp_oracle_zone_id="{gcp_oracle_zone_id}"`. */ public List setFilter(java.lang.String filter) { this.filter = filter; diff --git a/clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/model/CloudExadataInfrastructureProperties.java b/clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/model/CloudExadataInfrastructureProperties.java index 34d8416757e..14946e9d081 100644 --- a/clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/model/CloudExadataInfrastructureProperties.java +++ b/clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/model/CloudExadataInfrastructureProperties.java @@ -89,7 +89,7 @@ public final class CloudExadataInfrastructureProperties extends com.google.api.c private java.lang.Double dataStorageSizeTb; /** - * Output only. The database server type of the Exadata Infrastructure. + * Optional. The database server type of the Exadata Infrastructure. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -233,7 +233,7 @@ public final class CloudExadataInfrastructureProperties extends com.google.api.c private java.lang.Integer storageCount; /** - * Output only. The storage server type of the Exadata Infrastructure. + * Optional. The storage server type of the Exadata Infrastructure. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -395,7 +395,7 @@ public CloudExadataInfrastructureProperties setDataStorageSizeTb(java.lang.Doubl } /** - * Output only. The database server type of the Exadata Infrastructure. + * Optional. The database server type of the Exadata Infrastructure. * @return value or {@code null} for none */ public java.lang.String getDatabaseServerType() { @@ -403,7 +403,7 @@ public java.lang.String getDatabaseServerType() { } /** - * Output only. The database server type of the Exadata Infrastructure. + * Optional. The database server type of the Exadata Infrastructure. * @param databaseServerType databaseServerType or {@code null} for none */ public CloudExadataInfrastructureProperties setDatabaseServerType(java.lang.String databaseServerType) { @@ -743,7 +743,7 @@ public CloudExadataInfrastructureProperties setStorageCount(java.lang.Integer st } /** - * Output only. The storage server type of the Exadata Infrastructure. + * Optional. The storage server type of the Exadata Infrastructure. * @return value or {@code null} for none */ public java.lang.String getStorageServerType() { @@ -751,7 +751,7 @@ public java.lang.String getStorageServerType() { } /** - * Output only. The storage server type of the Exadata Infrastructure. + * Optional. The storage server type of the Exadata Infrastructure. * @param storageServerType storageServerType or {@code null} for none */ public CloudExadataInfrastructureProperties setStorageServerType(java.lang.String storageServerType) { diff --git a/clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/model/DbSystemProperties.java b/clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/model/DbSystemProperties.java index 70232699285..737f280eac9 100644 --- a/clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/model/DbSystemProperties.java +++ b/clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/model/DbSystemProperties.java @@ -52,7 +52,8 @@ public final class DbSystemProperties extends com.google.api.client.json.Generic private DataCollectionOptionsDbSystem dataCollectionOptions; /** - * Optional. The data storage size in GB that is currently available to DbSystems. + * Optional. The data storage size in GB that is currently available to DbSystems. The value is + * same as initial_data_storage_size_gb. This can be modified from OCI console. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -122,14 +123,16 @@ public final class DbSystemProperties extends com.google.api.client.json.Generic private java.lang.String lifecycleState; /** - * Optional. The memory size in GB. + * Optional. The memory size in GB. This value can not be set and is automatically calculated + * based on the number of ECPUs allocated to the DbSystem. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.Integer memorySizeGb; /** - * Optional. The number of nodes in the DbSystem. + * Optional. The number of nodes to launch for a virtual machine DbSystem. By default this will be + * set to 1. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -150,7 +153,8 @@ public final class DbSystemProperties extends com.google.api.client.json.Generic private java.lang.String privateIp; /** - * Optional. The reco/redo storage size in GB. + * Optional. The reco/redo storage size in GB. The value for recovery storage size is based on the + * available data storage size. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -229,7 +233,8 @@ public DbSystemProperties setDataCollectionOptions(DataCollectionOptionsDbSystem } /** - * Optional. The data storage size in GB that is currently available to DbSystems. + * Optional. The data storage size in GB that is currently available to DbSystems. The value is + * same as initial_data_storage_size_gb. This can be modified from OCI console. * @return value or {@code null} for none */ public java.lang.Integer getDataStorageSizeGb() { @@ -237,7 +242,8 @@ public java.lang.Integer getDataStorageSizeGb() { } /** - * Optional. The data storage size in GB that is currently available to DbSystems. + * Optional. The data storage size in GB that is currently available to DbSystems. The value is + * same as initial_data_storage_size_gb. This can be modified from OCI console. * @param dataStorageSizeGb dataStorageSizeGb or {@code null} for none */ public DbSystemProperties setDataStorageSizeGb(java.lang.Integer dataStorageSizeGb) { @@ -399,7 +405,8 @@ public DbSystemProperties setLifecycleState(java.lang.String lifecycleState) { } /** - * Optional. The memory size in GB. + * Optional. The memory size in GB. This value can not be set and is automatically calculated + * based on the number of ECPUs allocated to the DbSystem. * @return value or {@code null} for none */ public java.lang.Integer getMemorySizeGb() { @@ -407,7 +414,8 @@ public java.lang.Integer getMemorySizeGb() { } /** - * Optional. The memory size in GB. + * Optional. The memory size in GB. This value can not be set and is automatically calculated + * based on the number of ECPUs allocated to the DbSystem. * @param memorySizeGb memorySizeGb or {@code null} for none */ public DbSystemProperties setMemorySizeGb(java.lang.Integer memorySizeGb) { @@ -416,7 +424,8 @@ public DbSystemProperties setMemorySizeGb(java.lang.Integer memorySizeGb) { } /** - * Optional. The number of nodes in the DbSystem. + * Optional. The number of nodes to launch for a virtual machine DbSystem. By default this will be + * set to 1. * @return value or {@code null} for none */ public java.lang.Integer getNodeCount() { @@ -424,7 +433,8 @@ public java.lang.Integer getNodeCount() { } /** - * Optional. The number of nodes in the DbSystem. + * Optional. The number of nodes to launch for a virtual machine DbSystem. By default this will be + * set to 1. * @param nodeCount nodeCount or {@code null} for none */ public DbSystemProperties setNodeCount(java.lang.Integer nodeCount) { @@ -467,7 +477,8 @@ public DbSystemProperties setPrivateIp(java.lang.String privateIp) { } /** - * Optional. The reco/redo storage size in GB. + * Optional. The reco/redo storage size in GB. The value for recovery storage size is based on the + * available data storage size. * @return value or {@code null} for none */ public java.lang.Integer getRecoStorageSizeGb() { @@ -475,7 +486,8 @@ public java.lang.Integer getRecoStorageSizeGb() { } /** - * Optional. The reco/redo storage size in GB. + * Optional. The reco/redo storage size in GB. The value for recovery storage size is based on the + * available data storage size. * @param recoStorageSizeGb recoStorageSizeGb or {@code null} for none */ public DbSystemProperties setRecoStorageSizeGb(java.lang.Integer recoStorageSizeGb) { diff --git a/clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/model/DbSystemShape.java b/clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/model/DbSystemShape.java index 6fefc55cd2d..4d1ea7382ec 100644 --- a/clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/model/DbSystemShape.java +++ b/clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/model/DbSystemShape.java @@ -31,6 +31,13 @@ @SuppressWarnings("javadoc") public final class DbSystemShape extends com.google.api.client.json.GenericJson { + /** + * Optional. Available core count. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.Integer availableCoreCount; + /** * Optional. Number of cores per node. * The value may be {@code null}. @@ -52,6 +59,13 @@ public final class DbSystemShape extends com.google.api.client.json.GenericJson @com.google.api.client.util.Key private java.lang.Integer availableMemoryPerNodeGb; + /** + * Optional. Core count increment. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.Integer coreCountIncrement; + /** * Optional. Maximum number of database servers. * The value may be {@code null}. @@ -101,6 +115,13 @@ public final class DbSystemShape extends com.google.api.client.json.GenericJson @com.google.api.client.util.Key private java.lang.Integer minStorageCount; + /** + * Optional. Minimum core count per node. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.Integer minimumCoreCount; + /** * Identifier. The name of the Database System Shape resource with the format: * projects/{project}/locations/{region}/dbSystemShapes/{db_system_shape} @@ -116,6 +137,23 @@ public final class DbSystemShape extends com.google.api.client.json.GenericJson @com.google.api.client.util.Key private java.lang.String shape; + /** + * Optional. Available core count. + * @return value or {@code null} for none + */ + public java.lang.Integer getAvailableCoreCount() { + return availableCoreCount; + } + + /** + * Optional. Available core count. + * @param availableCoreCount availableCoreCount or {@code null} for none + */ + public DbSystemShape setAvailableCoreCount(java.lang.Integer availableCoreCount) { + this.availableCoreCount = availableCoreCount; + return this; + } + /** * Optional. Number of cores per node. * @return value or {@code null} for none @@ -167,6 +205,23 @@ public DbSystemShape setAvailableMemoryPerNodeGb(java.lang.Integer availableMemo return this; } + /** + * Optional. Core count increment. + * @return value or {@code null} for none + */ + public java.lang.Integer getCoreCountIncrement() { + return coreCountIncrement; + } + + /** + * Optional. Core count increment. + * @param coreCountIncrement coreCountIncrement or {@code null} for none + */ + public DbSystemShape setCoreCountIncrement(java.lang.Integer coreCountIncrement) { + this.coreCountIncrement = coreCountIncrement; + return this; + } + /** * Optional. Maximum number of database servers. * @return value or {@code null} for none @@ -286,6 +341,23 @@ public DbSystemShape setMinStorageCount(java.lang.Integer minStorageCount) { return this; } + /** + * Optional. Minimum core count per node. + * @return value or {@code null} for none + */ + public java.lang.Integer getMinimumCoreCount() { + return minimumCoreCount; + } + + /** + * Optional. Minimum core count per node. + * @param minimumCoreCount minimumCoreCount or {@code null} for none + */ + public DbSystemShape setMinimumCoreCount(java.lang.Integer minimumCoreCount) { + this.minimumCoreCount = minimumCoreCount; + return this; + } + /** * Identifier. The name of the Database System Shape resource with the format: * projects/{project}/locations/{region}/dbSystemShapes/{db_system_shape} diff --git a/clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/model/ExadbVmCluster.java b/clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/model/ExadbVmCluster.java index ead1bd8d611..4684f696704 100644 --- a/clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/model/ExadbVmCluster.java +++ b/clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/model/ExadbVmCluster.java @@ -72,6 +72,14 @@ public final class ExadbVmCluster extends com.google.api.client.json.GenericJson @com.google.api.client.util.Key private java.lang.String gcpOracleZone; + /** + * Output only. The identity connector details which will allow OCI to securely access the + * resources in the customer project. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private IdentityConnector identityConnector; + /** * Optional. The labels or tags associated with the ExadbVmCluster. * The value may be {@code null}. @@ -209,6 +217,25 @@ public ExadbVmCluster setGcpOracleZone(java.lang.String gcpOracleZone) { return this; } + /** + * Output only. The identity connector details which will allow OCI to securely access the + * resources in the customer project. + * @return value or {@code null} for none + */ + public IdentityConnector getIdentityConnector() { + return identityConnector; + } + + /** + * Output only. The identity connector details which will allow OCI to securely access the + * resources in the customer project. + * @param identityConnector identityConnector or {@code null} for none + */ + public ExadbVmCluster setIdentityConnector(IdentityConnector identityConnector) { + this.identityConnector = identityConnector; + return this; + } + /** * Optional. The labels or tags associated with the ExadbVmCluster. * @return value or {@code null} for none diff --git a/clients/google-api-services-oracledatabase/v1/2.0.0/pom.xml b/clients/google-api-services-oracledatabase/v1/2.0.0/pom.xml index 998d9d59cf8..7164ad5899a 100644 --- a/clients/google-api-services-oracledatabase/v1/2.0.0/pom.xml +++ b/clients/google-api-services-oracledatabase/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-oracledatabase - v1-rev20260629-2.0.0 - Oracle Database@Google Cloud API v1-rev20260629-2.0.0 + v1-rev20260721-2.0.0 + Oracle Database@Google Cloud API v1-rev20260721-2.0.0 jar 2011 diff --git a/clients/google-api-services-oracledatabase/v1/README.md b/clients/google-api-services-oracledatabase/v1/README.md index d6ed8bc35b9..1efdfaf709e 100644 --- a/clients/google-api-services-oracledatabase/v1/README.md +++ b/clients/google-api-services-oracledatabase/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-oracledatabase - v1-rev20260629-2.0.0 + v1-rev20260721-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-oracledatabase:v1-rev20260629-2.0.0' + implementation 'com.google.apis:google-api-services-oracledatabase:v1-rev20260721-2.0.0' } ```