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 2, 2021
1 parent 72adf5e commit 21bd9f1
Show file tree
Hide file tree
Showing 170 changed files with 28,620 additions and 16,840 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -27,6 +27,11 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20210307</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-speech</artifactId>
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 @@ -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
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
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 @@ -1276,7 +1276,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 @@ -1326,7 +1329,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 @@ -1346,7 +1352,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 @@ -1396,7 +1405,10 @@ public ApiFuture<ListCustomClassesPage> createPageAsync(

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

private ListCustomClassesFixedSizeCollection(
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.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
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 @@ -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
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
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
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 21bd9f1

Please sign in to comment.