Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 869f2ce

Browse files
1 parent 80fc6a7 commit 869f2ce

File tree

138 files changed

+31814
-19703
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+31814
-19703
lines changed

owl-bot-staging/v1/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/CloudBuildClient.java renamed to google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/CloudBuildClient.java

Lines changed: 50 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@
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(

owl-bot-staging/v1/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/CloudBuildSettings.java renamed to google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/CloudBuildSettings.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
import com.google.api.gax.rpc.ClientSettings;
3131
import com.google.api.gax.rpc.OperationCallSettings;
3232
import com.google.api.gax.rpc.PagedCallSettings;
33-
import com.google.api.gax.rpc.StubSettings;
3433
import com.google.api.gax.rpc.TransportChannelProvider;
3534
import com.google.api.gax.rpc.UnaryCallSettings;
3635
import com.google.cloud.devtools.cloudbuild.v1.stub.CloudBuildStubSettings;
@@ -76,9 +75,9 @@
7675
* <p>The default instance has everything set to sensible defaults:
7776
*
7877
* <ul>
79-
* <li> The default service address (cloudbuild.googleapis.com) and default port (443) are used.
80-
* <li> Credentials are acquired automatically through Application Default Credentials.
81-
* <li> Retries are configured for idempotent methods but not for non-idempotent methods.
78+
* <li>The default service address (cloudbuild.googleapis.com) and default port (443) are used.
79+
* <li>Credentials are acquired automatically through Application Default Credentials.
80+
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
8281
* </ul>
8382
*
8483
* <p>The builder of this class is recursive, so contained classes are themselves builders. When

owl-bot-staging/v1/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/gapic_metadata.json renamed to google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/gapic_metadata.json

File renamed without changes.

owl-bot-staging/v1/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/package-info.java renamed to google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/package-info.java

File renamed without changes.

owl-bot-staging/v1/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/CloudBuildStub.java renamed to google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/CloudBuildStub.java

File renamed without changes.

owl-bot-staging/v1/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/CloudBuildStubSettings.java renamed to google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/CloudBuildStubSettings.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393
* <p>The default instance has everything set to sensible defaults:
9494
*
9595
* <ul>
96-
* <li> The default service address (cloudbuild.googleapis.com) and default port (443) are used.
97-
* <li> Credentials are acquired automatically through Application Default Credentials.
98-
* <li> Retries are configured for idempotent methods but not for non-idempotent methods.
96+
* <li>The default service address (cloudbuild.googleapis.com) and default port (443) are used.
97+
* <li>Credentials are acquired automatically through Application Default Credentials.
98+
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
9999
* </ul>
100100
*
101101
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
@@ -303,7 +303,8 @@ public ApiFuture<ListBuildsPagedResponse> getFuturePagedResponse(
303303
ListBuildTriggersRequest, ListBuildTriggersResponse, ListBuildTriggersPagedResponse>
304304
LIST_BUILD_TRIGGERS_PAGE_STR_FACT =
305305
new PagedListResponseFactory<
306-
ListBuildTriggersRequest, ListBuildTriggersResponse,
306+
ListBuildTriggersRequest,
307+
ListBuildTriggersResponse,
307308
ListBuildTriggersPagedResponse>() {
308309
@Override
309310
public ApiFuture<ListBuildTriggersPagedResponse> getFuturePagedResponse(

owl-bot-staging/v1/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/GrpcCloudBuildCallableFactory.java renamed to google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/GrpcCloudBuildCallableFactory.java

File renamed without changes.

owl-bot-staging/v1/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/GrpcCloudBuildStub.java renamed to google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/GrpcCloudBuildStub.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
import io.grpc.MethodDescriptor;
6464
import io.grpc.protobuf.ProtoUtils;
6565
import java.io.IOException;
66-
import java.util.Map;
6766
import java.util.concurrent.TimeUnit;
6867
import javax.annotation.Generated;
6968

owl-bot-staging/v1/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v1/CloudBuildClientTest.java renamed to google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v1/CloudBuildClientTest.java

File renamed without changes.

owl-bot-staging/v1/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v1/MockCloudBuild.java renamed to google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v1/MockCloudBuild.java

File renamed without changes.

0 commit comments

Comments
 (0)