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

Commit 8d01edc

Browse files
1 parent 052e1df commit 8d01edc

File tree

66 files changed

+4014
-2620
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+4014
-2620
lines changed
Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@
6767
* methods:
6868
*
6969
* <ol>
70-
* <li> A "flattened" method. With this type of method, the fields of the request type have been
70+
* <li>A "flattened" method. With this type of method, the fields of the request type have been
7171
* converted into function parameters. It may be the case that not all fields are available as
7272
* parameters, and not every API method will have a flattened method entry point.
73-
* <li> A "request object" method. This type of method only takes one parameter, a request object,
73+
* <li>A "request object" method. This type of method only takes one parameter, a request object,
7474
* which must be constructed before the call. Not every API method will have a request object
7575
* method.
76-
* <li> A "callable" method. This type of method takes no parameters and returns an immutable API
76+
* <li>A "callable" method. This type of method takes no parameters and returns an immutable API
7777
* callable object, which can be used to initiate calls to the service.
7878
* </ol>
7979
*
@@ -855,7 +855,10 @@ public boolean awaitTermination(long duration, TimeUnit unit) throws Interrupted
855855

856856
public static class ListConnectorsPagedResponse
857857
extends AbstractPagedListResponse<
858-
ListConnectorsRequest, ListConnectorsResponse, Connector, ListConnectorsPage,
858+
ListConnectorsRequest,
859+
ListConnectorsResponse,
860+
Connector,
861+
ListConnectorsPage,
859862
ListConnectorsFixedSizeCollection> {
860863

861864
public static ApiFuture<ListConnectorsPagedResponse> createAsync(
@@ -905,7 +908,10 @@ public ApiFuture<ListConnectorsPage> createPageAsync(
905908

906909
public static class ListConnectorsFixedSizeCollection
907910
extends AbstractFixedSizeCollection<
908-
ListConnectorsRequest, ListConnectorsResponse, Connector, ListConnectorsPage,
911+
ListConnectorsRequest,
912+
ListConnectorsResponse,
913+
Connector,
914+
ListConnectorsPage,
909915
ListConnectorsFixedSizeCollection> {
910916

911917
private ListConnectorsFixedSizeCollection(List<ListConnectorsPage> pages, int collectionSize) {
@@ -925,7 +931,10 @@ protected ListConnectorsFixedSizeCollection createCollection(
925931

926932
public static class ListLocationsPagedResponse
927933
extends AbstractPagedListResponse<
928-
ListLocationsRequest, ListLocationsResponse, Location, ListLocationsPage,
934+
ListLocationsRequest,
935+
ListLocationsResponse,
936+
Location,
937+
ListLocationsPage,
929938
ListLocationsFixedSizeCollection> {
930939

931940
public static ApiFuture<ListLocationsPagedResponse> createAsync(
@@ -975,7 +984,10 @@ public ApiFuture<ListLocationsPage> createPageAsync(
975984

976985
public static class ListLocationsFixedSizeCollection
977986
extends AbstractFixedSizeCollection<
978-
ListLocationsRequest, ListLocationsResponse, Location, ListLocationsPage,
987+
ListLocationsRequest,
988+
ListLocationsResponse,
989+
Location,
990+
ListLocationsPage,
979991
ListLocationsFixedSizeCollection> {
980992

981993
private ListLocationsFixedSizeCollection(List<ListLocationsPage> pages, int collectionSize) {
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
import com.google.api.gax.rpc.ClientSettings;
3131
import com.google.api.gax.rpc.OperationCallSettings;
3232
import com.google.api.gax.rpc.PagedCallSettings;
33-
import com.google.api.gax.rpc.StubSettings;
3433
import com.google.api.gax.rpc.TransportChannelProvider;
3534
import com.google.api.gax.rpc.UnaryCallSettings;
3635
import com.google.cloud.location.ListLocationsRequest;
@@ -49,9 +48,9 @@
4948
* <p>The default instance has everything set to sensible defaults:
5049
*
5150
* <ul>
52-
* <li> The default service address (vpcaccess.googleapis.com) and default port (443) are used.
53-
* <li> Credentials are acquired automatically through Application Default Credentials.
54-
* <li> Retries are configured for idempotent methods but not for non-idempotent methods.
51+
* <li>The default service address (vpcaccess.googleapis.com) and default port (443) are used.
52+
* <li>Credentials are acquired automatically through Application Default Credentials.
53+
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
5554
* </ul>
5655
*
5756
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
import io.grpc.MethodDescriptor;
4343
import io.grpc.protobuf.ProtoUtils;
4444
import java.io.IOException;
45-
import java.util.Map;
4645
import java.util.concurrent.TimeUnit;
4746
import javax.annotation.Generated;
4847

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
import com.google.api.gax.httpjson.ProtoMessageResponseParser;
3232
import com.google.api.gax.httpjson.ProtoRestSerializer;
3333
import com.google.api.gax.httpjson.longrunning.stub.HttpJsonOperationsStub;
34-
import com.google.api.gax.longrunning.OperationSnapshot;
3534
import com.google.api.gax.rpc.ClientContext;
3635
import com.google.api.gax.rpc.OperationCallable;
3736
import com.google.api.gax.rpc.UnaryCallable;
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676
* <p>The default instance has everything set to sensible defaults:
7777
*
7878
* <ul>
79-
* <li> The default service address (vpcaccess.googleapis.com) and default port (443) are used.
80-
* <li> Credentials are acquired automatically through Application Default Credentials.
81-
* <li> Retries are configured for idempotent methods but not for non-idempotent methods.
79+
* <li>The default service address (vpcaccess.googleapis.com) and default port (443) are used.
80+
* <li>Credentials are acquired automatically through Application Default Credentials.
81+
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
8282
* </ul>
8383
*
8484
* <p>The builder of this class is recursive, so contained classes are themselves builders. When

0 commit comments

Comments
 (0)