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/model/AutonomousDatabase.java
+6-6
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
-
* Required. The subnet CIDR range for the Autonmous Database.
42
+
* Optional. The subnet CIDR range for the Autonmous Database.
43
43
* The value may be {@code null}.
44
44
*/
45
45
@com.google.api.client.util.Key
@@ -91,7 +91,7 @@ public final class AutonomousDatabase extends com.google.api.client.json.Generic
91
91
privatejava.lang.Stringname;
92
92
93
93
/**
94
-
* Required. The name of the VPC network used by the Autonomous Database in the following format:
94
+
* Optional. The name of the VPC network used by the Autonomous Database in the following format:
95
95
* projects/{project}/global/networks/{network}
96
96
* The value may be {@code null}.
97
97
*/
@@ -123,15 +123,15 @@ public AutonomousDatabase setAdminPassword(java.lang.String adminPassword) {
123
123
}
124
124
125
125
/**
126
-
* Required. The subnet CIDR range for the Autonmous Database.
126
+
* Optional. The subnet CIDR range for the Autonmous Database.
127
127
* @return value or {@code null} for none
128
128
*/
129
129
publicjava.lang.StringgetCidr() {
130
130
returncidr;
131
131
}
132
132
133
133
/**
134
-
* Required. The subnet CIDR range for the Autonmous Database.
134
+
* Optional. The subnet CIDR range for the Autonmous Database.
0 commit comments