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

Commit 74dc1f1

Browse files
feat: added support for BigQuery destination and PostgreSQL source types
PiperOrigin-RevId: 469482613 Source-Link: googleapis/googleapis@441339a Source-Link: https://github.com/googleapis/googleapis-gen/commit/7ac2e52b36f2f84950bb471126c543b9e88e75d2 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiN2FjMmU1MmIzNmYyZjg0OTUwYmI0NzExMjZjNTQzYjllODhlNzVkMiJ9
1 parent 4c3819e commit 74dc1f1

File tree

579 files changed

+60577
-69062
lines changed

Some content is hidden

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

579 files changed

+60577
-69062
lines changed

grpc-google-cloud-datastream-v1/src/main/java/com/google/cloud/datastream/v1/DatastreamGrpc.java

Lines changed: 0 additions & 3220 deletions
This file was deleted.

grpc-google-cloud-datastream-v1alpha1/src/main/java/com/google/cloud/datastream/v1alpha1/DatastreamGrpc.java

Lines changed: 0 additions & 2768 deletions
This file was deleted.

google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1/DatastreamClient.java renamed to owl-bot-staging/v1/google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1/DatastreamClient.java

Lines changed: 24 additions & 72 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
*
@@ -3564,11 +3564,8 @@ public boolean awaitTermination(long duration, TimeUnit unit) throws Interrupted
35643564

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

35733570
public static ApiFuture<ListConnectionProfilesPagedResponse> createAsync(
35743571
PageContext<
@@ -3590,9 +3587,7 @@ private ListConnectionProfilesPagedResponse(ListConnectionProfilesPage page) {
35903587

35913588
public static class ListConnectionProfilesPage
35923589
extends AbstractPage<
3593-
ListConnectionProfilesRequest,
3594-
ListConnectionProfilesResponse,
3595-
ConnectionProfile,
3590+
ListConnectionProfilesRequest, ListConnectionProfilesResponse, ConnectionProfile,
35963591
ListConnectionProfilesPage> {
35973592

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

36293624
public static class ListConnectionProfilesFixedSizeCollection
36303625
extends AbstractFixedSizeCollection<
3631-
ListConnectionProfilesRequest,
3632-
ListConnectionProfilesResponse,
3633-
ConnectionProfile,
3634-
ListConnectionProfilesPage,
3635-
ListConnectionProfilesFixedSizeCollection> {
3626+
ListConnectionProfilesRequest, ListConnectionProfilesResponse, ConnectionProfile,
3627+
ListConnectionProfilesPage, ListConnectionProfilesFixedSizeCollection> {
36363628

36373629
private ListConnectionProfilesFixedSizeCollection(
36383630
List<ListConnectionProfilesPage> pages, int collectionSize) {
@@ -3652,10 +3644,7 @@ protected ListConnectionProfilesFixedSizeCollection createCollection(
36523644

36533645
public static class ListStreamsPagedResponse
36543646
extends AbstractPagedListResponse<
3655-
ListStreamsRequest,
3656-
ListStreamsResponse,
3657-
Stream,
3658-
ListStreamsPage,
3647+
ListStreamsRequest, ListStreamsResponse, Stream, ListStreamsPage,
36593648
ListStreamsFixedSizeCollection> {
36603649

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

37033692
public static class ListStreamsFixedSizeCollection
37043693
extends AbstractFixedSizeCollection<
3705-
ListStreamsRequest,
3706-
ListStreamsResponse,
3707-
Stream,
3708-
ListStreamsPage,
3694+
ListStreamsRequest, ListStreamsResponse, Stream, ListStreamsPage,
37093695
ListStreamsFixedSizeCollection> {
37103696

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

37263712
public static class ListStreamObjectsPagedResponse
37273713
extends AbstractPagedListResponse<
3728-
ListStreamObjectsRequest,
3729-
ListStreamObjectsResponse,
3730-
StreamObject,
3731-
ListStreamObjectsPage,
3714+
ListStreamObjectsRequest, ListStreamObjectsResponse, StreamObject, ListStreamObjectsPage,
37323715
ListStreamObjectsFixedSizeCollection> {
37333716

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

37503733
public static class ListStreamObjectsPage
37513734
extends AbstractPage<
3752-
ListStreamObjectsRequest,
3753-
ListStreamObjectsResponse,
3754-
StreamObject,
3735+
ListStreamObjectsRequest, ListStreamObjectsResponse, StreamObject,
37553736
ListStreamObjectsPage> {
37563737

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

37823763
public static class ListStreamObjectsFixedSizeCollection
37833764
extends AbstractFixedSizeCollection<
3784-
ListStreamObjectsRequest,
3785-
ListStreamObjectsResponse,
3786-
StreamObject,
3787-
ListStreamObjectsPage,
3765+
ListStreamObjectsRequest, ListStreamObjectsResponse, StreamObject, ListStreamObjectsPage,
37883766
ListStreamObjectsFixedSizeCollection> {
37893767

37903768
private ListStreamObjectsFixedSizeCollection(
@@ -3805,10 +3783,7 @@ protected ListStreamObjectsFixedSizeCollection createCollection(
38053783

38063784
public static class FetchStaticIpsPagedResponse
38073785
extends AbstractPagedListResponse<
3808-
FetchStaticIpsRequest,
3809-
FetchStaticIpsResponse,
3810-
String,
3811-
FetchStaticIpsPage,
3786+
FetchStaticIpsRequest, FetchStaticIpsResponse, String, FetchStaticIpsPage,
38123787
FetchStaticIpsFixedSizeCollection> {
38133788

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

38593834
public static class FetchStaticIpsFixedSizeCollection
38603835
extends AbstractFixedSizeCollection<
3861-
FetchStaticIpsRequest,
3862-
FetchStaticIpsResponse,
3863-
String,
3864-
FetchStaticIpsPage,
3836+
FetchStaticIpsRequest, FetchStaticIpsResponse, String, FetchStaticIpsPage,
38653837
FetchStaticIpsFixedSizeCollection> {
38663838

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

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

38903859
public static ApiFuture<ListPrivateConnectionsPagedResponse> createAsync(
38913860
PageContext<
@@ -3907,9 +3876,7 @@ private ListPrivateConnectionsPagedResponse(ListPrivateConnectionsPage page) {
39073876

39083877
public static class ListPrivateConnectionsPage
39093878
extends AbstractPage<
3910-
ListPrivateConnectionsRequest,
3911-
ListPrivateConnectionsResponse,
3912-
PrivateConnection,
3879+
ListPrivateConnectionsRequest, ListPrivateConnectionsResponse, PrivateConnection,
39133880
ListPrivateConnectionsPage> {
39143881

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

39463913
public static class ListPrivateConnectionsFixedSizeCollection
39473914
extends AbstractFixedSizeCollection<
3948-
ListPrivateConnectionsRequest,
3949-
ListPrivateConnectionsResponse,
3950-
PrivateConnection,
3951-
ListPrivateConnectionsPage,
3952-
ListPrivateConnectionsFixedSizeCollection> {
3915+
ListPrivateConnectionsRequest, ListPrivateConnectionsResponse, PrivateConnection,
3916+
ListPrivateConnectionsPage, ListPrivateConnectionsFixedSizeCollection> {
39533917

39543918
private ListPrivateConnectionsFixedSizeCollection(
39553919
List<ListPrivateConnectionsPage> pages, int collectionSize) {
@@ -3969,10 +3933,7 @@ protected ListPrivateConnectionsFixedSizeCollection createCollection(
39693933

39703934
public static class ListRoutesPagedResponse
39713935
extends AbstractPagedListResponse<
3972-
ListRoutesRequest,
3973-
ListRoutesResponse,
3974-
Route,
3975-
ListRoutesPage,
3936+
ListRoutesRequest, ListRoutesResponse, Route, ListRoutesPage,
39763937
ListRoutesFixedSizeCollection> {
39773938

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

40203981
public static class ListRoutesFixedSizeCollection
40213982
extends AbstractFixedSizeCollection<
4022-
ListRoutesRequest,
4023-
ListRoutesResponse,
4024-
Route,
4025-
ListRoutesPage,
3983+
ListRoutesRequest, ListRoutesResponse, Route, ListRoutesPage,
40263984
ListRoutesFixedSizeCollection> {
40273985

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

40434001
public static class ListLocationsPagedResponse
40444002
extends AbstractPagedListResponse<
4045-
ListLocationsRequest,
4046-
ListLocationsResponse,
4047-
Location,
4048-
ListLocationsPage,
4003+
ListLocationsRequest, ListLocationsResponse, Location, ListLocationsPage,
40494004
ListLocationsFixedSizeCollection> {
40504005

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

40964051
public static class ListLocationsFixedSizeCollection
40974052
extends AbstractFixedSizeCollection<
4098-
ListLocationsRequest,
4099-
ListLocationsResponse,
4100-
Location,
4101-
ListLocationsPage,
4053+
ListLocationsRequest, ListLocationsResponse, Location, ListLocationsPage,
41024054
ListLocationsFixedSizeCollection> {
41034055

41044056
private ListLocationsFixedSizeCollection(List<ListLocationsPage> pages, int collectionSize) {

google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1/DatastreamSettings.java renamed to owl-bot-staging/v1/google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1/DatastreamSettings.java

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
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;
3839
import com.google.api.gax.rpc.TransportChannelProvider;
3940
import com.google.api.gax.rpc.UnaryCallSettings;
4041
import com.google.cloud.datastream.v1.stub.DatastreamStubSettings;
@@ -55,9 +56,9 @@
5556
* <p>The default instance has everything set to sensible defaults:
5657
*
5758
* <ul>
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.
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.
6162
* </ul>
6263
*
6364
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
@@ -86,8 +87,7 @@ public class DatastreamSettings extends ClientSettings<DatastreamSettings> {
8687

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

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

421420
/** Returns the builder for the settings used for calls to listConnectionProfiles. */
422421
public PagedCallSettings.Builder<
423-
ListConnectionProfilesRequest,
424-
ListConnectionProfilesResponse,
422+
ListConnectionProfilesRequest, ListConnectionProfilesResponse,
425423
ListConnectionProfilesPagedResponse>
426424
listConnectionProfilesSettings() {
427425
return getStubSettingsBuilder().listConnectionProfilesSettings();
@@ -582,8 +580,7 @@ public UnaryCallSettings.Builder<DeleteStreamRequest, Operation> deleteStreamSet
582580

583581
/** Returns the builder for the settings used for calls to listPrivateConnections. */
584582
public PagedCallSettings.Builder<
585-
ListPrivateConnectionsRequest,
586-
ListPrivateConnectionsResponse,
583+
ListPrivateConnectionsRequest, ListPrivateConnectionsResponse,
587584
ListPrivateConnectionsPagedResponse>
588585
listPrivateConnectionsSettings() {
589586
return getStubSettingsBuilder().listPrivateConnectionsSettings();

0 commit comments

Comments
 (0)