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

Commit

Permalink
🦉 Updates from OwlBot
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Oct 19, 2021
1 parent 9f78cdc commit 409f1ee
Show file tree
Hide file tree
Showing 249 changed files with 50,371 additions and 29,234 deletions.
10 changes: 10 additions & 0 deletions google-cloud-domains-bom/pom.xml
Expand Up @@ -68,6 +68,11 @@
<artifactId>grpc-google-cloud-domains-v1alpha2</artifactId>
<version>0.4.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-domains-v1alpha2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-domains-v1</artifactId>
<version>0.4.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-domains-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-domains-v1beta1</artifactId>
Expand All @@ -78,6 +83,11 @@
<artifactId>proto-google-cloud-domains-v1alpha2</artifactId>
<version>0.4.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-domains-v1alpha2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-domains-v1</artifactId>
<version>0.4.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-domains-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
9 changes: 9 additions & 0 deletions google-cloud-domains/pom.xml
Expand Up @@ -42,6 +42,10 @@
<artifactId>proto-google-common-protos</artifactId>
</dependency>

<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-domains-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-domains-v1alpha2</artifactId>
Expand Down Expand Up @@ -80,6 +84,11 @@
<artifactId>grpc-google-cloud-domains-v1beta1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-domains-v1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-domains-v1alpha2</artifactId>
Expand Down
Expand Up @@ -62,13 +62,13 @@
* methods:
*
* <ol>
* <li> A "flattened" method. With this type of method, the fields of the request type have been
* <li>A "flattened" method. With this type of method, the fields of the request type have been
* converted into function parameters. It may be the case that not all fields are available as
* parameters, and not every API method will have a flattened method entry point.
* <li> A "request object" method. This type of method only takes one parameter, a request object,
* <li>A "request object" method. This type of method only takes one parameter, a request object,
* which must be constructed before the call. Not every API method will have a request object
* method.
* <li> A "callable" method. This type of method takes no parameters and returns an immutable API
* <li>A "callable" method. This type of method takes no parameters and returns an immutable API
* callable object, which can be used to initiate calls to the service.
* </ol>
*
Expand Down Expand Up @@ -1211,9 +1211,9 @@ public final UnaryCallable<GetRegistrationRequest, Registration> getRegistration
* use the appropriate custom update method:
*
* <ul>
* <li> To update management settings, see `ConfigureManagementSettings`
* <li> To update DNS configuration, see `ConfigureDnsSettings`
* <li> To update contact information, see `ConfigureContactSettings`
* <li>To update management settings, see `ConfigureManagementSettings`
* <li>To update DNS configuration, see `ConfigureDnsSettings`
* <li>To update contact information, see `ConfigureContactSettings`
* </ul>
*
* <p>Sample code:
Expand Down Expand Up @@ -1248,9 +1248,9 @@ public final OperationFuture<Registration, OperationMetadata> updateRegistration
* use the appropriate custom update method:
*
* <ul>
* <li> To update management settings, see `ConfigureManagementSettings`
* <li> To update DNS configuration, see `ConfigureDnsSettings`
* <li> To update contact information, see `ConfigureContactSettings`
* <li>To update management settings, see `ConfigureManagementSettings`
* <li>To update DNS configuration, see `ConfigureDnsSettings`
* <li>To update contact information, see `ConfigureContactSettings`
* </ul>
*
* <p>Sample code:
Expand Down Expand Up @@ -1280,9 +1280,9 @@ public final OperationFuture<Registration, OperationMetadata> updateRegistration
* use the appropriate custom update method:
*
* <ul>
* <li> To update management settings, see `ConfigureManagementSettings`
* <li> To update DNS configuration, see `ConfigureDnsSettings`
* <li> To update contact information, see `ConfigureContactSettings`
* <li>To update management settings, see `ConfigureManagementSettings`
* <li>To update DNS configuration, see `ConfigureDnsSettings`
* <li>To update contact information, see `ConfigureContactSettings`
* </ul>
*
* <p>Sample code:
Expand Down Expand Up @@ -1312,9 +1312,9 @@ public final OperationFuture<Registration, OperationMetadata> updateRegistration
* use the appropriate custom update method:
*
* <ul>
* <li> To update management settings, see `ConfigureManagementSettings`
* <li> To update DNS configuration, see `ConfigureDnsSettings`
* <li> To update contact information, see `ConfigureContactSettings`
* <li>To update management settings, see `ConfigureManagementSettings`
* <li>To update DNS configuration, see `ConfigureDnsSettings`
* <li>To update contact information, see `ConfigureContactSettings`
* </ul>
*
* <p>Sample code:
Expand Down Expand Up @@ -1986,9 +1986,9 @@ public final UnaryCallable<ExportRegistrationRequest, Operation> exportRegistrat
* method works if:
*
* <ul>
* <li> `state` is `EXPORTED` with `expire_time` in the past
* <li> `state` is `REGISTRATION_FAILED`
* <li> `state` is `TRANSFER_FAILED`
* <li>`state` is `EXPORTED` with `expire_time` in the past
* <li>`state` is `REGISTRATION_FAILED`
* <li>`state` is `TRANSFER_FAILED`
* </ul>
*
* <p>When an active registration is successfully deleted, you can continue to use the domain in
Expand Down Expand Up @@ -2031,9 +2031,9 @@ public final OperationFuture<Empty, OperationMetadata> deleteRegistrationAsync(
* method works if:
*
* <ul>
* <li> `state` is `EXPORTED` with `expire_time` in the past
* <li> `state` is `REGISTRATION_FAILED`
* <li> `state` is `TRANSFER_FAILED`
* <li>`state` is `EXPORTED` with `expire_time` in the past
* <li>`state` is `REGISTRATION_FAILED`
* <li>`state` is `TRANSFER_FAILED`
* </ul>
*
* <p>When an active registration is successfully deleted, you can continue to use the domain in
Expand Down Expand Up @@ -2073,9 +2073,9 @@ public final OperationFuture<Empty, OperationMetadata> deleteRegistrationAsync(S
* method works if:
*
* <ul>
* <li> `state` is `EXPORTED` with `expire_time` in the past
* <li> `state` is `REGISTRATION_FAILED`
* <li> `state` is `TRANSFER_FAILED`
* <li>`state` is `EXPORTED` with `expire_time` in the past
* <li>`state` is `REGISTRATION_FAILED`
* <li>`state` is `TRANSFER_FAILED`
* </ul>
*
* <p>When an active registration is successfully deleted, you can continue to use the domain in
Expand Down Expand Up @@ -2116,9 +2116,9 @@ public final OperationFuture<Empty, OperationMetadata> deleteRegistrationAsync(
* method works if:
*
* <ul>
* <li> `state` is `EXPORTED` with `expire_time` in the past
* <li> `state` is `REGISTRATION_FAILED`
* <li> `state` is `TRANSFER_FAILED`
* <li>`state` is `EXPORTED` with `expire_time` in the past
* <li>`state` is `REGISTRATION_FAILED`
* <li>`state` is `TRANSFER_FAILED`
* </ul>
*
* <p>When an active registration is successfully deleted, you can continue to use the domain in
Expand Down Expand Up @@ -2159,9 +2159,9 @@ public final OperationFuture<Empty, OperationMetadata> deleteRegistrationAsync(
* method works if:
*
* <ul>
* <li> `state` is `EXPORTED` with `expire_time` in the past
* <li> `state` is `REGISTRATION_FAILED`
* <li> `state` is `TRANSFER_FAILED`
* <li>`state` is `EXPORTED` with `expire_time` in the past
* <li>`state` is `REGISTRATION_FAILED`
* <li>`state` is `TRANSFER_FAILED`
* </ul>
*
* <p>When an active registration is successfully deleted, you can continue to use the domain in
Expand Down Expand Up @@ -2447,7 +2447,10 @@ public boolean awaitTermination(long duration, TimeUnit unit) throws Interrupted

public static class ListRegistrationsPagedResponse
extends AbstractPagedListResponse<
ListRegistrationsRequest, ListRegistrationsResponse, Registration, ListRegistrationsPage,
ListRegistrationsRequest,
ListRegistrationsResponse,
Registration,
ListRegistrationsPage,
ListRegistrationsFixedSizeCollection> {

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

public static class ListRegistrationsPage
extends AbstractPage<
ListRegistrationsRequest, ListRegistrationsResponse, Registration,
ListRegistrationsRequest,
ListRegistrationsResponse,
Registration,
ListRegistrationsPage> {

private ListRegistrationsPage(
Expand Down Expand Up @@ -2498,7 +2503,10 @@ public ApiFuture<ListRegistrationsPage> createPageAsync(

public static class ListRegistrationsFixedSizeCollection
extends AbstractFixedSizeCollection<
ListRegistrationsRequest, ListRegistrationsResponse, Registration, ListRegistrationsPage,
ListRegistrationsRequest,
ListRegistrationsResponse,
Registration,
ListRegistrationsPage,
ListRegistrationsFixedSizeCollection> {

private ListRegistrationsFixedSizeCollection(
Expand Down
Expand Up @@ -28,7 +28,6 @@
import com.google.api.gax.rpc.ClientSettings;
import com.google.api.gax.rpc.OperationCallSettings;
import com.google.api.gax.rpc.PagedCallSettings;
import com.google.api.gax.rpc.StubSettings;
import com.google.api.gax.rpc.TransportChannelProvider;
import com.google.api.gax.rpc.UnaryCallSettings;
import com.google.cloud.domains.v1.stub.DomainsStubSettings;
Expand All @@ -45,9 +44,9 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (domains.googleapis.com) and default port (443) are used.
* <li> Credentials are acquired automatically through Application Default Credentials.
* <li> Retries are configured for idempotent methods but not for non-idempotent methods.
* <li>The default service address (domains.googleapis.com) and default port (443) are used.
* <li>Credentials are acquired automatically through Application Default Credentials.
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
* </ul>
*
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
Expand Down
Expand Up @@ -84,9 +84,9 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (domains.googleapis.com) and default port (443) are used.
* <li> Credentials are acquired automatically through Application Default Credentials.
* <li> Retries are configured for idempotent methods but not for non-idempotent methods.
* <li>The default service address (domains.googleapis.com) and default port (443) are used.
* <li>Credentials are acquired automatically through Application Default Credentials.
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
* </ul>
*
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
Expand Down Expand Up @@ -204,7 +204,8 @@ public Iterable<Registration> extractResources(ListRegistrationsResponse payload
ListRegistrationsRequest, ListRegistrationsResponse, ListRegistrationsPagedResponse>
LIST_REGISTRATIONS_PAGE_STR_FACT =
new PagedListResponseFactory<
ListRegistrationsRequest, ListRegistrationsResponse,
ListRegistrationsRequest,
ListRegistrationsResponse,
ListRegistrationsPagedResponse>() {
@Override
public ApiFuture<ListRegistrationsPagedResponse> getFuturePagedResponse(
Expand Down
Expand Up @@ -54,7 +54,6 @@
import io.grpc.MethodDescriptor;
import io.grpc.protobuf.ProtoUtils;
import java.io.IOException;
import java.util.Map;
import java.util.concurrent.TimeUnit;
import javax.annotation.Generated;

Expand Down

0 comments on commit 409f1ee

Please sign in to comment.