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

Commit d62596b

Browse files
1 parent a6e6f6a commit d62596b

488 files changed

Lines changed: 62861 additions & 39061 deletions

File tree

Some content is hidden

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

owl-bot-staging/v1/google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/ContentServiceClient.java renamed to google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/ContentServiceClient.java

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@
6868
* methods:
6969
*
7070
* <ol>
71-
* <li> A "flattened" method. With this type of method, the fields of the request type have been
71+
* <li>A "flattened" method. With this type of method, the fields of the request type have been
7272
* converted into function parameters. It may be the case that not all fields are available as
7373
* parameters, and not every API method will have a flattened method entry point.
74-
* <li> A "request object" method. This type of method only takes one parameter, a request object,
74+
* <li>A "request object" method. This type of method only takes one parameter, a request object,
7575
* which must be constructed before the call. Not every API method will have a request object
7676
* method.
77-
* <li> A "callable" method. This type of method takes no parameters and returns an immutable API
77+
* <li>A "callable" method. This type of method takes no parameters and returns an immutable API
7878
* callable object, which can be used to initiate calls to the service.
7979
* </ol>
8080
*
@@ -1136,7 +1136,10 @@ public boolean awaitTermination(long duration, TimeUnit unit) throws Interrupted
11361136

11371137
public static class ListContentPagedResponse
11381138
extends AbstractPagedListResponse<
1139-
ListContentRequest, ListContentResponse, Content, ListContentPage,
1139+
ListContentRequest,
1140+
ListContentResponse,
1141+
Content,
1142+
ListContentPage,
11401143
ListContentFixedSizeCollection> {
11411144

11421145
public static ApiFuture<ListContentPagedResponse> createAsync(
@@ -1183,7 +1186,10 @@ public ApiFuture<ListContentPage> createPageAsync(
11831186

11841187
public static class ListContentFixedSizeCollection
11851188
extends AbstractFixedSizeCollection<
1186-
ListContentRequest, ListContentResponse, Content, ListContentPage,
1189+
ListContentRequest,
1190+
ListContentResponse,
1191+
Content,
1192+
ListContentPage,
11871193
ListContentFixedSizeCollection> {
11881194

11891195
private ListContentFixedSizeCollection(List<ListContentPage> pages, int collectionSize) {
@@ -1203,7 +1209,10 @@ protected ListContentFixedSizeCollection createCollection(
12031209

12041210
public static class ListLocationsPagedResponse
12051211
extends AbstractPagedListResponse<
1206-
ListLocationsRequest, ListLocationsResponse, Location, ListLocationsPage,
1212+
ListLocationsRequest,
1213+
ListLocationsResponse,
1214+
Location,
1215+
ListLocationsPage,
12071216
ListLocationsFixedSizeCollection> {
12081217

12091218
public static ApiFuture<ListLocationsPagedResponse> createAsync(
@@ -1253,7 +1262,10 @@ public ApiFuture<ListLocationsPage> createPageAsync(
12531262

12541263
public static class ListLocationsFixedSizeCollection
12551264
extends AbstractFixedSizeCollection<
1256-
ListLocationsRequest, ListLocationsResponse, Location, ListLocationsPage,
1265+
ListLocationsRequest,
1266+
ListLocationsResponse,
1267+
Location,
1268+
ListLocationsPage,
12571269
ListLocationsFixedSizeCollection> {
12581270

12591271
private ListLocationsFixedSizeCollection(List<ListLocationsPage> pages, int collectionSize) {

owl-bot-staging/v1/google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/ContentServiceSettings.java renamed to google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/ContentServiceSettings.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
import com.google.api.gax.rpc.ClientContext;
3030
import com.google.api.gax.rpc.ClientSettings;
3131
import com.google.api.gax.rpc.PagedCallSettings;
32-
import com.google.api.gax.rpc.StubSettings;
3332
import com.google.api.gax.rpc.TransportChannelProvider;
3433
import com.google.api.gax.rpc.UnaryCallSettings;
3534
import com.google.cloud.dataplex.v1.stub.ContentServiceStubSettings;
@@ -54,9 +53,9 @@
5453
* <p>The default instance has everything set to sensible defaults:
5554
*
5655
* <ul>
57-
* <li> The default service address (dataplex.googleapis.com) and default port (443) are used.
58-
* <li> Credentials are acquired automatically through Application Default Credentials.
59-
* <li> Retries are configured for idempotent methods but not for non-idempotent methods.
56+
* <li>The default service address (dataplex.googleapis.com) and default port (443) are used.
57+
* <li>Credentials are acquired automatically through Application Default Credentials.
58+
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
6059
* </ul>
6160
*
6261
* <p>The builder of this class is recursive, so contained classes are themselves builders. When

0 commit comments

Comments
 (0)