Skip to content
Open
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-rev20260629-2.0.0</version>
<version>v1-rev20260721-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-rev20260629-2.0.0'
implementation 'com.google.apis:google-api-services-oracledatabase:v1-rev20260721-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -395,15 +395,15 @@ 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() {
return databaseServerType;
}

/**
* 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) {
Expand Down Expand Up @@ -743,15 +743,15 @@ 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() {
return storageServerType;
}

/**
* 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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -229,15 +233,17 @@ 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() {
return dataStorageSizeGb;
}

/**
* 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) {
Expand Down Expand Up @@ -399,15 +405,17 @@ 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() {
return memorySizeGb;
}

/**
* 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) {
Expand All @@ -416,15 +424,17 @@ 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() {
return nodeCount;
}

/**
* 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) {
Expand Down Expand Up @@ -467,15 +477,17 @@ 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() {
return recoStorageSizeGb;
}

/**
* 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) {
Expand Down
Loading
Loading