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
+69-12Lines changed: 69 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -445,22 +445,22 @@ public List setName(java.lang.String name) {
445
445
}
446
446
447
447
/**
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
Copy file name to clipboardExpand all lines: clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/model/OdbNetwork.java
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,14 @@ public final class OdbNetwork extends com.google.api.client.json.GenericJson {
44
44
@com.google.api.client.util.Key
45
45
privatejava.lang.StringentitlementId;
46
46
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
+
privatejava.lang.StringgcpOracleZone;
54
+
47
55
/**
48
56
* Optional. Labels or tags associated with the resource.
49
57
* The value may be {@code null}.
@@ -108,6 +116,25 @@ public OdbNetwork setEntitlementId(java.lang.String entitlementId) {
108
116
returnthis;
109
117
}
110
118
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
+
publicjava.lang.StringgetGcpOracleZone() {
125
+
returngcpOracleZone;
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
0 commit comments