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

chore: release gapic-generator-java v1.0.11 #37

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: release gapic-generator-java v1.0.11
  • Loading branch information
gcf-owl-bot[bot] committed Jun 9, 2021
commit 09a6d458fee399b2918ff57bd18b7731598756a6

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,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 @@ -634,10 +634,7 @@ public boolean awaitTermination(long duration, TimeUnit unit) throws Interrupted

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

public static ApiFuture<ListServicesPagedResponse> createAsync(
Expand Down Expand Up @@ -691,10 +688,7 @@ 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 Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
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.api.serviceusage.v1.stub.ServiceUsageStubSettings;
Expand All @@ -43,9 +44,9 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li>The default service address (serviceusage.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 (serviceusage.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 @@ -74,9 +74,9 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li>The default service address (serviceusage.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 (serviceusage.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 @@ -48,9 +48,9 @@
@Generated("by gapic-generator-java")
public class ServiceUsageClientTest {
private static MockServiceHelper mockServiceHelper;
private ServiceUsageClient client;
private static MockServiceUsage mockServiceUsage;
private LocalChannelProvider channelProvider;
private ServiceUsageClient client;

@BeforeClass
public static void startStaticServer() {
Expand Down

Large diffs are not rendered by default.

Loading