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

Commit d9d3b51

Browse files
1 parent b9a2c5e commit d9d3b51

File tree

577 files changed

+72155
-44412
lines changed

Some content is hidden

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

577 files changed

+72155
-44412
lines changed
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
*
@@ -3564,8 +3564,11 @@ public boolean awaitTermination(long duration, TimeUnit unit) throws Interrupted
35643564

35653565
public static class ListConnectionProfilesPagedResponse
35663566
extends AbstractPagedListResponse<
3567-
ListConnectionProfilesRequest, ListConnectionProfilesResponse, ConnectionProfile,
3568-
ListConnectionProfilesPage, ListConnectionProfilesFixedSizeCollection> {
3567+
ListConnectionProfilesRequest,
3568+
ListConnectionProfilesResponse,
3569+
ConnectionProfile,
3570+
ListConnectionProfilesPage,
3571+
ListConnectionProfilesFixedSizeCollection> {
35693572

35703573
public static ApiFuture<ListConnectionProfilesPagedResponse> createAsync(
35713574
PageContext<
@@ -3587,7 +3590,9 @@ private ListConnectionProfilesPagedResponse(ListConnectionProfilesPage page) {
35873590

35883591
public static class ListConnectionProfilesPage
35893592
extends AbstractPage<
3590-
ListConnectionProfilesRequest, ListConnectionProfilesResponse, ConnectionProfile,
3593+
ListConnectionProfilesRequest,
3594+
ListConnectionProfilesResponse,
3595+
ConnectionProfile,
35913596
ListConnectionProfilesPage> {
35923597

35933598
private ListConnectionProfilesPage(
@@ -3623,8 +3628,11 @@ public ApiFuture<ListConnectionProfilesPage> createPageAsync(
36233628

36243629
public static class ListConnectionProfilesFixedSizeCollection
36253630
extends AbstractFixedSizeCollection<
3626-
ListConnectionProfilesRequest, ListConnectionProfilesResponse, ConnectionProfile,
3627-
ListConnectionProfilesPage, ListConnectionProfilesFixedSizeCollection> {
3631+
ListConnectionProfilesRequest,
3632+
ListConnectionProfilesResponse,
3633+
ConnectionProfile,
3634+
ListConnectionProfilesPage,
3635+
ListConnectionProfilesFixedSizeCollection> {
36283636

36293637
private ListConnectionProfilesFixedSizeCollection(
36303638
List<ListConnectionProfilesPage> pages, int collectionSize) {
@@ -3644,7 +3652,10 @@ protected ListConnectionProfilesFixedSizeCollection createCollection(
36443652

36453653
public static class ListStreamsPagedResponse
36463654
extends AbstractPagedListResponse<
3647-
ListStreamsRequest, ListStreamsResponse, Stream, ListStreamsPage,
3655+
ListStreamsRequest,
3656+
ListStreamsResponse,
3657+
Stream,
3658+
ListStreamsPage,
36483659
ListStreamsFixedSizeCollection> {
36493660

36503661
public static ApiFuture<ListStreamsPagedResponse> createAsync(
@@ -3691,7 +3702,10 @@ public ApiFuture<ListStreamsPage> createPageAsync(
36913702

36923703
public static class ListStreamsFixedSizeCollection
36933704
extends AbstractFixedSizeCollection<
3694-
ListStreamsRequest, ListStreamsResponse, Stream, ListStreamsPage,
3705+
ListStreamsRequest,
3706+
ListStreamsResponse,
3707+
Stream,
3708+
ListStreamsPage,
36953709
ListStreamsFixedSizeCollection> {
36963710

36973711
private ListStreamsFixedSizeCollection(List<ListStreamsPage> pages, int collectionSize) {
@@ -3711,7 +3725,10 @@ protected ListStreamsFixedSizeCollection createCollection(
37113725

37123726
public static class ListStreamObjectsPagedResponse
37133727
extends AbstractPagedListResponse<
3714-
ListStreamObjectsRequest, ListStreamObjectsResponse, StreamObject, ListStreamObjectsPage,
3728+
ListStreamObjectsRequest,
3729+
ListStreamObjectsResponse,
3730+
StreamObject,
3731+
ListStreamObjectsPage,
37153732
ListStreamObjectsFixedSizeCollection> {
37163733

37173734
public static ApiFuture<ListStreamObjectsPagedResponse> createAsync(
@@ -3732,7 +3749,9 @@ private ListStreamObjectsPagedResponse(ListStreamObjectsPage page) {
37323749

37333750
public static class ListStreamObjectsPage
37343751
extends AbstractPage<
3735-
ListStreamObjectsRequest, ListStreamObjectsResponse, StreamObject,
3752+
ListStreamObjectsRequest,
3753+
ListStreamObjectsResponse,
3754+
StreamObject,
37363755
ListStreamObjectsPage> {
37373756

37383757
private ListStreamObjectsPage(
@@ -3762,7 +3781,10 @@ public ApiFuture<ListStreamObjectsPage> createPageAsync(
37623781

37633782
public static class ListStreamObjectsFixedSizeCollection
37643783
extends AbstractFixedSizeCollection<
3765-
ListStreamObjectsRequest, ListStreamObjectsResponse, StreamObject, ListStreamObjectsPage,
3784+
ListStreamObjectsRequest,
3785+
ListStreamObjectsResponse,
3786+
StreamObject,
3787+
ListStreamObjectsPage,
37663788
ListStreamObjectsFixedSizeCollection> {
37673789

37683790
private ListStreamObjectsFixedSizeCollection(
@@ -3783,7 +3805,10 @@ protected ListStreamObjectsFixedSizeCollection createCollection(
37833805

37843806
public static class FetchStaticIpsPagedResponse
37853807
extends AbstractPagedListResponse<
3786-
FetchStaticIpsRequest, FetchStaticIpsResponse, String, FetchStaticIpsPage,
3808+
FetchStaticIpsRequest,
3809+
FetchStaticIpsResponse,
3810+
String,
3811+
FetchStaticIpsPage,
37873812
FetchStaticIpsFixedSizeCollection> {
37883813

37893814
public static ApiFuture<FetchStaticIpsPagedResponse> createAsync(
@@ -3833,7 +3858,10 @@ public ApiFuture<FetchStaticIpsPage> createPageAsync(
38333858

38343859
public static class FetchStaticIpsFixedSizeCollection
38353860
extends AbstractFixedSizeCollection<
3836-
FetchStaticIpsRequest, FetchStaticIpsResponse, String, FetchStaticIpsPage,
3861+
FetchStaticIpsRequest,
3862+
FetchStaticIpsResponse,
3863+
String,
3864+
FetchStaticIpsPage,
38373865
FetchStaticIpsFixedSizeCollection> {
38383866

38393867
private FetchStaticIpsFixedSizeCollection(List<FetchStaticIpsPage> pages, int collectionSize) {
@@ -3853,8 +3881,11 @@ protected FetchStaticIpsFixedSizeCollection createCollection(
38533881

38543882
public static class ListPrivateConnectionsPagedResponse
38553883
extends AbstractPagedListResponse<
3856-
ListPrivateConnectionsRequest, ListPrivateConnectionsResponse, PrivateConnection,
3857-
ListPrivateConnectionsPage, ListPrivateConnectionsFixedSizeCollection> {
3884+
ListPrivateConnectionsRequest,
3885+
ListPrivateConnectionsResponse,
3886+
PrivateConnection,
3887+
ListPrivateConnectionsPage,
3888+
ListPrivateConnectionsFixedSizeCollection> {
38583889

38593890
public static ApiFuture<ListPrivateConnectionsPagedResponse> createAsync(
38603891
PageContext<
@@ -3876,7 +3907,9 @@ private ListPrivateConnectionsPagedResponse(ListPrivateConnectionsPage page) {
38763907

38773908
public static class ListPrivateConnectionsPage
38783909
extends AbstractPage<
3879-
ListPrivateConnectionsRequest, ListPrivateConnectionsResponse, PrivateConnection,
3910+
ListPrivateConnectionsRequest,
3911+
ListPrivateConnectionsResponse,
3912+
PrivateConnection,
38803913
ListPrivateConnectionsPage> {
38813914

38823915
private ListPrivateConnectionsPage(
@@ -3912,8 +3945,11 @@ public ApiFuture<ListPrivateConnectionsPage> createPageAsync(
39123945

39133946
public static class ListPrivateConnectionsFixedSizeCollection
39143947
extends AbstractFixedSizeCollection<
3915-
ListPrivateConnectionsRequest, ListPrivateConnectionsResponse, PrivateConnection,
3916-
ListPrivateConnectionsPage, ListPrivateConnectionsFixedSizeCollection> {
3948+
ListPrivateConnectionsRequest,
3949+
ListPrivateConnectionsResponse,
3950+
PrivateConnection,
3951+
ListPrivateConnectionsPage,
3952+
ListPrivateConnectionsFixedSizeCollection> {
39173953

39183954
private ListPrivateConnectionsFixedSizeCollection(
39193955
List<ListPrivateConnectionsPage> pages, int collectionSize) {
@@ -3933,7 +3969,10 @@ protected ListPrivateConnectionsFixedSizeCollection createCollection(
39333969

39343970
public static class ListRoutesPagedResponse
39353971
extends AbstractPagedListResponse<
3936-
ListRoutesRequest, ListRoutesResponse, Route, ListRoutesPage,
3972+
ListRoutesRequest,
3973+
ListRoutesResponse,
3974+
Route,
3975+
ListRoutesPage,
39373976
ListRoutesFixedSizeCollection> {
39383977

39393978
public static ApiFuture<ListRoutesPagedResponse> createAsync(
@@ -3980,7 +4019,10 @@ public ApiFuture<ListRoutesPage> createPageAsync(
39804019

39814020
public static class ListRoutesFixedSizeCollection
39824021
extends AbstractFixedSizeCollection<
3983-
ListRoutesRequest, ListRoutesResponse, Route, ListRoutesPage,
4022+
ListRoutesRequest,
4023+
ListRoutesResponse,
4024+
Route,
4025+
ListRoutesPage,
39844026
ListRoutesFixedSizeCollection> {
39854027

39864028
private ListRoutesFixedSizeCollection(List<ListRoutesPage> pages, int collectionSize) {
@@ -4000,7 +4042,10 @@ protected ListRoutesFixedSizeCollection createCollection(
40004042

40014043
public static class ListLocationsPagedResponse
40024044
extends AbstractPagedListResponse<
4003-
ListLocationsRequest, ListLocationsResponse, Location, ListLocationsPage,
4045+
ListLocationsRequest,
4046+
ListLocationsResponse,
4047+
Location,
4048+
ListLocationsPage,
40044049
ListLocationsFixedSizeCollection> {
40054050

40064051
public static ApiFuture<ListLocationsPagedResponse> createAsync(
@@ -4050,7 +4095,10 @@ public ApiFuture<ListLocationsPage> createPageAsync(
40504095

40514096
public static class ListLocationsFixedSizeCollection
40524097
extends AbstractFixedSizeCollection<
4053-
ListLocationsRequest, ListLocationsResponse, Location, ListLocationsPage,
4098+
ListLocationsRequest,
4099+
ListLocationsResponse,
4100+
Location,
4101+
ListLocationsPage,
40544102
ListLocationsFixedSizeCollection> {
40554103

40564104
private ListLocationsFixedSizeCollection(List<ListLocationsPage> pages, int collectionSize) {
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
import com.google.api.gax.rpc.ClientSettings;
3636
import com.google.api.gax.rpc.OperationCallSettings;
3737
import com.google.api.gax.rpc.PagedCallSettings;
38-
import com.google.api.gax.rpc.StubSettings;
3938
import com.google.api.gax.rpc.TransportChannelProvider;
4039
import com.google.api.gax.rpc.UnaryCallSettings;
4140
import com.google.cloud.datastream.v1.stub.DatastreamStubSettings;
@@ -56,9 +55,9 @@
5655
* <p>The default instance has everything set to sensible defaults:
5756
*
5857
* <ul>
59-
* <li> The default service address (datastream.googleapis.com) and default port (443) are used.
60-
* <li> Credentials are acquired automatically through Application Default Credentials.
61-
* <li> Retries are configured for idempotent methods but not for non-idempotent methods.
58+
* <li>The default service address (datastream.googleapis.com) and default port (443) are used.
59+
* <li>Credentials are acquired automatically through Application Default Credentials.
60+
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
6261
* </ul>
6362
*
6463
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
@@ -87,7 +86,8 @@ public class DatastreamSettings extends ClientSettings<DatastreamSettings> {
8786

8887
/** Returns the object with the settings used for calls to listConnectionProfiles. */
8988
public PagedCallSettings<
90-
ListConnectionProfilesRequest, ListConnectionProfilesResponse,
89+
ListConnectionProfilesRequest,
90+
ListConnectionProfilesResponse,
9191
ListConnectionProfilesPagedResponse>
9292
listConnectionProfilesSettings() {
9393
return ((DatastreamStubSettings) getStubSettings()).listConnectionProfilesSettings();
@@ -241,7 +241,8 @@ public UnaryCallSettings<LookupStreamObjectRequest, StreamObject> lookupStreamOb
241241

242242
/** Returns the object with the settings used for calls to listPrivateConnections. */
243243
public PagedCallSettings<
244-
ListPrivateConnectionsRequest, ListPrivateConnectionsResponse,
244+
ListPrivateConnectionsRequest,
245+
ListPrivateConnectionsResponse,
245246
ListPrivateConnectionsPagedResponse>
246247
listPrivateConnectionsSettings() {
247248
return ((DatastreamStubSettings) getStubSettings()).listPrivateConnectionsSettings();
@@ -419,7 +420,8 @@ public Builder applyToAllUnaryMethods(
419420

420421
/** Returns the builder for the settings used for calls to listConnectionProfiles. */
421422
public PagedCallSettings.Builder<
422-
ListConnectionProfilesRequest, ListConnectionProfilesResponse,
423+
ListConnectionProfilesRequest,
424+
ListConnectionProfilesResponse,
423425
ListConnectionProfilesPagedResponse>
424426
listConnectionProfilesSettings() {
425427
return getStubSettingsBuilder().listConnectionProfilesSettings();
@@ -580,7 +582,8 @@ public UnaryCallSettings.Builder<DeleteStreamRequest, Operation> deleteStreamSet
580582

581583
/** Returns the builder for the settings used for calls to listPrivateConnections. */
582584
public PagedCallSettings.Builder<
583-
ListPrivateConnectionsRequest, ListPrivateConnectionsResponse,
585+
ListPrivateConnectionsRequest,
586+
ListPrivateConnectionsResponse,
584587
ListPrivateConnectionsPagedResponse>
585588
listPrivateConnectionsSettings() {
586589
return getStubSettingsBuilder().listPrivateConnectionsSettings();

0 commit comments

Comments
 (0)