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 18, 2021
1 parent 9c8e5d6 commit fb41840
Show file tree
Hide file tree
Showing 191 changed files with 24,426 additions and 16,407 deletions.
Expand Up @@ -52,13 +52,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 @@ -24,7 +24,6 @@
import com.google.api.gax.rpc.ApiClientHeaderProvider;
import com.google.api.gax.rpc.ClientContext;
import com.google.api.gax.rpc.ClientSettings;
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.servicedirectory.v1.stub.LookupServiceStubSettings;
Expand All @@ -39,10 +38,10 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (servicedirectory.googleapis.com) and default port (443) are
* <li>The default service address (servicedirectory.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 @@ -76,13 +76,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 @@ -1931,7 +1931,10 @@ public boolean awaitTermination(long duration, TimeUnit unit) throws Interrupted

public static class ListNamespacesPagedResponse
extends AbstractPagedListResponse<
ListNamespacesRequest, ListNamespacesResponse, Namespace, ListNamespacesPage,
ListNamespacesRequest,
ListNamespacesResponse,
Namespace,
ListNamespacesPage,
ListNamespacesFixedSizeCollection> {

public static ApiFuture<ListNamespacesPagedResponse> createAsync(
Expand Down Expand Up @@ -1981,7 +1984,10 @@ public ApiFuture<ListNamespacesPage> createPageAsync(

public static class ListNamespacesFixedSizeCollection
extends AbstractFixedSizeCollection<
ListNamespacesRequest, ListNamespacesResponse, Namespace, ListNamespacesPage,
ListNamespacesRequest,
ListNamespacesResponse,
Namespace,
ListNamespacesPage,
ListNamespacesFixedSizeCollection> {

private ListNamespacesFixedSizeCollection(List<ListNamespacesPage> pages, int collectionSize) {
Expand All @@ -2001,7 +2007,10 @@ protected ListNamespacesFixedSizeCollection createCollection(

public static class ListServicesPagedResponse
extends AbstractPagedListResponse<
ListServicesRequest, ListServicesResponse, Service, ListServicesPage,
ListServicesRequest,
ListServicesResponse,
Service,
ListServicesPage,
ListServicesFixedSizeCollection> {

public static ApiFuture<ListServicesPagedResponse> createAsync(
Expand Down Expand Up @@ -2050,7 +2059,10 @@ public ApiFuture<ListServicesPage> createPageAsync(

public static class ListServicesFixedSizeCollection
extends AbstractFixedSizeCollection<
ListServicesRequest, ListServicesResponse, Service, ListServicesPage,
ListServicesRequest,
ListServicesResponse,
Service,
ListServicesPage,
ListServicesFixedSizeCollection> {

private ListServicesFixedSizeCollection(List<ListServicesPage> pages, int collectionSize) {
Expand All @@ -2070,7 +2082,10 @@ protected ListServicesFixedSizeCollection createCollection(

public static class ListEndpointsPagedResponse
extends AbstractPagedListResponse<
ListEndpointsRequest, ListEndpointsResponse, Endpoint, ListEndpointsPage,
ListEndpointsRequest,
ListEndpointsResponse,
Endpoint,
ListEndpointsPage,
ListEndpointsFixedSizeCollection> {

public static ApiFuture<ListEndpointsPagedResponse> createAsync(
Expand Down Expand Up @@ -2120,7 +2135,10 @@ public ApiFuture<ListEndpointsPage> createPageAsync(

public static class ListEndpointsFixedSizeCollection
extends AbstractFixedSizeCollection<
ListEndpointsRequest, ListEndpointsResponse, Endpoint, ListEndpointsPage,
ListEndpointsRequest,
ListEndpointsResponse,
Endpoint,
ListEndpointsPage,
ListEndpointsFixedSizeCollection> {

private ListEndpointsFixedSizeCollection(List<ListEndpointsPage> pages, int collectionSize) {
Expand Down
Expand Up @@ -29,7 +29,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.servicedirectory.v1.stub.RegistrationServiceStubSettings;
Expand All @@ -50,10 +49,10 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (servicedirectory.googleapis.com) and default port (443) are
* <li>The default service address (servicedirectory.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,7 +29,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 @@ -58,7 +58,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 @@ -49,10 +49,10 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (servicedirectory.googleapis.com) and default port (443) are
* <li>The default service address (servicedirectory.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 @@ -85,10 +85,10 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (servicedirectory.googleapis.com) and default port (443) are
* <li>The default service address (servicedirectory.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 @@ -52,13 +52,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 @@ -24,7 +24,6 @@
import com.google.api.gax.rpc.ApiClientHeaderProvider;
import com.google.api.gax.rpc.ClientContext;
import com.google.api.gax.rpc.ClientSettings;
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.servicedirectory.v1beta1.stub.LookupServiceStubSettings;
Expand All @@ -39,10 +38,10 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (servicedirectory.googleapis.com) and default port (443) are
* <li>The default service address (servicedirectory.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 @@ -76,13 +76,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 @@ -1932,7 +1932,10 @@ public boolean awaitTermination(long duration, TimeUnit unit) throws Interrupted

public static class ListNamespacesPagedResponse
extends AbstractPagedListResponse<
ListNamespacesRequest, ListNamespacesResponse, Namespace, ListNamespacesPage,
ListNamespacesRequest,
ListNamespacesResponse,
Namespace,
ListNamespacesPage,
ListNamespacesFixedSizeCollection> {

public static ApiFuture<ListNamespacesPagedResponse> createAsync(
Expand Down Expand Up @@ -1982,7 +1985,10 @@ public ApiFuture<ListNamespacesPage> createPageAsync(

public static class ListNamespacesFixedSizeCollection
extends AbstractFixedSizeCollection<
ListNamespacesRequest, ListNamespacesResponse, Namespace, ListNamespacesPage,
ListNamespacesRequest,
ListNamespacesResponse,
Namespace,
ListNamespacesPage,
ListNamespacesFixedSizeCollection> {

private ListNamespacesFixedSizeCollection(List<ListNamespacesPage> pages, int collectionSize) {
Expand All @@ -2002,7 +2008,10 @@ protected ListNamespacesFixedSizeCollection createCollection(

public static class ListServicesPagedResponse
extends AbstractPagedListResponse<
ListServicesRequest, ListServicesResponse, Service, ListServicesPage,
ListServicesRequest,
ListServicesResponse,
Service,
ListServicesPage,
ListServicesFixedSizeCollection> {

public static ApiFuture<ListServicesPagedResponse> createAsync(
Expand Down Expand Up @@ -2051,7 +2060,10 @@ public ApiFuture<ListServicesPage> createPageAsync(

public static class ListServicesFixedSizeCollection
extends AbstractFixedSizeCollection<
ListServicesRequest, ListServicesResponse, Service, ListServicesPage,
ListServicesRequest,
ListServicesResponse,
Service,
ListServicesPage,
ListServicesFixedSizeCollection> {

private ListServicesFixedSizeCollection(List<ListServicesPage> pages, int collectionSize) {
Expand All @@ -2071,7 +2083,10 @@ protected ListServicesFixedSizeCollection createCollection(

public static class ListEndpointsPagedResponse
extends AbstractPagedListResponse<
ListEndpointsRequest, ListEndpointsResponse, Endpoint, ListEndpointsPage,
ListEndpointsRequest,
ListEndpointsResponse,
Endpoint,
ListEndpointsPage,
ListEndpointsFixedSizeCollection> {

public static ApiFuture<ListEndpointsPagedResponse> createAsync(
Expand Down Expand Up @@ -2121,7 +2136,10 @@ public ApiFuture<ListEndpointsPage> createPageAsync(

public static class ListEndpointsFixedSizeCollection
extends AbstractFixedSizeCollection<
ListEndpointsRequest, ListEndpointsResponse, Endpoint, ListEndpointsPage,
ListEndpointsRequest,
ListEndpointsResponse,
Endpoint,
ListEndpointsPage,
ListEndpointsFixedSizeCollection> {

private ListEndpointsFixedSizeCollection(List<ListEndpointsPage> pages, int collectionSize) {
Expand Down
Expand Up @@ -29,7 +29,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.servicedirectory.v1beta1.stub.RegistrationServiceStubSettings;
Expand All @@ -50,10 +49,10 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (servicedirectory.googleapis.com) and default port (443) are
* <li>The default service address (servicedirectory.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 @@ -30,7 +30,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 @@ -59,7 +59,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 @@ -49,10 +49,10 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (servicedirectory.googleapis.com) and default port (443) are
* <li>The default service address (servicedirectory.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 @@ -85,10 +85,10 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (servicedirectory.googleapis.com) and default port (443) are
* <li>The default service address (servicedirectory.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

0 comments on commit fb41840

Please sign in to comment.