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 7452df5 commit 9a5ac1c
Show file tree
Hide file tree
Showing 142 changed files with 17,519 additions and 11,699 deletions.
Expand Up @@ -43,11 +43,11 @@
* <p>The resources managed by this API are:
*
* <ul>
* <li> Repositories, which group packages and their data.
* <li> Packages, which group versions and their tags.
* <li> Versions, which are specific forms of a package.
* <li> Tags, which represent alternative names for versions.
* <li> Files, which contain content and are optionally associated with a Package or Version.
* <li>Repositories, which group packages and their data.
* <li>Packages, which group versions and their tags.
* <li>Versions, which are specific forms of a package.
* <li>Tags, which represent alternative names for versions.
* <li>Files, which contain content and are optionally associated with a Package or Version.
* </ul>
*
* <p>This class provides the ability to make remote calls to the backing service through method
Expand All @@ -68,13 +68,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 @@ -537,7 +537,10 @@ public boolean awaitTermination(long duration, TimeUnit unit) throws Interrupted

public static class ListDockerImagesPagedResponse
extends AbstractPagedListResponse<
ListDockerImagesRequest, ListDockerImagesResponse, DockerImage, ListDockerImagesPage,
ListDockerImagesRequest,
ListDockerImagesResponse,
DockerImage,
ListDockerImagesPage,
ListDockerImagesFixedSizeCollection> {

public static ApiFuture<ListDockerImagesPagedResponse> createAsync(
Expand Down Expand Up @@ -587,7 +590,10 @@ public ApiFuture<ListDockerImagesPage> createPageAsync(

public static class ListDockerImagesFixedSizeCollection
extends AbstractFixedSizeCollection<
ListDockerImagesRequest, ListDockerImagesResponse, DockerImage, ListDockerImagesPage,
ListDockerImagesRequest,
ListDockerImagesResponse,
DockerImage,
ListDockerImagesPage,
ListDockerImagesFixedSizeCollection> {

private ListDockerImagesFixedSizeCollection(
Expand All @@ -608,7 +614,10 @@ protected ListDockerImagesFixedSizeCollection createCollection(

public static class ListRepositoriesPagedResponse
extends AbstractPagedListResponse<
ListRepositoriesRequest, ListRepositoriesResponse, Repository, ListRepositoriesPage,
ListRepositoriesRequest,
ListRepositoriesResponse,
Repository,
ListRepositoriesPage,
ListRepositoriesFixedSizeCollection> {

public static ApiFuture<ListRepositoriesPagedResponse> createAsync(
Expand Down Expand Up @@ -658,7 +667,10 @@ public ApiFuture<ListRepositoriesPage> createPageAsync(

public static class ListRepositoriesFixedSizeCollection
extends AbstractFixedSizeCollection<
ListRepositoriesRequest, ListRepositoriesResponse, Repository, ListRepositoriesPage,
ListRepositoriesRequest,
ListRepositoriesResponse,
Repository,
ListRepositoriesPage,
ListRepositoriesFixedSizeCollection> {

private ListRepositoriesFixedSizeCollection(
Expand Down
Expand Up @@ -28,7 +28,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.devtools.artifactregistry.v1.stub.ArtifactRegistryStubSettings;
Expand All @@ -43,10 +42,10 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (artifactregistry.googleapis.com) and default port (443) are
* <li>The default service address (artifactregistry.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>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 @@ -29,11 +29,11 @@
* <p>The resources managed by this API are:
*
* <ul>
* <li> Repositories, which group packages and their data.
* <li> Packages, which group versions and their tags.
* <li> Versions, which are specific forms of a package.
* <li> Tags, which represent alternative names for versions.
* <li> Files, which contain content and are optionally associated with a Package or Version.
* <li>Repositories, which group packages and their data.
* <li>Packages, which group versions and their tags.
* <li>Versions, which are specific forms of a package.
* <li>Tags, which represent alternative names for versions.
* <li>Files, which contain content and are optionally associated with a Package or Version.
* </ul>
*
* <p>Sample for ArtifactRegistryClient:
Expand Down
Expand Up @@ -64,10 +64,10 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (artifactregistry.googleapis.com) and default port (443) are
* <li>The default service address (artifactregistry.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>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 @@ -36,7 +36,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 @@ -54,11 +54,11 @@
* <p>The resources managed by this API are:
*
* <ul>
* <li> Repositories, which group packages and their data.
* <li> Packages, which group versions and their tags.
* <li> Versions, which are specific forms of a package.
* <li> Tags, which represent alternative names for versions.
* <li> Files, which contain content and are optionally associated with a Package or Version.
* <li>Repositories, which group packages and their data.
* <li>Packages, which group versions and their tags.
* <li>Versions, which are specific forms of a package.
* <li>Tags, which represent alternative names for versions.
* <li>Files, which contain content and are optionally associated with a Package or Version.
* </ul>
*
* <p>This class provides the ability to make remote calls to the backing service through method
Expand All @@ -79,13 +79,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 @@ -1904,7 +1904,10 @@ public boolean awaitTermination(long duration, TimeUnit unit) throws Interrupted

public static class ListRepositoriesPagedResponse
extends AbstractPagedListResponse<
ListRepositoriesRequest, ListRepositoriesResponse, Repository, ListRepositoriesPage,
ListRepositoriesRequest,
ListRepositoriesResponse,
Repository,
ListRepositoriesPage,
ListRepositoriesFixedSizeCollection> {

public static ApiFuture<ListRepositoriesPagedResponse> createAsync(
Expand Down Expand Up @@ -1954,7 +1957,10 @@ public ApiFuture<ListRepositoriesPage> createPageAsync(

public static class ListRepositoriesFixedSizeCollection
extends AbstractFixedSizeCollection<
ListRepositoriesRequest, ListRepositoriesResponse, Repository, ListRepositoriesPage,
ListRepositoriesRequest,
ListRepositoriesResponse,
Repository,
ListRepositoriesPage,
ListRepositoriesFixedSizeCollection> {

private ListRepositoriesFixedSizeCollection(
Expand All @@ -1975,7 +1981,10 @@ protected ListRepositoriesFixedSizeCollection createCollection(

public static class ListPackagesPagedResponse
extends AbstractPagedListResponse<
ListPackagesRequest, ListPackagesResponse, Package, ListPackagesPage,
ListPackagesRequest,
ListPackagesResponse,
Package,
ListPackagesPage,
ListPackagesFixedSizeCollection> {

public static ApiFuture<ListPackagesPagedResponse> createAsync(
Expand Down Expand Up @@ -2024,7 +2033,10 @@ public ApiFuture<ListPackagesPage> createPageAsync(

public static class ListPackagesFixedSizeCollection
extends AbstractFixedSizeCollection<
ListPackagesRequest, ListPackagesResponse, Package, ListPackagesPage,
ListPackagesRequest,
ListPackagesResponse,
Package,
ListPackagesPage,
ListPackagesFixedSizeCollection> {

private ListPackagesFixedSizeCollection(List<ListPackagesPage> pages, int collectionSize) {
Expand All @@ -2044,7 +2056,10 @@ protected ListPackagesFixedSizeCollection createCollection(

public static class ListVersionsPagedResponse
extends AbstractPagedListResponse<
ListVersionsRequest, ListVersionsResponse, Version, ListVersionsPage,
ListVersionsRequest,
ListVersionsResponse,
Version,
ListVersionsPage,
ListVersionsFixedSizeCollection> {

public static ApiFuture<ListVersionsPagedResponse> createAsync(
Expand Down Expand Up @@ -2093,7 +2108,10 @@ public ApiFuture<ListVersionsPage> createPageAsync(

public static class ListVersionsFixedSizeCollection
extends AbstractFixedSizeCollection<
ListVersionsRequest, ListVersionsResponse, Version, ListVersionsPage,
ListVersionsRequest,
ListVersionsResponse,
Version,
ListVersionsPage,
ListVersionsFixedSizeCollection> {

private ListVersionsFixedSizeCollection(List<ListVersionsPage> pages, int collectionSize) {
Expand Down
Expand Up @@ -32,7 +32,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.devtools.artifactregistry.v1beta2.stub.ArtifactRegistryStubSettings;
Expand All @@ -54,10 +53,10 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (artifactregistry.googleapis.com) and default port (443) are
* <li>The default service address (artifactregistry.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>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 @@ -27,11 +27,11 @@
* <p>The resources managed by this API are:
*
* <ul>
* <li> Repositories, which group packages and their data.
* <li> Packages, which group versions and their tags.
* <li> Versions, which are specific forms of a package.
* <li> Tags, which represent alternative names for versions.
* <li> Files, which contain content and are optionally associated with a Package or Version.
* <li>Repositories, which group packages and their data.
* <li>Packages, which group versions and their tags.
* <li>Versions, which are specific forms of a package.
* <li>Tags, which represent alternative names for versions.
* <li>Files, which contain content and are optionally associated with a Package or Version.
* </ul>
*
* <p>Sample for ArtifactRegistryClient:
Expand Down
Expand Up @@ -100,10 +100,10 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (artifactregistry.googleapis.com) and default port (443) are
* <li>The default service address (artifactregistry.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>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 @@ -71,7 +71,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 9a5ac1c

Please sign in to comment.