@@ -192,7 +192,7 @@ public final OperationsClient getOperationsClient() {
192192 * <p>This method returns a long-running `Operation`, which includes the build ID. Pass the build
193193 * ID to `GetBuild` to determine the build status (such as `SUCCESS` or `FAILURE`).
194194 *
195- * @param project_id Required. ID of the project.
195+ * @param projectId Required. ID of the project.
196196 * @param build Required. Build resource to create.
197197 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
198198 */
@@ -252,7 +252,7 @@ public final UnaryCallable<CreateBuildRequest, Operation> createBuildCallable()
252252 * <p>The `Build` that is returned includes its status (such as `SUCCESS`, `FAILURE`, or
253253 * `WORKING`), and timing information.
254254 *
255- * @param project_id Required. ID of the project.
255+ * @param projectId Required. ID of the project.
256256 * @param id Required. ID of the build.
257257 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
258258 */
@@ -296,7 +296,7 @@ public final UnaryCallable<GetBuildRequest, Build> getBuildCallable() {
296296 * <p>Previously requested builds may still be in-progress, or may have finished successfully or
297297 * unsuccessfully.
298298 *
299- * @param project_id Required. ID of the project.
299+ * @param projectId Required. ID of the project.
300300 * @param filter The raw filter text to constrain the results.
301301 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
302302 */
@@ -350,7 +350,7 @@ public final UnaryCallable<ListBuildsRequest, ListBuildsResponse> listBuildsCall
350350 /**
351351 * Cancels a build in progress.
352352 *
353- * @param project_id Required. ID of the project.
353+ * @param projectId Required. ID of the project.
354354 * @param id Required. ID of the build.
355355 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
356356 */
@@ -415,7 +415,7 @@ public final UnaryCallable<CancelBuildRequest, Build> cancelBuildCallable() {
415415 * available depending on the bucket's lifecycle management settings.
416416 * </ul>
417417 *
418- * @param project_id Required. ID of the project.
418+ * @param projectId Required. ID of the project.
419419 * @param id Required. Build ID of the original build.
420420 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
421421 */
@@ -555,7 +555,7 @@ public final UnaryCallable<RetryBuildRequest, Operation> retryBuildCallable() {
555555 *
556556 * <p>This API is experimental.
557557 *
558- * @param project_id Required. ID of the project for which to configure automatic builds.
558+ * @param projectId Required. ID of the project for which to configure automatic builds.
559559 * @param trigger Required. `BuildTrigger` to create.
560560 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
561561 */
@@ -596,8 +596,8 @@ public final UnaryCallable<CreateBuildTriggerRequest, BuildTrigger> createBuildT
596596 *
597597 * <p>This API is experimental.
598598 *
599- * @param project_id Required. ID of the project that owns the trigger.
600- * @param trigger_id Required. Identifier (`id` or `name`) of the `BuildTrigger` to get.
599+ * @param projectId Required. ID of the project that owns the trigger.
600+ * @param triggerId Required. Identifier (`id` or `name`) of the `BuildTrigger` to get.
601601 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
602602 */
603603 public final BuildTrigger getBuildTrigger (String projectId , String triggerId ) {
@@ -637,7 +637,7 @@ public final UnaryCallable<GetBuildTriggerRequest, BuildTrigger> getBuildTrigger
637637 *
638638 * <p>This API is experimental.
639639 *
640- * @param project_id Required. ID of the project for which to list BuildTriggers.
640+ * @param projectId Required. ID of the project for which to list BuildTriggers.
641641 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
642642 */
643643 public final ListBuildTriggersPagedResponse listBuildTriggers (String projectId ) {
@@ -691,8 +691,8 @@ public final ListBuildTriggersPagedResponse listBuildTriggers(ListBuildTriggersR
691691 *
692692 * <p>This API is experimental.
693693 *
694- * @param project_id Required. ID of the project that owns the trigger.
695- * @param trigger_id Required. ID of the `BuildTrigger` to delete.
694+ * @param projectId Required. ID of the project that owns the trigger.
695+ * @param triggerId Required. ID of the `BuildTrigger` to delete.
696696 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
697697 */
698698 public final void deleteBuildTrigger (String projectId , String triggerId ) {
@@ -735,8 +735,8 @@ public final UnaryCallable<DeleteBuildTriggerRequest, Empty> deleteBuildTriggerC
735735 *
736736 * <p>This API is experimental.
737737 *
738- * @param project_id Required. ID of the project that owns the trigger.
739- * @param trigger_id Required. ID of the `BuildTrigger` to update.
738+ * @param projectId Required. ID of the project that owns the trigger.
739+ * @param triggerId Required. ID of the `BuildTrigger` to update.
740740 * @param trigger Required. `BuildTrigger` to update.
741741 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
742742 */
@@ -780,8 +780,8 @@ public final UnaryCallable<UpdateBuildTriggerRequest, BuildTrigger> updateBuildT
780780 /**
781781 * Runs a `BuildTrigger` at a particular source revision.
782782 *
783- * @param project_id Required. ID of the project.
784- * @param trigger_id Required. ID of the trigger.
783+ * @param projectId Required. ID of the project.
784+ * @param triggerId Required. ID of the trigger.
785785 * @param source Required. Source to build against this trigger.
786786 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
787787 */
0 commit comments