Skip to content
This repository has been archived by the owner on Oct 2, 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 c781995 commit 63b4661
Show file tree
Hide file tree
Showing 128 changed files with 22,980 additions and 12,949 deletions.

Large diffs are not rendered by default.

Expand Up @@ -30,7 +30,6 @@
import com.google.api.gax.rpc.ClientContext;
import com.google.api.gax.rpc.ClientSettings;
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.kms.v1.stub.KeyManagementServiceStubSettings;
Expand All @@ -50,9 +49,9 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (cloudkms.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 (cloudkms.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 @@ -94,7 +93,8 @@ public class KeyManagementServiceSettings extends ClientSettings<KeyManagementSe

/** Returns the object with the settings used for calls to listCryptoKeyVersions. */
public PagedCallSettings<
ListCryptoKeyVersionsRequest, ListCryptoKeyVersionsResponse,
ListCryptoKeyVersionsRequest,
ListCryptoKeyVersionsResponse,
ListCryptoKeyVersionsPagedResponse>
listCryptoKeyVersionsSettings() {
return ((KeyManagementServiceStubSettings) getStubSettings()).listCryptoKeyVersionsSettings();
Expand Down Expand Up @@ -357,7 +357,8 @@ public Builder applyToAllUnaryMethods(

/** Returns the builder for the settings used for calls to listCryptoKeyVersions. */
public PagedCallSettings.Builder<
ListCryptoKeyVersionsRequest, ListCryptoKeyVersionsResponse,
ListCryptoKeyVersionsRequest,
ListCryptoKeyVersionsResponse,
ListCryptoKeyVersionsPagedResponse>
listCryptoKeyVersionsSettings() {
return getStubSettingsBuilder().listCryptoKeyVersionsSettings();
Expand Down
Expand Up @@ -27,10 +27,10 @@
* following objects:
*
* <ul>
* <li> [KeyRing][google.cloud.kms.v1.KeyRing]
* <li> [CryptoKey][google.cloud.kms.v1.CryptoKey]
* <li> [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion]
* <li> [ImportJob][google.cloud.kms.v1.ImportJob]
* <li>[KeyRing][google.cloud.kms.v1.KeyRing]
* <li>[CryptoKey][google.cloud.kms.v1.CryptoKey]
* <li>[CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion]
* <li>[ImportJob][google.cloud.kms.v1.ImportJob]
* </ul>
*
* <p>If you are using manual gRPC libraries, see [Using gRPC with Cloud
Expand Down
Expand Up @@ -79,7 +79,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
Expand Up @@ -106,9 +106,9 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (cloudkms.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 (cloudkms.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 @@ -149,7 +149,8 @@ public class KeyManagementServiceStubSettings
ListCryptoKeysRequest, ListCryptoKeysResponse, ListCryptoKeysPagedResponse>
listCryptoKeysSettings;
private final PagedCallSettings<
ListCryptoKeyVersionsRequest, ListCryptoKeyVersionsResponse,
ListCryptoKeyVersionsRequest,
ListCryptoKeyVersionsResponse,
ListCryptoKeyVersionsPagedResponse>
listCryptoKeyVersionsSettings;
private final PagedCallSettings<
Expand Down Expand Up @@ -378,11 +379,13 @@ public ApiFuture<ListCryptoKeysPagedResponse> getFuturePagedResponse(
};

private static final PagedListResponseFactory<
ListCryptoKeyVersionsRequest, ListCryptoKeyVersionsResponse,
ListCryptoKeyVersionsRequest,
ListCryptoKeyVersionsResponse,
ListCryptoKeyVersionsPagedResponse>
LIST_CRYPTO_KEY_VERSIONS_PAGE_STR_FACT =
new PagedListResponseFactory<
ListCryptoKeyVersionsRequest, ListCryptoKeyVersionsResponse,
ListCryptoKeyVersionsRequest,
ListCryptoKeyVersionsResponse,
ListCryptoKeyVersionsPagedResponse>() {
@Override
public ApiFuture<ListCryptoKeyVersionsPagedResponse> getFuturePagedResponse(
Expand Down Expand Up @@ -431,7 +434,8 @@ public ApiFuture<ListImportJobsPagedResponse> getFuturePagedResponse(

/** Returns the object with the settings used for calls to listCryptoKeyVersions. */
public PagedCallSettings<
ListCryptoKeyVersionsRequest, ListCryptoKeyVersionsResponse,
ListCryptoKeyVersionsRequest,
ListCryptoKeyVersionsResponse,
ListCryptoKeyVersionsPagedResponse>
listCryptoKeyVersionsSettings() {
return listCryptoKeyVersionsSettings;
Expand Down Expand Up @@ -698,7 +702,8 @@ public static class Builder
ListCryptoKeysRequest, ListCryptoKeysResponse, ListCryptoKeysPagedResponse>
listCryptoKeysSettings;
private final PagedCallSettings.Builder<
ListCryptoKeyVersionsRequest, ListCryptoKeyVersionsResponse,
ListCryptoKeyVersionsRequest,
ListCryptoKeyVersionsResponse,
ListCryptoKeyVersionsPagedResponse>
listCryptoKeyVersionsSettings;
private final PagedCallSettings.Builder<
Expand Down Expand Up @@ -1118,7 +1123,8 @@ public Builder applyToAllUnaryMethods(

/** Returns the builder for the settings used for calls to listCryptoKeyVersions. */
public PagedCallSettings.Builder<
ListCryptoKeyVersionsRequest, ListCryptoKeyVersionsResponse,
ListCryptoKeyVersionsRequest,
ListCryptoKeyVersionsResponse,
ListCryptoKeyVersionsPagedResponse>
listCryptoKeyVersionsSettings() {
return listCryptoKeyVersionsSettings;
Expand Down

0 comments on commit 63b4661

Please sign in to comment.