@@ -353,8 +353,8 @@ public final UnaryCallable<GetInstanceRequest, Instance> getInstanceCallable() {
353353 *
354354 * @param parent Required. The resource name of the instance location using the form:
355355 * `projects/{project_id}/locations/{location_id}` where `location_id` refers to a GCP region.
356- * @param instance_id Required. The logical name of the Redis instance in the customer project
357- * with the following restrictions:
356+ * @param instanceId Required. The logical name of the Redis instance in the customer project with
357+ * the following restrictions:
358358 * <ul>
359359 * <li>Must contain only lowercase letters, numbers, and hyphens.
360360 * <li>Must start with a letter.
@@ -394,8 +394,8 @@ public final OperationFuture<Instance, OperationMetadata> createInstanceAsync(
394394 *
395395 * @param parent Required. The resource name of the instance location using the form:
396396 * `projects/{project_id}/locations/{location_id}` where `location_id` refers to a GCP region.
397- * @param instance_id Required. The logical name of the Redis instance in the customer project
398- * with the following restrictions:
397+ * @param instanceId Required. The logical name of the Redis instance in the customer project with
398+ * the following restrictions:
399399 * <ul>
400400 * <li>Must contain only lowercase letters, numbers, and hyphens.
401401 * <li>Must start with a letter.
@@ -492,7 +492,7 @@ public final UnaryCallable<CreateInstanceRequest, Operation> createInstanceCalla
492492 * The returned operation is automatically deleted after a few hours, so there is no need to call
493493 * DeleteOperation.
494494 *
495- * @param update_mask Required. Mask of fields to update. At least one path must be supplied in
495+ * @param updateMask Required. Mask of fields to update. At least one path must be supplied in
496496 * this field. The elements of the repeated paths field may only include these fields from
497497 * [Instance][google.cloud.redis.v1.Instance]:
498498 * <p>* `displayName` * `labels` * `memorySizeGb` * `redisConfig`
@@ -558,7 +558,7 @@ public final UnaryCallable<UpdateInstanceRequest, Operation> updateInstanceCalla
558558 * @param name Required. Redis instance resource name using the form:
559559 * `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id`
560560 * refers to a GCP region.
561- * @param redis_version Required. Specifies the target version of Redis software to upgrade to.
561+ * @param redisVersion Required. Specifies the target version of Redis software to upgrade to.
562562 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
563563 */
564564 public final OperationFuture <Instance , OperationMetadata > upgradeInstanceAsync (
@@ -578,7 +578,7 @@ public final OperationFuture<Instance, OperationMetadata> upgradeInstanceAsync(
578578 * @param name Required. Redis instance resource name using the form:
579579 * `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id`
580580 * refers to a GCP region.
581- * @param redis_version Required. Specifies the target version of Redis software to upgrade to.
581+ * @param redisVersion Required. Specifies the target version of Redis software to upgrade to.
582582 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
583583 */
584584 public final OperationFuture <Instance , OperationMetadata > upgradeInstanceAsync (
@@ -634,7 +634,7 @@ public final UnaryCallable<UpgradeInstanceRequest, Operation> upgradeInstanceCal
634634 * @param name Required. Redis instance resource name using the form:
635635 * `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id`
636636 * refers to a GCP region.
637- * @param input_config Required. Specify data to be imported.
637+ * @param inputConfig Required. Specify data to be imported.
638638 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
639639 */
640640 public final OperationFuture <Instance , OperationMetadata > importInstanceAsync (
@@ -707,7 +707,7 @@ public final UnaryCallable<ImportInstanceRequest, Operation> importInstanceCalla
707707 * @param name Required. Redis instance resource name using the form:
708708 * `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id`
709709 * refers to a GCP region.
710- * @param output_config Required. Specify data to be exported.
710+ * @param outputConfig Required. Specify data to be exported.
711711 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
712712 */
713713 public final OperationFuture <Instance , OperationMetadata > exportInstanceAsync (
@@ -773,7 +773,7 @@ public final UnaryCallable<ExportInstanceRequest, Operation> exportInstanceCalla
773773 * @param name Required. Redis instance resource name using the form:
774774 * `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id`
775775 * refers to a GCP region.
776- * @param data_protection_mode Optional. Available data protection modes that the user can choose.
776+ * @param dataProtectionMode Optional. Available data protection modes that the user can choose.
777777 * If it's unspecified, data protection mode will be LIMITED_DATA_LOSS by default.
778778 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
779779 */
@@ -795,7 +795,7 @@ public final OperationFuture<Instance, OperationMetadata> failoverInstanceAsync(
795795 * @param name Required. Redis instance resource name using the form:
796796 * `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id`
797797 * refers to a GCP region.
798- * @param data_protection_mode Optional. Available data protection modes that the user can choose.
798+ * @param dataProtectionMode Optional. Available data protection modes that the user can choose.
799799 * If it's unspecified, data protection mode will be LIMITED_DATA_LOSS by default.
800800 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
801801 */
0 commit comments