@@ -269,7 +269,7 @@ public final UnaryCallable<ListDatabasesRequest, ListDatabasesResponse> listData
269
269
*
270
270
* @param parent Required. The name of the instance that will serve the new database. Values are
271
271
* 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
273
273
* new database. The database ID must conform to the regular expression
274
274
* `[a-z][a-z0-9_\\-]*[a-z0-9]` and be between 2 and 30 characters in length. If the
275
275
* 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
298
298
*
299
299
* @param parent Required. The name of the instance that will serve the new database. Values are
300
300
* 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
302
302
* new database. The database ID must conform to the regular expression
303
303
* `[a-z][a-z0-9_\\-]*[a-z0-9]` and be between 2 and 30 characters in length. If the
304
304
* 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
881
881
* will be stored in the location(s) specified in the instance configuration of this instance.
882
882
* Values are of the form `projects/<project>/instances/<instance>`.
883
883
* @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
885
885
* `parent` forms the full backup name of the form
886
886
* `projects/<project>/instances/<instance>/backups/<backup_id>`.
887
887
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
@@ -915,7 +915,7 @@ public final OperationFuture<Backup, CreateBackupMetadata> createBackupAsync(
915
915
* will be stored in the location(s) specified in the instance configuration of this instance.
916
916
* Values are of the form `projects/<project>/instances/<instance>`.
917
917
* @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
919
919
* `parent` forms the full backup name of the form
920
920
* `projects/<project>/instances/<instance>/backups/<backup_id>`.
921
921
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
@@ -1046,7 +1046,7 @@ public final UnaryCallable<GetBackupRequest, Backup> getBackupCallable() {
1046
1046
* @param backup Required. The backup to update. `backup.name`, and the fields to be updated as
1047
1047
* specified by `update_mask` are required. Other fields are ignored. Update is only supported
1048
1048
* 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
1050
1050
* resource should be updated. This mask is relative to the Backup resource, not to the
1051
1051
* request message. The field mask must always be specified; this prevents any future fields
1052
1052
* from being erased accidentally by clients that do not know about them.
@@ -1214,9 +1214,9 @@ public final UnaryCallable<ListBackupsRequest, ListBackupsResponse> listBackupsC
1214
1214
* instance must be in the same project and have the same instance configuration as the
1215
1215
* instance containing the source backup. Values are of the form
1216
1216
* `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
1220
1220
* `projects/<project>/instances/<instance>/databases/<database_id>`.
1221
1221
* @param backup Name of the backup from which to restore. Values are of the form
1222
1222
* `projects/<project>/instances/<instance>/backups/<backup>`.
@@ -1254,9 +1254,9 @@ public final OperationFuture<Database, RestoreDatabaseMetadata> restoreDatabaseA
1254
1254
* instance must be in the same project and have the same instance configuration as the
1255
1255
* instance containing the source backup. Values are of the form
1256
1256
* `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
1260
1260
* `projects/<project>/instances/<instance>/databases/<database_id>`.
1261
1261
* @param backup Name of the backup from which to restore. Values are of the form
1262
1262
* `projects/<project>/instances/<instance>/backups/<backup>`.
@@ -1294,9 +1294,9 @@ public final OperationFuture<Database, RestoreDatabaseMetadata> restoreDatabaseA
1294
1294
* instance must be in the same project and have the same instance configuration as the
1295
1295
* instance containing the source backup. Values are of the form
1296
1296
* `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
1300
1300
* `projects/<project>/instances/<instance>/databases/<database_id>`.
1301
1301
* @param backup Name of the backup from which to restore. Values are of the form
1302
1302
* `projects/<project>/instances/<instance>/backups/<backup>`.
@@ -1334,9 +1334,9 @@ public final OperationFuture<Database, RestoreDatabaseMetadata> restoreDatabaseA
1334
1334
* instance must be in the same project and have the same instance configuration as the
1335
1335
* instance containing the source backup. Values are of the form
1336
1336
* `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
1340
1340
* `projects/<project>/instances/<instance>/databases/<database_id>`.
1341
1341
* @param backup Name of the backup from which to restore. Values are of the form
1342
1342
* `projects/<project>/instances/<instance>/backups/<backup>`.
0 commit comments