@@ -269,7 +269,7 @@ public final UnaryCallable<ListDatabasesRequest, ListDatabasesResponse> listData
269269 *
270270 * @param parent Required. The name of the instance that will serve the new database. Values are
271271 * of the form `projects/<project>/instances/<instance>`.
272- * @param create_statement Required. A `CREATE DATABASE` statement, which specifies the ID of the
272+ * @param createStatement Required. A `CREATE DATABASE` statement, which specifies the ID of the
273273 * new database. The database ID must conform to the regular expression
274274 * `[a-z][a-z0-9_\\-]*[a-z0-9]` and be between 2 and 30 characters in length. If the
275275 * database ID is a reserved word or if it contains a hyphen, the database ID must be enclosed
@@ -298,7 +298,7 @@ public final OperationFuture<Database, CreateDatabaseMetadata> createDatabaseAsy
298298 *
299299 * @param parent Required. The name of the instance that will serve the new database. Values are
300300 * of the form `projects/<project>/instances/<instance>`.
301- * @param create_statement Required. A `CREATE DATABASE` statement, which specifies the ID of the
301+ * @param createStatement Required. A `CREATE DATABASE` statement, which specifies the ID of the
302302 * new database. The database ID must conform to the regular expression
303303 * `[a-z][a-z0-9_\\-]*[a-z0-9]` and be between 2 and 30 characters in length. If the
304304 * database ID is a reserved word or if it contains a hyphen, the database ID must be enclosed
@@ -881,7 +881,7 @@ public final TestIamPermissionsResponse testIamPermissions(TestIamPermissionsReq
881881 * will be stored in the location(s) specified in the instance configuration of this instance.
882882 * Values are of the form `projects/<project>/instances/<instance>`.
883883 * @param backup Required. The backup to create.
884- * @param backup_id Required. The id of the backup to be created. The `backup_id` appended to
884+ * @param backupId Required. The id of the backup to be created. The `backup_id` appended to
885885 * `parent` forms the full backup name of the form
886886 * `projects/<project>/instances/<instance>/backups/<backup_id>`.
887887 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
@@ -915,7 +915,7 @@ public final OperationFuture<Backup, CreateBackupMetadata> createBackupAsync(
915915 * will be stored in the location(s) specified in the instance configuration of this instance.
916916 * Values are of the form `projects/<project>/instances/<instance>`.
917917 * @param backup Required. The backup to create.
918- * @param backup_id Required. The id of the backup to be created. The `backup_id` appended to
918+ * @param backupId Required. The id of the backup to be created. The `backup_id` appended to
919919 * `parent` forms the full backup name of the form
920920 * `projects/<project>/instances/<instance>/backups/<backup_id>`.
921921 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
@@ -1046,7 +1046,7 @@ public final UnaryCallable<GetBackupRequest, Backup> getBackupCallable() {
10461046 * @param backup Required. The backup to update. `backup.name`, and the fields to be updated as
10471047 * specified by `update_mask` are required. Other fields are ignored. Update is only supported
10481048 * for the following fields: * `backup.expire_time`.
1049- * @param update_mask Required. A mask specifying which fields (e.g. `expire_time`) in the Backup
1049+ * @param updateMask Required. A mask specifying which fields (e.g. `expire_time`) in the Backup
10501050 * resource should be updated. This mask is relative to the Backup resource, not to the
10511051 * request message. The field mask must always be specified; this prevents any future fields
10521052 * from being erased accidentally by clients that do not know about them.
@@ -1214,9 +1214,9 @@ public final UnaryCallable<ListBackupsRequest, ListBackupsResponse> listBackupsC
12141214 * instance must be in the same project and have the same instance configuration as the
12151215 * instance containing the source backup. Values are of the form
12161216 * `projects/<project>/instances/<instance>`.
1217- * @param database_id Required. The id of the database to create and restore to. This database
1218- * must not already exist. The `database_id` appended to `parent` forms the full database name
1219- * of the form
1217+ * @param databaseId Required. The id of the database to create and restore to. This database must
1218+ * not already exist. The `database_id` appended to `parent` forms the full database name of
1219+ * the form
12201220 * `projects/<project>/instances/<instance>/databases/<database_id>`.
12211221 * @param backup Name of the backup from which to restore. Values are of the form
12221222 * `projects/<project>/instances/<instance>/backups/<backup>`.
@@ -1254,9 +1254,9 @@ public final OperationFuture<Database, RestoreDatabaseMetadata> restoreDatabaseA
12541254 * instance must be in the same project and have the same instance configuration as the
12551255 * instance containing the source backup. Values are of the form
12561256 * `projects/<project>/instances/<instance>`.
1257- * @param database_id Required. The id of the database to create and restore to. This database
1258- * must not already exist. The `database_id` appended to `parent` forms the full database name
1259- * of the form
1257+ * @param databaseId Required. The id of the database to create and restore to. This database must
1258+ * not already exist. The `database_id` appended to `parent` forms the full database name of
1259+ * the form
12601260 * `projects/<project>/instances/<instance>/databases/<database_id>`.
12611261 * @param backup Name of the backup from which to restore. Values are of the form
12621262 * `projects/<project>/instances/<instance>/backups/<backup>`.
@@ -1294,9 +1294,9 @@ public final OperationFuture<Database, RestoreDatabaseMetadata> restoreDatabaseA
12941294 * instance must be in the same project and have the same instance configuration as the
12951295 * instance containing the source backup. Values are of the form
12961296 * `projects/<project>/instances/<instance>`.
1297- * @param database_id Required. The id of the database to create and restore to. This database
1298- * must not already exist. The `database_id` appended to `parent` forms the full database name
1299- * of the form
1297+ * @param databaseId Required. The id of the database to create and restore to. This database must
1298+ * not already exist. The `database_id` appended to `parent` forms the full database name of
1299+ * the form
13001300 * `projects/<project>/instances/<instance>/databases/<database_id>`.
13011301 * @param backup Name of the backup from which to restore. Values are of the form
13021302 * `projects/<project>/instances/<instance>/backups/<backup>`.
@@ -1334,9 +1334,9 @@ public final OperationFuture<Database, RestoreDatabaseMetadata> restoreDatabaseA
13341334 * instance must be in the same project and have the same instance configuration as the
13351335 * instance containing the source backup. Values are of the form
13361336 * `projects/<project>/instances/<instance>`.
1337- * @param database_id Required. The id of the database to create and restore to. This database
1338- * must not already exist. The `database_id` appended to `parent` forms the full database name
1339- * of the form
1337+ * @param databaseId Required. The id of the database to create and restore to. This database must
1338+ * not already exist. The `database_id` appended to `parent` forms the full database name of
1339+ * the form
13401340 * `projects/<project>/instances/<instance>/databases/<database_id>`.
13411341 * @param backup Name of the backup from which to restore. Values are of the form
13421342 * `projects/<project>/instances/<instance>/backups/<backup>`.
0 commit comments