|
14 | 14 | # limitations under the License. |
15 | 15 | # |
16 | 16 |
|
17 | | -from google.cloud.datastream_v1alpha1.services.datastream.client import DatastreamClient |
18 | | -from google.cloud.datastream_v1alpha1.services.datastream.async_client import ( |
| 17 | +from google.cloud.datastream_v1.services.datastream.client import DatastreamClient |
| 18 | +from google.cloud.datastream_v1.services.datastream.async_client import ( |
19 | 19 | DatastreamAsyncClient, |
20 | 20 | ) |
21 | 21 |
|
22 | | -from google.cloud.datastream_v1alpha1.types.datastream import ( |
23 | | - CreateConnectionProfileRequest, |
24 | | -) |
25 | | -from google.cloud.datastream_v1alpha1.types.datastream import ( |
26 | | - CreatePrivateConnectionRequest, |
27 | | -) |
28 | | -from google.cloud.datastream_v1alpha1.types.datastream import CreateRouteRequest |
29 | | -from google.cloud.datastream_v1alpha1.types.datastream import CreateStreamRequest |
30 | | -from google.cloud.datastream_v1alpha1.types.datastream import ( |
31 | | - DeleteConnectionProfileRequest, |
32 | | -) |
33 | | -from google.cloud.datastream_v1alpha1.types.datastream import ( |
34 | | - DeletePrivateConnectionRequest, |
35 | | -) |
36 | | -from google.cloud.datastream_v1alpha1.types.datastream import DeleteRouteRequest |
37 | | -from google.cloud.datastream_v1alpha1.types.datastream import DeleteStreamRequest |
38 | | -from google.cloud.datastream_v1alpha1.types.datastream import ( |
39 | | - DiscoverConnectionProfileRequest, |
40 | | -) |
41 | | -from google.cloud.datastream_v1alpha1.types.datastream import ( |
| 22 | +from google.cloud.datastream_v1.types.datastream import CreateConnectionProfileRequest |
| 23 | +from google.cloud.datastream_v1.types.datastream import CreatePrivateConnectionRequest |
| 24 | +from google.cloud.datastream_v1.types.datastream import CreateRouteRequest |
| 25 | +from google.cloud.datastream_v1.types.datastream import CreateStreamRequest |
| 26 | +from google.cloud.datastream_v1.types.datastream import DeleteConnectionProfileRequest |
| 27 | +from google.cloud.datastream_v1.types.datastream import DeletePrivateConnectionRequest |
| 28 | +from google.cloud.datastream_v1.types.datastream import DeleteRouteRequest |
| 29 | +from google.cloud.datastream_v1.types.datastream import DeleteStreamRequest |
| 30 | +from google.cloud.datastream_v1.types.datastream import DiscoverConnectionProfileRequest |
| 31 | +from google.cloud.datastream_v1.types.datastream import ( |
42 | 32 | DiscoverConnectionProfileResponse, |
43 | 33 | ) |
44 | | -from google.cloud.datastream_v1alpha1.types.datastream import FetchErrorsRequest |
45 | | -from google.cloud.datastream_v1alpha1.types.datastream import FetchErrorsResponse |
46 | | -from google.cloud.datastream_v1alpha1.types.datastream import FetchStaticIpsRequest |
47 | | -from google.cloud.datastream_v1alpha1.types.datastream import FetchStaticIpsResponse |
48 | | -from google.cloud.datastream_v1alpha1.types.datastream import ( |
49 | | - GetConnectionProfileRequest, |
50 | | -) |
51 | | -from google.cloud.datastream_v1alpha1.types.datastream import ( |
52 | | - GetPrivateConnectionRequest, |
53 | | -) |
54 | | -from google.cloud.datastream_v1alpha1.types.datastream import GetRouteRequest |
55 | | -from google.cloud.datastream_v1alpha1.types.datastream import GetStreamRequest |
56 | | -from google.cloud.datastream_v1alpha1.types.datastream import ( |
57 | | - ListConnectionProfilesRequest, |
58 | | -) |
59 | | -from google.cloud.datastream_v1alpha1.types.datastream import ( |
60 | | - ListConnectionProfilesResponse, |
61 | | -) |
62 | | -from google.cloud.datastream_v1alpha1.types.datastream import ( |
63 | | - ListPrivateConnectionsRequest, |
64 | | -) |
65 | | -from google.cloud.datastream_v1alpha1.types.datastream import ( |
66 | | - ListPrivateConnectionsResponse, |
67 | | -) |
68 | | -from google.cloud.datastream_v1alpha1.types.datastream import ListRoutesRequest |
69 | | -from google.cloud.datastream_v1alpha1.types.datastream import ListRoutesResponse |
70 | | -from google.cloud.datastream_v1alpha1.types.datastream import ListStreamsRequest |
71 | | -from google.cloud.datastream_v1alpha1.types.datastream import ListStreamsResponse |
72 | | -from google.cloud.datastream_v1alpha1.types.datastream import OperationMetadata |
73 | | -from google.cloud.datastream_v1alpha1.types.datastream import ( |
74 | | - UpdateConnectionProfileRequest, |
75 | | -) |
76 | | -from google.cloud.datastream_v1alpha1.types.datastream import UpdateStreamRequest |
77 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import AvroFileFormat |
78 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import ( |
79 | | - ConnectionProfile, |
80 | | -) |
81 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import ( |
82 | | - DestinationConfig, |
83 | | -) |
84 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import Error |
85 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import ( |
| 34 | +from google.cloud.datastream_v1.types.datastream import FetchStaticIpsRequest |
| 35 | +from google.cloud.datastream_v1.types.datastream import FetchStaticIpsResponse |
| 36 | +from google.cloud.datastream_v1.types.datastream import GetConnectionProfileRequest |
| 37 | +from google.cloud.datastream_v1.types.datastream import GetPrivateConnectionRequest |
| 38 | +from google.cloud.datastream_v1.types.datastream import GetRouteRequest |
| 39 | +from google.cloud.datastream_v1.types.datastream import GetStreamObjectRequest |
| 40 | +from google.cloud.datastream_v1.types.datastream import GetStreamRequest |
| 41 | +from google.cloud.datastream_v1.types.datastream import ListConnectionProfilesRequest |
| 42 | +from google.cloud.datastream_v1.types.datastream import ListConnectionProfilesResponse |
| 43 | +from google.cloud.datastream_v1.types.datastream import ListPrivateConnectionsRequest |
| 44 | +from google.cloud.datastream_v1.types.datastream import ListPrivateConnectionsResponse |
| 45 | +from google.cloud.datastream_v1.types.datastream import ListRoutesRequest |
| 46 | +from google.cloud.datastream_v1.types.datastream import ListRoutesResponse |
| 47 | +from google.cloud.datastream_v1.types.datastream import ListStreamObjectsRequest |
| 48 | +from google.cloud.datastream_v1.types.datastream import ListStreamObjectsResponse |
| 49 | +from google.cloud.datastream_v1.types.datastream import ListStreamsRequest |
| 50 | +from google.cloud.datastream_v1.types.datastream import ListStreamsResponse |
| 51 | +from google.cloud.datastream_v1.types.datastream import LookupStreamObjectRequest |
| 52 | +from google.cloud.datastream_v1.types.datastream import OperationMetadata |
| 53 | +from google.cloud.datastream_v1.types.datastream import StartBackfillJobRequest |
| 54 | +from google.cloud.datastream_v1.types.datastream import StartBackfillJobResponse |
| 55 | +from google.cloud.datastream_v1.types.datastream import StopBackfillJobRequest |
| 56 | +from google.cloud.datastream_v1.types.datastream import StopBackfillJobResponse |
| 57 | +from google.cloud.datastream_v1.types.datastream import UpdateConnectionProfileRequest |
| 58 | +from google.cloud.datastream_v1.types.datastream import UpdateStreamRequest |
| 59 | +from google.cloud.datastream_v1.types.datastream_resources import AvroFileFormat |
| 60 | +from google.cloud.datastream_v1.types.datastream_resources import BackfillJob |
| 61 | +from google.cloud.datastream_v1.types.datastream_resources import ConnectionProfile |
| 62 | +from google.cloud.datastream_v1.types.datastream_resources import DestinationConfig |
| 63 | +from google.cloud.datastream_v1.types.datastream_resources import Error |
| 64 | +from google.cloud.datastream_v1.types.datastream_resources import ( |
86 | 65 | ForwardSshTunnelConnectivity, |
87 | 66 | ) |
88 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import ( |
89 | | - GcsDestinationConfig, |
90 | | -) |
91 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import GcsProfile |
92 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import JsonFileFormat |
93 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import MysqlColumn |
94 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import MysqlDatabase |
95 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import MysqlProfile |
96 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import MysqlRdbms |
97 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import ( |
98 | | - MysqlSourceConfig, |
99 | | -) |
100 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import MysqlSslConfig |
101 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import MysqlTable |
102 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import ( |
103 | | - NoConnectivitySettings, |
104 | | -) |
105 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import OracleColumn |
106 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import OracleProfile |
107 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import OracleRdbms |
108 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import OracleSchema |
109 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import ( |
110 | | - OracleSourceConfig, |
111 | | -) |
112 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import OracleTable |
113 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import ( |
114 | | - PrivateConnection, |
115 | | -) |
116 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import ( |
117 | | - PrivateConnectivity, |
118 | | -) |
119 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import Route |
120 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import SourceConfig |
121 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import ( |
| 67 | +from google.cloud.datastream_v1.types.datastream_resources import GcsDestinationConfig |
| 68 | +from google.cloud.datastream_v1.types.datastream_resources import GcsProfile |
| 69 | +from google.cloud.datastream_v1.types.datastream_resources import JsonFileFormat |
| 70 | +from google.cloud.datastream_v1.types.datastream_resources import MysqlColumn |
| 71 | +from google.cloud.datastream_v1.types.datastream_resources import MysqlDatabase |
| 72 | +from google.cloud.datastream_v1.types.datastream_resources import MysqlProfile |
| 73 | +from google.cloud.datastream_v1.types.datastream_resources import MysqlRdbms |
| 74 | +from google.cloud.datastream_v1.types.datastream_resources import MysqlSourceConfig |
| 75 | +from google.cloud.datastream_v1.types.datastream_resources import MysqlSslConfig |
| 76 | +from google.cloud.datastream_v1.types.datastream_resources import MysqlTable |
| 77 | +from google.cloud.datastream_v1.types.datastream_resources import OracleColumn |
| 78 | +from google.cloud.datastream_v1.types.datastream_resources import OracleProfile |
| 79 | +from google.cloud.datastream_v1.types.datastream_resources import OracleRdbms |
| 80 | +from google.cloud.datastream_v1.types.datastream_resources import OracleSchema |
| 81 | +from google.cloud.datastream_v1.types.datastream_resources import OracleSourceConfig |
| 82 | +from google.cloud.datastream_v1.types.datastream_resources import OracleTable |
| 83 | +from google.cloud.datastream_v1.types.datastream_resources import PrivateConnection |
| 84 | +from google.cloud.datastream_v1.types.datastream_resources import PrivateConnectivity |
| 85 | +from google.cloud.datastream_v1.types.datastream_resources import Route |
| 86 | +from google.cloud.datastream_v1.types.datastream_resources import SourceConfig |
| 87 | +from google.cloud.datastream_v1.types.datastream_resources import SourceObjectIdentifier |
| 88 | +from google.cloud.datastream_v1.types.datastream_resources import ( |
122 | 89 | StaticServiceIpConnectivity, |
123 | 90 | ) |
124 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import Stream |
125 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import Validation |
126 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import ( |
127 | | - ValidationMessage, |
128 | | -) |
129 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import ValidationResult |
130 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import VpcPeeringConfig |
131 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import GcsFileFormat |
132 | | -from google.cloud.datastream_v1alpha1.types.datastream_resources import SchemaFileFormat |
| 91 | +from google.cloud.datastream_v1.types.datastream_resources import Stream |
| 92 | +from google.cloud.datastream_v1.types.datastream_resources import StreamObject |
| 93 | +from google.cloud.datastream_v1.types.datastream_resources import Validation |
| 94 | +from google.cloud.datastream_v1.types.datastream_resources import ValidationMessage |
| 95 | +from google.cloud.datastream_v1.types.datastream_resources import ValidationResult |
| 96 | +from google.cloud.datastream_v1.types.datastream_resources import VpcPeeringConfig |
133 | 97 |
|
134 | 98 | __all__ = ( |
135 | 99 | "DatastreamClient", |
|
144 | 108 | "DeleteStreamRequest", |
145 | 109 | "DiscoverConnectionProfileRequest", |
146 | 110 | "DiscoverConnectionProfileResponse", |
147 | | - "FetchErrorsRequest", |
148 | | - "FetchErrorsResponse", |
149 | 111 | "FetchStaticIpsRequest", |
150 | 112 | "FetchStaticIpsResponse", |
151 | 113 | "GetConnectionProfileRequest", |
152 | 114 | "GetPrivateConnectionRequest", |
153 | 115 | "GetRouteRequest", |
| 116 | + "GetStreamObjectRequest", |
154 | 117 | "GetStreamRequest", |
155 | 118 | "ListConnectionProfilesRequest", |
156 | 119 | "ListConnectionProfilesResponse", |
157 | 120 | "ListPrivateConnectionsRequest", |
158 | 121 | "ListPrivateConnectionsResponse", |
159 | 122 | "ListRoutesRequest", |
160 | 123 | "ListRoutesResponse", |
| 124 | + "ListStreamObjectsRequest", |
| 125 | + "ListStreamObjectsResponse", |
161 | 126 | "ListStreamsRequest", |
162 | 127 | "ListStreamsResponse", |
| 128 | + "LookupStreamObjectRequest", |
163 | 129 | "OperationMetadata", |
| 130 | + "StartBackfillJobRequest", |
| 131 | + "StartBackfillJobResponse", |
| 132 | + "StopBackfillJobRequest", |
| 133 | + "StopBackfillJobResponse", |
164 | 134 | "UpdateConnectionProfileRequest", |
165 | 135 | "UpdateStreamRequest", |
166 | 136 | "AvroFileFormat", |
| 137 | + "BackfillJob", |
167 | 138 | "ConnectionProfile", |
168 | 139 | "DestinationConfig", |
169 | 140 | "Error", |
|
178 | 149 | "MysqlSourceConfig", |
179 | 150 | "MysqlSslConfig", |
180 | 151 | "MysqlTable", |
181 | | - "NoConnectivitySettings", |
182 | 152 | "OracleColumn", |
183 | 153 | "OracleProfile", |
184 | 154 | "OracleRdbms", |
|
189 | 159 | "PrivateConnectivity", |
190 | 160 | "Route", |
191 | 161 | "SourceConfig", |
| 162 | + "SourceObjectIdentifier", |
192 | 163 | "StaticServiceIpConnectivity", |
193 | 164 | "Stream", |
| 165 | + "StreamObject", |
194 | 166 | "Validation", |
195 | 167 | "ValidationMessage", |
196 | 168 | "ValidationResult", |
197 | 169 | "VpcPeeringConfig", |
198 | | - "GcsFileFormat", |
199 | | - "SchemaFileFormat", |
200 | 170 | ) |
0 commit comments