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 Sep 16, 2021
1 parent 89e28b3 commit bbb1a70
Show file tree
Hide file tree
Showing 123 changed files with 20,345 additions and 12,869 deletions.
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 @@ -1423,7 +1423,10 @@ protected ListHubsFixedSizeCollection createCollection(

public static class ListSpokesPagedResponse
extends AbstractPagedListResponse<
ListSpokesRequest, ListSpokesResponse, Spoke, ListSpokesPage,
ListSpokesRequest,
ListSpokesResponse,
Spoke,
ListSpokesPage,
ListSpokesFixedSizeCollection> {

public static ApiFuture<ListSpokesPagedResponse> createAsync(
Expand Down Expand Up @@ -1470,7 +1473,10 @@ public ApiFuture<ListSpokesPage> createPageAsync(

public static class ListSpokesFixedSizeCollection
extends AbstractFixedSizeCollection<
ListSpokesRequest, ListSpokesResponse, Spoke, ListSpokesPage,
ListSpokesRequest,
ListSpokesResponse,
Spoke,
ListSpokesPage,
ListSpokesFixedSizeCollection> {

private ListSpokesFixedSizeCollection(List<ListSpokesPage> pages, int collectionSize) {
Expand Down
Expand Up @@ -29,7 +29,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.networkconnectivity.v1.stub.HubServiceStubSettings;
Expand All @@ -46,10 +45,10 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (networkconnectivity.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 (networkconnectivity.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 @@ -48,7 +48,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 @@ -78,10 +78,10 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (networkconnectivity.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 (networkconnectivity.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 @@ -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 @@ -1424,7 +1424,10 @@ protected ListHubsFixedSizeCollection createCollection(

public static class ListSpokesPagedResponse
extends AbstractPagedListResponse<
ListSpokesRequest, ListSpokesResponse, Spoke, ListSpokesPage,
ListSpokesRequest,
ListSpokesResponse,
Spoke,
ListSpokesPage,
ListSpokesFixedSizeCollection> {

public static ApiFuture<ListSpokesPagedResponse> createAsync(
Expand Down Expand Up @@ -1471,7 +1474,10 @@ public ApiFuture<ListSpokesPage> createPageAsync(

public static class ListSpokesFixedSizeCollection
extends AbstractFixedSizeCollection<
ListSpokesRequest, ListSpokesResponse, Spoke, ListSpokesPage,
ListSpokesRequest,
ListSpokesResponse,
Spoke,
ListSpokesPage,
ListSpokesFixedSizeCollection> {

private ListSpokesFixedSizeCollection(List<ListSpokesPage> pages, int collectionSize) {
Expand Down
Expand Up @@ -29,7 +29,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.networkconnectivity.v1alpha1.stub.HubServiceStubSettings;
Expand All @@ -46,10 +45,10 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (networkconnectivity.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 (networkconnectivity.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 @@ -49,7 +49,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 @@ -78,10 +78,10 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (networkconnectivity.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 (networkconnectivity.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

0 comments on commit bbb1a70

Please sign in to comment.