Skip to content
This repository has been archived by the owner on Dec 15, 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 Dec 1, 2021
1 parent 5db47a1 commit 4c94cdd
Show file tree
Hide file tree
Showing 171 changed files with 28,596 additions and 16,869 deletions.
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
import com.google.api.gax.rpc.ClientSettings;
import com.google.api.gax.rpc.OperationCallSettings;
import com.google.api.gax.rpc.StreamingCallSettings;
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.speech.v1.stub.SpeechStubSettings;
Expand All @@ -42,9 +41,9 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (speech.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 (speech.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
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (speech.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 (speech.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
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,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 @@ -1219,7 +1219,10 @@ public boolean awaitTermination(long duration, TimeUnit unit) throws Interrupted

public static class ListPhraseSetPagedResponse
extends AbstractPagedListResponse<
ListPhraseSetRequest, ListPhraseSetResponse, PhraseSet, ListPhraseSetPage,
ListPhraseSetRequest,
ListPhraseSetResponse,
PhraseSet,
ListPhraseSetPage,
ListPhraseSetFixedSizeCollection> {

public static ApiFuture<ListPhraseSetPagedResponse> createAsync(
Expand Down Expand Up @@ -1269,7 +1272,10 @@ public ApiFuture<ListPhraseSetPage> createPageAsync(

public static class ListPhraseSetFixedSizeCollection
extends AbstractFixedSizeCollection<
ListPhraseSetRequest, ListPhraseSetResponse, PhraseSet, ListPhraseSetPage,
ListPhraseSetRequest,
ListPhraseSetResponse,
PhraseSet,
ListPhraseSetPage,
ListPhraseSetFixedSizeCollection> {

private ListPhraseSetFixedSizeCollection(List<ListPhraseSetPage> pages, int collectionSize) {
Expand All @@ -1289,7 +1295,10 @@ protected ListPhraseSetFixedSizeCollection createCollection(

public static class ListCustomClassesPagedResponse
extends AbstractPagedListResponse<
ListCustomClassesRequest, ListCustomClassesResponse, CustomClass, ListCustomClassesPage,
ListCustomClassesRequest,
ListCustomClassesResponse,
CustomClass,
ListCustomClassesPage,
ListCustomClassesFixedSizeCollection> {

public static ApiFuture<ListCustomClassesPagedResponse> createAsync(
Expand Down Expand Up @@ -1339,7 +1348,10 @@ public ApiFuture<ListCustomClassesPage> createPageAsync(

public static class ListCustomClassesFixedSizeCollection
extends AbstractFixedSizeCollection<
ListCustomClassesRequest, ListCustomClassesResponse, CustomClass, ListCustomClassesPage,
ListCustomClassesRequest,
ListCustomClassesResponse,
CustomClass,
ListCustomClassesPage,
ListCustomClassesFixedSizeCollection> {

private ListCustomClassesFixedSizeCollection(
Expand Down
Original file line number Diff line number Diff line change
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.cloud.speech.v1p1beta1.stub.AdaptationStubSettings;
Expand All @@ -44,9 +43,9 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (speech.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 (speech.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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
import com.google.api.gax.rpc.ClientSettings;
import com.google.api.gax.rpc.OperationCallSettings;
import com.google.api.gax.rpc.StreamingCallSettings;
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.speech.v1p1beta1.stub.SpeechStubSettings;
Expand All @@ -42,9 +41,9 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (speech.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 (speech.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
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (speech.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 (speech.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 @@ -214,7 +214,8 @@ public ApiFuture<ListPhraseSetPagedResponse> getFuturePagedResponse(
ListCustomClassesRequest, ListCustomClassesResponse, ListCustomClassesPagedResponse>
LIST_CUSTOM_CLASSES_PAGE_STR_FACT =
new PagedListResponseFactory<
ListCustomClassesRequest, ListCustomClassesResponse,
ListCustomClassesRequest,
ListCustomClassesResponse,
ListCustomClassesPagedResponse>() {
@Override
public ApiFuture<ListCustomClassesPagedResponse> getFuturePagedResponse(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (speech.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 (speech.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 4c94cdd

Please sign in to comment.