You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/OracleDatabase.java
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5352,6 +5352,29 @@ public List setParent(java.lang.String parent) {
5352
5352
returnthis;
5353
5353
}
5354
5354
5355
+
/**
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}"`.
5358
+
*/
5359
+
@com.google.api.client.util.Key
5360
+
privatejava.lang.Stringfilter;
5361
+
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}"`.
5364
+
*/
5365
+
publicjava.lang.StringgetFilter() {
5366
+
returnfilter;
5367
+
}
5368
+
5369
+
/**
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}"`.
5372
+
*/
5373
+
publicListsetFilter(java.lang.Stringfilter) {
5374
+
this.filter = filter;
5375
+
returnthis;
5376
+
}
5377
+
5355
5378
/**
5356
5379
* Optional. The maximum number of items to return. If unspecified, a maximum of 50 Oracle
5357
5380
* Grid Infrastructure (GI) versions will be returned. The maximum value is 1000; values
Copy file name to clipboardExpand all lines: clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/model/AutonomousDatabase.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ public final class AutonomousDatabase extends com.google.api.client.json.Generic
39
39
privatejava.lang.StringadminPassword;
40
40
41
41
/**
42
-
* Optional. The subnet CIDR range for the Autonmous Database.
42
+
* Optional. The subnet CIDR range for the Autonomous Database.
43
43
* The value may be {@code null}.
44
44
*/
45
45
@com.google.api.client.util.Key
@@ -147,15 +147,15 @@ public AutonomousDatabase setAdminPassword(java.lang.String adminPassword) {
147
147
}
148
148
149
149
/**
150
-
* Optional. The subnet CIDR range for the Autonmous Database.
150
+
* Optional. The subnet CIDR range for the Autonomous Database.
151
151
* @return value or {@code null} for none
152
152
*/
153
153
publicjava.lang.StringgetCidr() {
154
154
returncidr;
155
155
}
156
156
157
157
/**
158
-
* Optional. The subnet CIDR range for the Autonmous Database.
158
+
* Optional. The subnet CIDR range for the Autonomous Database.
Copy file name to clipboardExpand all lines: clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/model/SourceConfig.java
0 commit comments