Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Jun 23, 2022
1 parent ccba88e commit 928b1c5
Show file tree
Hide file tree
Showing 105 changed files with 13,065 additions and 7,844 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,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 @@ -781,7 +781,10 @@ public boolean awaitTermination(long duration, TimeUnit unit) throws Interrupted

public static class ListBudgetsPagedResponse
extends AbstractPagedListResponse<
ListBudgetsRequest, ListBudgetsResponse, Budget, ListBudgetsPage,
ListBudgetsRequest,
ListBudgetsResponse,
Budget,
ListBudgetsPage,
ListBudgetsFixedSizeCollection> {

public static ApiFuture<ListBudgetsPagedResponse> createAsync(
Expand Down Expand Up @@ -828,7 +831,10 @@ public ApiFuture<ListBudgetsPage> createPageAsync(

public static class ListBudgetsFixedSizeCollection
extends AbstractFixedSizeCollection<
ListBudgetsRequest, ListBudgetsResponse, Budget, ListBudgetsPage,
ListBudgetsRequest,
ListBudgetsResponse,
Budget,
ListBudgetsPage,
ListBudgetsFixedSizeCollection> {

private ListBudgetsFixedSizeCollection(List<ListBudgetsPage> pages, int collectionSize) {
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.billing.budgets.v1.stub.BudgetServiceStubSettings;
Expand All @@ -44,10 +43,10 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (billingbudgets.googleapis.com) and default port (443) are
* <li>The default service address (billingbudgets.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
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (billingbudgets.googleapis.com) and default port (443) are
* <li>The default service address (billingbudgets.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
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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 @@ -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 @@ -509,7 +509,10 @@ public boolean awaitTermination(long duration, TimeUnit unit) throws Interrupted

public static class ListBudgetsPagedResponse
extends AbstractPagedListResponse<
ListBudgetsRequest, ListBudgetsResponse, Budget, ListBudgetsPage,
ListBudgetsRequest,
ListBudgetsResponse,
Budget,
ListBudgetsPage,
ListBudgetsFixedSizeCollection> {

public static ApiFuture<ListBudgetsPagedResponse> createAsync(
Expand Down Expand Up @@ -556,7 +559,10 @@ public ApiFuture<ListBudgetsPage> createPageAsync(

public static class ListBudgetsFixedSizeCollection
extends AbstractFixedSizeCollection<
ListBudgetsRequest, ListBudgetsResponse, Budget, ListBudgetsPage,
ListBudgetsRequest,
ListBudgetsResponse,
Budget,
ListBudgetsPage,
ListBudgetsFixedSizeCollection> {

private ListBudgetsFixedSizeCollection(List<ListBudgetsPage> pages, int collectionSize) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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.billing.budgets.v1beta1.stub.BudgetServiceStubSettings;
Expand All @@ -43,10 +42,10 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (billingbudgets.googleapis.com) and default port (443) are
* <li>The default service address (billingbudgets.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
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (billingbudgets.googleapis.com) and default port (443) are
* <li>The default service address (billingbudgets.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
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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
Loading

0 comments on commit 928b1c5

Please sign in to comment.