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

Commit 409f1ee

Browse files
1 parent 9f78cdc commit 409f1ee

File tree

249 files changed

+50371
-29234
lines changed

Some content is hidden

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

249 files changed

+50371
-29234
lines changed

google-cloud-domains-bom/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@
6868
<artifactId>grpc-google-cloud-domains-v1alpha2</artifactId>
6969
<version>0.4.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-domains-v1alpha2:current} -->
7070
</dependency>
71+
<dependency>
72+
<groupId>com.google.api.grpc</groupId>
73+
<artifactId>grpc-google-cloud-domains-v1</artifactId>
74+
<version>0.4.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-domains-v1:current} -->
75+
</dependency>
7176
<dependency>
7277
<groupId>com.google.api.grpc</groupId>
7378
<artifactId>proto-google-cloud-domains-v1beta1</artifactId>
@@ -78,6 +83,11 @@
7883
<artifactId>proto-google-cloud-domains-v1alpha2</artifactId>
7984
<version>0.4.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-domains-v1alpha2:current} -->
8085
</dependency>
86+
<dependency>
87+
<groupId>com.google.api.grpc</groupId>
88+
<artifactId>proto-google-cloud-domains-v1</artifactId>
89+
<version>0.4.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-domains-v1:current} -->
90+
</dependency>
8191
</dependencies>
8292
</dependencyManagement>
8393

google-cloud-domains/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
<artifactId>proto-google-common-protos</artifactId>
4343
</dependency>
4444

45+
<dependency>
46+
<groupId>com.google.api.grpc</groupId>
47+
<artifactId>proto-google-cloud-domains-v1</artifactId>
48+
</dependency>
4549
<dependency>
4650
<groupId>com.google.api.grpc</groupId>
4751
<artifactId>proto-google-cloud-domains-v1alpha2</artifactId>
@@ -80,6 +84,11 @@
8084
<artifactId>grpc-google-cloud-domains-v1beta1</artifactId>
8185
<scope>test</scope>
8286
</dependency>
87+
<dependency>
88+
<groupId>com.google.api.grpc</groupId>
89+
<artifactId>grpc-google-cloud-domains-v1</artifactId>
90+
<scope>test</scope>
91+
</dependency>
8392
<dependency>
8493
<groupId>com.google.api.grpc</groupId>
8594
<artifactId>grpc-google-cloud-domains-v1alpha2</artifactId>

owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/DomainsClient.java renamed to google-cloud-domains/src/main/java/com/google/cloud/domains/v1/DomainsClient.java

Lines changed: 41 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@
6262
* methods:
6363
*
6464
* <ol>
65-
* <li> A "flattened" method. With this type of method, the fields of the request type have been
65+
* <li>A "flattened" method. With this type of method, the fields of the request type have been
6666
* converted into function parameters. It may be the case that not all fields are available as
6767
* parameters, and not every API method will have a flattened method entry point.
68-
* <li> A "request object" method. This type of method only takes one parameter, a request object,
68+
* <li>A "request object" method. This type of method only takes one parameter, a request object,
6969
* which must be constructed before the call. Not every API method will have a request object
7070
* method.
71-
* <li> A "callable" method. This type of method takes no parameters and returns an immutable API
71+
* <li>A "callable" method. This type of method takes no parameters and returns an immutable API
7272
* callable object, which can be used to initiate calls to the service.
7373
* </ol>
7474
*
@@ -1211,9 +1211,9 @@ public final UnaryCallable<GetRegistrationRequest, Registration> getRegistration
12111211
* use the appropriate custom update method:
12121212
*
12131213
* <ul>
1214-
* <li> To update management settings, see `ConfigureManagementSettings`
1215-
* <li> To update DNS configuration, see `ConfigureDnsSettings`
1216-
* <li> To update contact information, see `ConfigureContactSettings`
1214+
* <li>To update management settings, see `ConfigureManagementSettings`
1215+
* <li>To update DNS configuration, see `ConfigureDnsSettings`
1216+
* <li>To update contact information, see `ConfigureContactSettings`
12171217
* </ul>
12181218
*
12191219
* <p>Sample code:
@@ -1248,9 +1248,9 @@ public final OperationFuture<Registration, OperationMetadata> updateRegistration
12481248
* use the appropriate custom update method:
12491249
*
12501250
* <ul>
1251-
* <li> To update management settings, see `ConfigureManagementSettings`
1252-
* <li> To update DNS configuration, see `ConfigureDnsSettings`
1253-
* <li> To update contact information, see `ConfigureContactSettings`
1251+
* <li>To update management settings, see `ConfigureManagementSettings`
1252+
* <li>To update DNS configuration, see `ConfigureDnsSettings`
1253+
* <li>To update contact information, see `ConfigureContactSettings`
12541254
* </ul>
12551255
*
12561256
* <p>Sample code:
@@ -1280,9 +1280,9 @@ public final OperationFuture<Registration, OperationMetadata> updateRegistration
12801280
* use the appropriate custom update method:
12811281
*
12821282
* <ul>
1283-
* <li> To update management settings, see `ConfigureManagementSettings`
1284-
* <li> To update DNS configuration, see `ConfigureDnsSettings`
1285-
* <li> To update contact information, see `ConfigureContactSettings`
1283+
* <li>To update management settings, see `ConfigureManagementSettings`
1284+
* <li>To update DNS configuration, see `ConfigureDnsSettings`
1285+
* <li>To update contact information, see `ConfigureContactSettings`
12861286
* </ul>
12871287
*
12881288
* <p>Sample code:
@@ -1312,9 +1312,9 @@ public final OperationFuture<Registration, OperationMetadata> updateRegistration
13121312
* use the appropriate custom update method:
13131313
*
13141314
* <ul>
1315-
* <li> To update management settings, see `ConfigureManagementSettings`
1316-
* <li> To update DNS configuration, see `ConfigureDnsSettings`
1317-
* <li> To update contact information, see `ConfigureContactSettings`
1315+
* <li>To update management settings, see `ConfigureManagementSettings`
1316+
* <li>To update DNS configuration, see `ConfigureDnsSettings`
1317+
* <li>To update contact information, see `ConfigureContactSettings`
13181318
* </ul>
13191319
*
13201320
* <p>Sample code:
@@ -1986,9 +1986,9 @@ public final UnaryCallable<ExportRegistrationRequest, Operation> exportRegistrat
19861986
* method works if:
19871987
*
19881988
* <ul>
1989-
* <li> `state` is `EXPORTED` with `expire_time` in the past
1990-
* <li> `state` is `REGISTRATION_FAILED`
1991-
* <li> `state` is `TRANSFER_FAILED`
1989+
* <li>`state` is `EXPORTED` with `expire_time` in the past
1990+
* <li>`state` is `REGISTRATION_FAILED`
1991+
* <li>`state` is `TRANSFER_FAILED`
19921992
* </ul>
19931993
*
19941994
* <p>When an active registration is successfully deleted, you can continue to use the domain in
@@ -2031,9 +2031,9 @@ public final OperationFuture<Empty, OperationMetadata> deleteRegistrationAsync(
20312031
* method works if:
20322032
*
20332033
* <ul>
2034-
* <li> `state` is `EXPORTED` with `expire_time` in the past
2035-
* <li> `state` is `REGISTRATION_FAILED`
2036-
* <li> `state` is `TRANSFER_FAILED`
2034+
* <li>`state` is `EXPORTED` with `expire_time` in the past
2035+
* <li>`state` is `REGISTRATION_FAILED`
2036+
* <li>`state` is `TRANSFER_FAILED`
20372037
* </ul>
20382038
*
20392039
* <p>When an active registration is successfully deleted, you can continue to use the domain in
@@ -2073,9 +2073,9 @@ public final OperationFuture<Empty, OperationMetadata> deleteRegistrationAsync(S
20732073
* method works if:
20742074
*
20752075
* <ul>
2076-
* <li> `state` is `EXPORTED` with `expire_time` in the past
2077-
* <li> `state` is `REGISTRATION_FAILED`
2078-
* <li> `state` is `TRANSFER_FAILED`
2076+
* <li>`state` is `EXPORTED` with `expire_time` in the past
2077+
* <li>`state` is `REGISTRATION_FAILED`
2078+
* <li>`state` is `TRANSFER_FAILED`
20792079
* </ul>
20802080
*
20812081
* <p>When an active registration is successfully deleted, you can continue to use the domain in
@@ -2116,9 +2116,9 @@ public final OperationFuture<Empty, OperationMetadata> deleteRegistrationAsync(
21162116
* method works if:
21172117
*
21182118
* <ul>
2119-
* <li> `state` is `EXPORTED` with `expire_time` in the past
2120-
* <li> `state` is `REGISTRATION_FAILED`
2121-
* <li> `state` is `TRANSFER_FAILED`
2119+
* <li>`state` is `EXPORTED` with `expire_time` in the past
2120+
* <li>`state` is `REGISTRATION_FAILED`
2121+
* <li>`state` is `TRANSFER_FAILED`
21222122
* </ul>
21232123
*
21242124
* <p>When an active registration is successfully deleted, you can continue to use the domain in
@@ -2159,9 +2159,9 @@ public final OperationFuture<Empty, OperationMetadata> deleteRegistrationAsync(
21592159
* method works if:
21602160
*
21612161
* <ul>
2162-
* <li> `state` is `EXPORTED` with `expire_time` in the past
2163-
* <li> `state` is `REGISTRATION_FAILED`
2164-
* <li> `state` is `TRANSFER_FAILED`
2162+
* <li>`state` is `EXPORTED` with `expire_time` in the past
2163+
* <li>`state` is `REGISTRATION_FAILED`
2164+
* <li>`state` is `TRANSFER_FAILED`
21652165
* </ul>
21662166
*
21672167
* <p>When an active registration is successfully deleted, you can continue to use the domain in
@@ -2447,7 +2447,10 @@ public boolean awaitTermination(long duration, TimeUnit unit) throws Interrupted
24472447

24482448
public static class ListRegistrationsPagedResponse
24492449
extends AbstractPagedListResponse<
2450-
ListRegistrationsRequest, ListRegistrationsResponse, Registration, ListRegistrationsPage,
2450+
ListRegistrationsRequest,
2451+
ListRegistrationsResponse,
2452+
Registration,
2453+
ListRegistrationsPage,
24512454
ListRegistrationsFixedSizeCollection> {
24522455

24532456
public static ApiFuture<ListRegistrationsPagedResponse> createAsync(
@@ -2468,7 +2471,9 @@ private ListRegistrationsPagedResponse(ListRegistrationsPage page) {
24682471

24692472
public static class ListRegistrationsPage
24702473
extends AbstractPage<
2471-
ListRegistrationsRequest, ListRegistrationsResponse, Registration,
2474+
ListRegistrationsRequest,
2475+
ListRegistrationsResponse,
2476+
Registration,
24722477
ListRegistrationsPage> {
24732478

24742479
private ListRegistrationsPage(
@@ -2498,7 +2503,10 @@ public ApiFuture<ListRegistrationsPage> createPageAsync(
24982503

24992504
public static class ListRegistrationsFixedSizeCollection
25002505
extends AbstractFixedSizeCollection<
2501-
ListRegistrationsRequest, ListRegistrationsResponse, Registration, ListRegistrationsPage,
2506+
ListRegistrationsRequest,
2507+
ListRegistrationsResponse,
2508+
Registration,
2509+
ListRegistrationsPage,
25022510
ListRegistrationsFixedSizeCollection> {
25032511

25042512
private ListRegistrationsFixedSizeCollection(

owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/DomainsSettings.java renamed to google-cloud-domains/src/main/java/com/google/cloud/domains/v1/DomainsSettings.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
import com.google.api.gax.rpc.ClientSettings;
2929
import com.google.api.gax.rpc.OperationCallSettings;
3030
import com.google.api.gax.rpc.PagedCallSettings;
31-
import com.google.api.gax.rpc.StubSettings;
3231
import com.google.api.gax.rpc.TransportChannelProvider;
3332
import com.google.api.gax.rpc.UnaryCallSettings;
3433
import com.google.cloud.domains.v1.stub.DomainsStubSettings;
@@ -45,9 +44,9 @@
4544
* <p>The default instance has everything set to sensible defaults:
4645
*
4746
* <ul>
48-
* <li> The default service address (domains.googleapis.com) and default port (443) are used.
49-
* <li> Credentials are acquired automatically through Application Default Credentials.
50-
* <li> Retries are configured for idempotent methods but not for non-idempotent methods.
47+
* <li>The default service address (domains.googleapis.com) and default port (443) are used.
48+
* <li>Credentials are acquired automatically through Application Default Credentials.
49+
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
5150
* </ul>
5251
*
5352
* <p>The builder of this class is recursive, so contained classes are themselves builders. When

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

File renamed without changes.

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

File renamed without changes.

owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/DomainsStub.java renamed to google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/DomainsStub.java

File renamed without changes.

owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/DomainsStubSettings.java renamed to google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/DomainsStubSettings.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@
8484
* <p>The default instance has everything set to sensible defaults:
8585
*
8686
* <ul>
87-
* <li> The default service address (domains.googleapis.com) and default port (443) are used.
88-
* <li> Credentials are acquired automatically through Application Default Credentials.
89-
* <li> Retries are configured for idempotent methods but not for non-idempotent methods.
87+
* <li>The default service address (domains.googleapis.com) and default port (443) are used.
88+
* <li>Credentials are acquired automatically through Application Default Credentials.
89+
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
9090
* </ul>
9191
*
9292
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
@@ -204,7 +204,8 @@ public Iterable<Registration> extractResources(ListRegistrationsResponse payload
204204
ListRegistrationsRequest, ListRegistrationsResponse, ListRegistrationsPagedResponse>
205205
LIST_REGISTRATIONS_PAGE_STR_FACT =
206206
new PagedListResponseFactory<
207-
ListRegistrationsRequest, ListRegistrationsResponse,
207+
ListRegistrationsRequest,
208+
ListRegistrationsResponse,
208209
ListRegistrationsPagedResponse>() {
209210
@Override
210211
public ApiFuture<ListRegistrationsPagedResponse> getFuturePagedResponse(

owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/GrpcDomainsCallableFactory.java renamed to google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/GrpcDomainsCallableFactory.java

File renamed without changes.

owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/GrpcDomainsStub.java renamed to google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/GrpcDomainsStub.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
import io.grpc.MethodDescriptor;
5555
import io.grpc.protobuf.ProtoUtils;
5656
import java.io.IOException;
57-
import java.util.Map;
5857
import java.util.concurrent.TimeUnit;
5958
import javax.annotation.Generated;
6059

0 commit comments

Comments
 (0)