Skip to content

Commit c9b8da0

Browse files
1 parent 04de4d3 commit c9b8da0

File tree

5 files changed

+102
-18
lines changed

5 files changed

+102
-18
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-rev20250901-2.0.0</version>
25+
<version>v1-rev20250910-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-rev20250901-2.0.0'
38+
implementation 'com.google.apis:google-api-services-oracledatabase:v1-rev20250910-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: 69 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -445,22 +445,22 @@ public List setName(java.lang.String name) {
445445
}
446446

447447
/**
448-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
449-
* documented otherwise. This is primarily for internal usage.
448+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
449+
* is primarily intended for internal usage.
450450
*/
451451
@com.google.api.client.util.Key
452452
private java.util.List<java.lang.String> extraLocationTypes;
453453

454-
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
455-
otherwise. This is primarily for internal usage.
454+
/** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is
455+
primarily intended for internal usage.
456456
*/
457457
public java.util.List<java.lang.String> getExtraLocationTypes() {
458458
return extraLocationTypes;
459459
}
460460

461461
/**
462-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
463-
* documented otherwise. This is primarily for internal usage.
462+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
463+
* is primarily intended for internal usage.
464464
*/
465465
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
466466
this.extraLocationTypes = extraLocationTypes;
@@ -3541,6 +3541,38 @@ public List setParent(java.lang.String parent) {
35413541
return this;
35423542
}
35433543

3544+
/** Optional. An expression for filtering the results of the request. */
3545+
@com.google.api.client.util.Key
3546+
private java.lang.String filter;
3547+
3548+
/** Optional. An expression for filtering the results of the request.
3549+
*/
3550+
public java.lang.String getFilter() {
3551+
return filter;
3552+
}
3553+
3554+
/** Optional. An expression for filtering the results of the request. */
3555+
public List setFilter(java.lang.String filter) {
3556+
this.filter = filter;
3557+
return this;
3558+
}
3559+
3560+
/** Optional. An expression for ordering the results of the request. */
3561+
@com.google.api.client.util.Key
3562+
private java.lang.String orderBy;
3563+
3564+
/** Optional. An expression for ordering the results of the request.
3565+
*/
3566+
public java.lang.String getOrderBy() {
3567+
return orderBy;
3568+
}
3569+
3570+
/** Optional. An expression for ordering the results of the request. */
3571+
public List setOrderBy(java.lang.String orderBy) {
3572+
this.orderBy = orderBy;
3573+
return this;
3574+
}
3575+
35443576
/**
35453577
* Optional. The maximum number of items to return. If unspecified, at most 50 Exadata
35463578
* infrastructures will be returned. The maximum value is 1000; values above 1000 will be
@@ -4933,6 +4965,31 @@ public List setParent(java.lang.String parent) {
49334965
return this;
49344966
}
49354967

4968+
/**
4969+
* Optional. An expression for filtering the results of the request. Only the
4970+
* gcp_oracle_zone_id field is supported in this format:
4971+
* `gcp_oracle_zone_id="{gcp_oracle_zone_id}"`.
4972+
*/
4973+
@com.google.api.client.util.Key
4974+
private java.lang.String filter;
4975+
4976+
/** Optional. An expression for filtering the results of the request. Only the gcp_oracle_zone_id field
4977+
is supported in this format: `gcp_oracle_zone_id="{gcp_oracle_zone_id}"`.
4978+
*/
4979+
public java.lang.String getFilter() {
4980+
return filter;
4981+
}
4982+
4983+
/**
4984+
* Optional. An expression for filtering the results of the request. Only the
4985+
* gcp_oracle_zone_id field is supported in this format:
4986+
* `gcp_oracle_zone_id="{gcp_oracle_zone_id}"`.
4987+
*/
4988+
public List setFilter(java.lang.String filter) {
4989+
this.filter = filter;
4990+
return this;
4991+
}
4992+
49364993
/**
49374994
* Optional. The maximum number of items to return. If unspecified, at most 50 database
49384995
* system shapes will be returned. The maximum value is 1000; values above 1000 will be
@@ -5353,22 +5410,22 @@ public List setParent(java.lang.String parent) {
53535410
}
53545411

53555412
/**
5356-
* Optional. An expression for filtering the results of the request. Only the shape and
5357-
* gi_version fields are supported in this format: `shape="{shape}"`.
5413+
* Optional. An expression for filtering the results of the request. Only the shape,
5414+
* gcp_oracle_zone and gi_version fields are supported in this format: `shape="{shape}"`.
53585415
*/
53595416
@com.google.api.client.util.Key
53605417
private java.lang.String filter;
53615418

5362-
/** Optional. An expression for filtering the results of the request. Only the shape and gi_version
5363-
fields are supported in this format: `shape="{shape}"`.
5419+
/** Optional. An expression for filtering the results of the request. Only the shape, gcp_oracle_zone
5420+
and gi_version fields are supported in this format: `shape="{shape}"`.
53645421
*/
53655422
public java.lang.String getFilter() {
53665423
return filter;
53675424
}
53685425

53695426
/**
5370-
* Optional. An expression for filtering the results of the request. Only the shape and
5371-
* gi_version fields are supported in this format: `shape="{shape}"`.
5427+
* Optional. An expression for filtering the results of the request. Only the shape,
5428+
* gcp_oracle_zone and gi_version fields are supported in this format: `shape="{shape}"`.
53725429
*/
53735430
public List setFilter(java.lang.String filter) {
53745431
this.filter = filter;

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ public final class OdbNetwork extends com.google.api.client.json.GenericJson {
4444
@com.google.api.client.util.Key
4545
private java.lang.String entitlementId;
4646

47+
/**
48+
* Optional. The GCP Oracle zone where OdbNetwork is hosted. Example: us-east4-b-r2. If not
49+
* specified, the system will pick a zone based on availability.
50+
* The value may be {@code null}.
51+
*/
52+
@com.google.api.client.util.Key
53+
private java.lang.String gcpOracleZone;
54+
4755
/**
4856
* Optional. Labels or tags associated with the resource.
4957
* The value may be {@code null}.
@@ -108,6 +116,25 @@ public OdbNetwork setEntitlementId(java.lang.String entitlementId) {
108116
return this;
109117
}
110118

119+
/**
120+
* Optional. The GCP Oracle zone where OdbNetwork is hosted. Example: us-east4-b-r2. If not
121+
* specified, the system will pick a zone based on availability.
122+
* @return value or {@code null} for none
123+
*/
124+
public java.lang.String getGcpOracleZone() {
125+
return gcpOracleZone;
126+
}
127+
128+
/**
129+
* Optional. The GCP Oracle zone where OdbNetwork is hosted. Example: us-east4-b-r2. If not
130+
* specified, the system will pick a zone based on availability.
131+
* @param gcpOracleZone gcpOracleZone or {@code null} for none
132+
*/
133+
public OdbNetwork setGcpOracleZone(java.lang.String gcpOracleZone) {
134+
this.gcpOracleZone = gcpOracleZone;
135+
return this;
136+
}
137+
111138
/**
112139
* Optional. Labels or tags associated with the resource.
113140
* @return value or {@code null} for none

clients/google-api-services-oracledatabase/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-oracledatabase</artifactId>
11-
<version>v1-rev20250901-2.0.0</version>
12-
<name>Oracle Database@Google Cloud API v1-rev20250901-2.0.0</name>
11+
<version>v1-rev20250910-2.0.0</version>
12+
<name>Oracle Database@Google Cloud API v1-rev20250910-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-oracledatabase/v1/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-rev20250901-2.0.0</version>
25+
<version>v1-rev20250910-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-rev20250901-2.0.0'
38+
implementation 'com.google.apis:google-api-services-oracledatabase:v1-rev20250910-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)