100100 * methods:
101101 *
102102 * <ol>
103- * <li> A "flattened" method. With this type of method, the fields of the request type have been
103+ * <li>A "flattened" method. With this type of method, the fields of the request type have been
104104 * converted into function parameters. It may be the case that not all fields are available as
105105 * parameters, and not every API method will have a flattened method entry point.
106- * <li> A "request object" method. This type of method only takes one parameter, a request object,
106+ * <li>A "request object" method. This type of method only takes one parameter, a request object,
107107 * which must be constructed before the call. Not every API method will have a request object
108108 * method.
109- * <li> A "callable" method. This type of method takes no parameters and returns an immutable API
109+ * <li>A "callable" method. This type of method takes no parameters and returns an immutable API
110110 * callable object, which can be used to initiate calls to the service.
111111 * </ol>
112112 *
@@ -609,26 +609,26 @@ public final UnaryCallable<CancelBuildRequest, Build> cancelBuildCallable() {
609609 * <p>For triggered builds:
610610 *
611611 * <ul>
612- * <li> Triggered builds resolve to a precise revision; therefore a retry of a triggered build
612+ * <li>Triggered builds resolve to a precise revision; therefore a retry of a triggered build
613613 * will result in a build that uses the same revision.
614614 * </ul>
615615 *
616616 * <p>For non-triggered builds that specify `RepoSource`:
617617 *
618618 * <ul>
619- * <li> If the original build built from the tip of a branch, the retried build will build from
619+ * <li>If the original build built from the tip of a branch, the retried build will build from
620620 * the tip of that branch, which may not be the same revision as the original build.
621- * <li> If the original build specified a commit sha or revision ID, the retried build will use
621+ * <li>If the original build specified a commit sha or revision ID, the retried build will use
622622 * the identical source.
623623 * </ul>
624624 *
625625 * <p>For builds that specify `StorageSource`:
626626 *
627627 * <ul>
628- * <li> If the original build pulled source from Google Cloud Storage without specifying the
628+ * <li>If the original build pulled source from Google Cloud Storage without specifying the
629629 * generation of the object, the new build will use the current object, which may be
630630 * different from the original build source.
631- * <li> If the original build pulled source from Cloud Storage and specified the generation of
631+ * <li>If the original build pulled source from Cloud Storage and specified the generation of
632632 * the object, the new build will attempt to use the same object, which may or may not be
633633 * available depending on the bucket's lifecycle management settings.
634634 * </ul>
@@ -664,26 +664,26 @@ public final OperationFuture<Build, BuildOperationMetadata> retryBuildAsync(
664664 * <p>For triggered builds:
665665 *
666666 * <ul>
667- * <li> Triggered builds resolve to a precise revision; therefore a retry of a triggered build
667+ * <li>Triggered builds resolve to a precise revision; therefore a retry of a triggered build
668668 * will result in a build that uses the same revision.
669669 * </ul>
670670 *
671671 * <p>For non-triggered builds that specify `RepoSource`:
672672 *
673673 * <ul>
674- * <li> If the original build built from the tip of a branch, the retried build will build from
674+ * <li>If the original build built from the tip of a branch, the retried build will build from
675675 * the tip of that branch, which may not be the same revision as the original build.
676- * <li> If the original build specified a commit sha or revision ID, the retried build will use
676+ * <li>If the original build specified a commit sha or revision ID, the retried build will use
677677 * the identical source.
678678 * </ul>
679679 *
680680 * <p>For builds that specify `StorageSource`:
681681 *
682682 * <ul>
683- * <li> If the original build pulled source from Google Cloud Storage without specifying the
683+ * <li>If the original build pulled source from Google Cloud Storage without specifying the
684684 * generation of the object, the new build will use the current object, which may be
685685 * different from the original build source.
686- * <li> If the original build pulled source from Cloud Storage and specified the generation of
686+ * <li>If the original build pulled source from Cloud Storage and specified the generation of
687687 * the object, the new build will attempt to use the same object, which may or may not be
688688 * available depending on the bucket's lifecycle management settings.
689689 * </ul>
@@ -720,26 +720,26 @@ public final OperationFuture<Build, BuildOperationMetadata> retryBuildAsync(
720720 * <p>For triggered builds:
721721 *
722722 * <ul>
723- * <li> Triggered builds resolve to a precise revision; therefore a retry of a triggered build
723+ * <li>Triggered builds resolve to a precise revision; therefore a retry of a triggered build
724724 * will result in a build that uses the same revision.
725725 * </ul>
726726 *
727727 * <p>For non-triggered builds that specify `RepoSource`:
728728 *
729729 * <ul>
730- * <li> If the original build built from the tip of a branch, the retried build will build from
730+ * <li>If the original build built from the tip of a branch, the retried build will build from
731731 * the tip of that branch, which may not be the same revision as the original build.
732- * <li> If the original build specified a commit sha or revision ID, the retried build will use
732+ * <li>If the original build specified a commit sha or revision ID, the retried build will use
733733 * the identical source.
734734 * </ul>
735735 *
736736 * <p>For builds that specify `StorageSource`:
737737 *
738738 * <ul>
739- * <li> If the original build pulled source from Google Cloud Storage without specifying the
739+ * <li>If the original build pulled source from Google Cloud Storage without specifying the
740740 * generation of the object, the new build will use the current object, which may be
741741 * different from the original build source.
742- * <li> If the original build pulled source from Cloud Storage and specified the generation of
742+ * <li>If the original build pulled source from Cloud Storage and specified the generation of
743743 * the object, the new build will attempt to use the same object, which may or may not be
744744 * available depending on the bucket's lifecycle management settings.
745745 * </ul>
@@ -776,26 +776,26 @@ public final OperationFuture<Build, BuildOperationMetadata> retryBuildAsync(
776776 * <p>For triggered builds:
777777 *
778778 * <ul>
779- * <li> Triggered builds resolve to a precise revision; therefore a retry of a triggered build
779+ * <li>Triggered builds resolve to a precise revision; therefore a retry of a triggered build
780780 * will result in a build that uses the same revision.
781781 * </ul>
782782 *
783783 * <p>For non-triggered builds that specify `RepoSource`:
784784 *
785785 * <ul>
786- * <li> If the original build built from the tip of a branch, the retried build will build from
786+ * <li>If the original build built from the tip of a branch, the retried build will build from
787787 * the tip of that branch, which may not be the same revision as the original build.
788- * <li> If the original build specified a commit sha or revision ID, the retried build will use
788+ * <li>If the original build specified a commit sha or revision ID, the retried build will use
789789 * the identical source.
790790 * </ul>
791791 *
792792 * <p>For builds that specify `StorageSource`:
793793 *
794794 * <ul>
795- * <li> If the original build pulled source from Google Cloud Storage without specifying the
795+ * <li>If the original build pulled source from Google Cloud Storage without specifying the
796796 * generation of the object, the new build will use the current object, which may be
797797 * different from the original build source.
798- * <li> If the original build pulled source from Cloud Storage and specified the generation of
798+ * <li>If the original build pulled source from Cloud Storage and specified the generation of
799799 * the object, the new build will attempt to use the same object, which may or may not be
800800 * available depending on the bucket's lifecycle management settings.
801801 * </ul>
@@ -2202,7 +2202,10 @@ public boolean awaitTermination(long duration, TimeUnit unit) throws Interrupted
22022202
22032203 public static class ListBuildsPagedResponse
22042204 extends AbstractPagedListResponse <
2205- ListBuildsRequest , ListBuildsResponse , Build , ListBuildsPage ,
2205+ ListBuildsRequest ,
2206+ ListBuildsResponse ,
2207+ Build ,
2208+ ListBuildsPage ,
22062209 ListBuildsFixedSizeCollection > {
22072210
22082211 public static ApiFuture <ListBuildsPagedResponse > createAsync (
@@ -2249,7 +2252,10 @@ public ApiFuture<ListBuildsPage> createPageAsync(
22492252
22502253 public static class ListBuildsFixedSizeCollection
22512254 extends AbstractFixedSizeCollection <
2252- ListBuildsRequest , ListBuildsResponse , Build , ListBuildsPage ,
2255+ ListBuildsRequest ,
2256+ ListBuildsResponse ,
2257+ Build ,
2258+ ListBuildsPage ,
22532259 ListBuildsFixedSizeCollection > {
22542260
22552261 private ListBuildsFixedSizeCollection (List <ListBuildsPage > pages , int collectionSize ) {
@@ -2269,7 +2275,10 @@ protected ListBuildsFixedSizeCollection createCollection(
22692275
22702276 public static class ListBuildTriggersPagedResponse
22712277 extends AbstractPagedListResponse <
2272- ListBuildTriggersRequest , ListBuildTriggersResponse , BuildTrigger , ListBuildTriggersPage ,
2278+ ListBuildTriggersRequest ,
2279+ ListBuildTriggersResponse ,
2280+ BuildTrigger ,
2281+ ListBuildTriggersPage ,
22732282 ListBuildTriggersFixedSizeCollection > {
22742283
22752284 public static ApiFuture <ListBuildTriggersPagedResponse > createAsync (
@@ -2290,7 +2299,9 @@ private ListBuildTriggersPagedResponse(ListBuildTriggersPage page) {
22902299
22912300 public static class ListBuildTriggersPage
22922301 extends AbstractPage <
2293- ListBuildTriggersRequest , ListBuildTriggersResponse , BuildTrigger ,
2302+ ListBuildTriggersRequest ,
2303+ ListBuildTriggersResponse ,
2304+ BuildTrigger ,
22942305 ListBuildTriggersPage > {
22952306
22962307 private ListBuildTriggersPage (
@@ -2320,7 +2331,10 @@ public ApiFuture<ListBuildTriggersPage> createPageAsync(
23202331
23212332 public static class ListBuildTriggersFixedSizeCollection
23222333 extends AbstractFixedSizeCollection <
2323- ListBuildTriggersRequest , ListBuildTriggersResponse , BuildTrigger , ListBuildTriggersPage ,
2334+ ListBuildTriggersRequest ,
2335+ ListBuildTriggersResponse ,
2336+ BuildTrigger ,
2337+ ListBuildTriggersPage ,
23242338 ListBuildTriggersFixedSizeCollection > {
23252339
23262340 private ListBuildTriggersFixedSizeCollection (
@@ -2341,7 +2355,10 @@ protected ListBuildTriggersFixedSizeCollection createCollection(
23412355
23422356 public static class ListWorkerPoolsPagedResponse
23432357 extends AbstractPagedListResponse <
2344- ListWorkerPoolsRequest , ListWorkerPoolsResponse , WorkerPool , ListWorkerPoolsPage ,
2358+ ListWorkerPoolsRequest ,
2359+ ListWorkerPoolsResponse ,
2360+ WorkerPool ,
2361+ ListWorkerPoolsPage ,
23452362 ListWorkerPoolsFixedSizeCollection > {
23462363
23472364 public static ApiFuture <ListWorkerPoolsPagedResponse > createAsync (
@@ -2391,7 +2408,10 @@ public ApiFuture<ListWorkerPoolsPage> createPageAsync(
23912408
23922409 public static class ListWorkerPoolsFixedSizeCollection
23932410 extends AbstractFixedSizeCollection <
2394- ListWorkerPoolsRequest , ListWorkerPoolsResponse , WorkerPool , ListWorkerPoolsPage ,
2411+ ListWorkerPoolsRequest ,
2412+ ListWorkerPoolsResponse ,
2413+ WorkerPool ,
2414+ ListWorkerPoolsPage ,
23952415 ListWorkerPoolsFixedSizeCollection > {
23962416
23972417 private ListWorkerPoolsFixedSizeCollection (
0 commit comments