@@ -21,13 +21,13 @@ class AutonomousDatabase extends \Google\Collection
2121{
2222 protected $ collection_key = 'peerAutonomousDatabases ' ;
2323 /**
24- * Optional. The password for the default ADMIN user.
24+ * Optional. Immutable. The password for the default ADMIN user.
2525 *
2626 * @var string
2727 */
2828 public $ adminPassword ;
2929 /**
30- * Optional. The subnet CIDR range for the Autonomous Database.
30+ * Optional. Immutable. The subnet CIDR range for the Autonomous Database.
3131 *
3232 * @var string
3333 */
@@ -39,9 +39,9 @@ class AutonomousDatabase extends \Google\Collection
3939 */
4040 public $ createTime ;
4141 /**
42- * Optional. The name of the Autonomous Database. The database name must be
43- * unique in the project. The name must begin with a letter and can contain a
44- * maximum of 30 alphanumeric characters.
42+ * Optional. Immutable. The name of the Autonomous Database. The database name
43+ * must be unique in the project. The name must begin with a letter and can
44+ * contain a maximum of 30 alphanumeric characters.
4545 *
4646 * @var string
4747 */
@@ -54,8 +54,8 @@ class AutonomousDatabase extends \Google\Collection
5454 */
5555 public $ disasterRecoverySupportedLocations ;
5656 /**
57- * Optional. The display name for the Autonomous Database. The name does not
58- * have to be unique within your project.
57+ * Optional. Immutable. The display name for the Autonomous Database. The name
58+ * does not have to be unique within your project.
5959 *
6060 * @var string
6161 */
@@ -82,15 +82,16 @@ class AutonomousDatabase extends \Google\Collection
8282 */
8383 public $ name ;
8484 /**
85- * Optional. The name of the VPC network used by the Autonomous Database in
86- * the following format: projects/{project}/global/networks/{network}
85+ * Optional. Immutable. The name of the VPC network used by the Autonomous
86+ * Database in the following format:
87+ * projects/{project}/global/networks/{network}
8788 *
8889 * @var string
8990 */
9091 public $ network ;
9192 /**
92- * Optional. The name of the OdbNetwork associated with the Autonomous
93- * Database. Format:
93+ * Optional. Immutable. The name of the OdbNetwork associated with the
94+ * Autonomous Database. Format:
9495 * projects/{project}/locations/{location}/odbNetworks/{odb_network} It is
9596 * optional but if specified, this should match the parent ODBNetwork of the
9697 * OdbSubnet.
@@ -99,9 +100,9 @@ class AutonomousDatabase extends \Google\Collection
99100 */
100101 public $ odbNetwork ;
101102 /**
102- * Optional. The name of the OdbSubnet associated with the Autonomous
103- * Database. Format: projects/{project}/locations/{location}/odbNetworks/{odb_
104- * network }/odbSubnets/{odb_subnet}
103+ * Optional. Immutable. The name of the OdbSubnet associated with the
104+ * Autonomous Database. Format: projects/{project}/locations/{location}/odbNet
105+ * works/{odb_network }/odbSubnets/{odb_subnet}
105106 *
106107 * @var string
107108 */
@@ -119,7 +120,7 @@ class AutonomousDatabase extends \Google\Collection
119120 protected $ sourceConfigDataType = '' ;
120121
121122 /**
122- * Optional. The password for the default ADMIN user.
123+ * Optional. Immutable. The password for the default ADMIN user.
123124 *
124125 * @param string $adminPassword
125126 */
@@ -135,7 +136,7 @@ public function getAdminPassword()
135136 return $ this ->adminPassword ;
136137 }
137138 /**
138- * Optional. The subnet CIDR range for the Autonomous Database.
139+ * Optional. Immutable. The subnet CIDR range for the Autonomous Database.
139140 *
140141 * @param string $cidr
141142 */
@@ -167,9 +168,9 @@ public function getCreateTime()
167168 return $ this ->createTime ;
168169 }
169170 /**
170- * Optional. The name of the Autonomous Database. The database name must be
171- * unique in the project. The name must begin with a letter and can contain a
172- * maximum of 30 alphanumeric characters.
171+ * Optional. Immutable. The name of the Autonomous Database. The database name
172+ * must be unique in the project. The name must begin with a letter and can
173+ * contain a maximum of 30 alphanumeric characters.
173174 *
174175 * @param string $database
175176 */
@@ -202,8 +203,8 @@ public function getDisasterRecoverySupportedLocations()
202203 return $ this ->disasterRecoverySupportedLocations ;
203204 }
204205 /**
205- * Optional. The display name for the Autonomous Database. The name does not
206- * have to be unique within your project.
206+ * Optional. Immutable. The display name for the Autonomous Database. The name
207+ * does not have to be unique within your project.
207208 *
208209 * @param string $displayName
209210 */
@@ -270,8 +271,9 @@ public function getName()
270271 return $ this ->name ;
271272 }
272273 /**
273- * Optional. The name of the VPC network used by the Autonomous Database in
274- * the following format: projects/{project}/global/networks/{network}
274+ * Optional. Immutable. The name of the VPC network used by the Autonomous
275+ * Database in the following format:
276+ * projects/{project}/global/networks/{network}
275277 *
276278 * @param string $network
277279 */
@@ -287,8 +289,8 @@ public function getNetwork()
287289 return $ this ->network ;
288290 }
289291 /**
290- * Optional. The name of the OdbNetwork associated with the Autonomous
291- * Database. Format:
292+ * Optional. Immutable. The name of the OdbNetwork associated with the
293+ * Autonomous Database. Format:
292294 * projects/{project}/locations/{location}/odbNetworks/{odb_network} It is
293295 * optional but if specified, this should match the parent ODBNetwork of the
294296 * OdbSubnet.
@@ -307,9 +309,9 @@ public function getOdbNetwork()
307309 return $ this ->odbNetwork ;
308310 }
309311 /**
310- * Optional. The name of the OdbSubnet associated with the Autonomous
311- * Database. Format: projects/{project}/locations/{location}/odbNetworks/{odb_
312- * network }/odbSubnets/{odb_subnet}
312+ * Optional. Immutable. The name of the OdbSubnet associated with the
313+ * Autonomous Database. Format: projects/{project}/locations/{location}/odbNet
314+ * works/{odb_network }/odbSubnets/{odb_subnet}
313315 *
314316 * @param string $odbSubnet
315317 */
@@ -358,9 +360,10 @@ public function getProperties()
358360 return $ this ->properties ;
359361 }
360362 /**
361- * Optional. The source Autonomous Database configuration for the standby
362- * Autonomous Database. The source Autonomous Database is configured while
363- * creating the Peer Autonomous Database and can't be updated after creation.
363+ * Optional. Immutable. The source Autonomous Database configuration for the
364+ * standby Autonomous Database. The source Autonomous Database is configured
365+ * while creating the Peer Autonomous Database and can't be updated after
366+ * creation.
364367 *
365368 * @param SourceConfig $sourceConfig
366369 */
0 commit comments