|
14 | 14 | # limitations under the License. |
15 | 15 | # |
16 | 16 |
|
17 | | -from google.cloud.datastream_v1.services.datastream.client import DatastreamClient |
18 | 17 | from google.cloud.datastream_v1.services.datastream.async_client import ( |
19 | 18 | DatastreamAsyncClient, |
20 | 19 | ) |
21 | | - |
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 |
| 20 | +from google.cloud.datastream_v1.services.datastream.client import DatastreamClient |
31 | 21 | from google.cloud.datastream_v1.types.datastream import ( |
| 22 | + CreateConnectionProfileRequest, |
| 23 | + CreatePrivateConnectionRequest, |
| 24 | + CreateRouteRequest, |
| 25 | + CreateStreamRequest, |
| 26 | + DeleteConnectionProfileRequest, |
| 27 | + DeletePrivateConnectionRequest, |
| 28 | + DeleteRouteRequest, |
| 29 | + DeleteStreamRequest, |
| 30 | + DiscoverConnectionProfileRequest, |
32 | 31 | DiscoverConnectionProfileResponse, |
| 32 | + FetchStaticIpsRequest, |
| 33 | + FetchStaticIpsResponse, |
| 34 | + GetConnectionProfileRequest, |
| 35 | + GetPrivateConnectionRequest, |
| 36 | + GetRouteRequest, |
| 37 | + GetStreamObjectRequest, |
| 38 | + GetStreamRequest, |
| 39 | + ListConnectionProfilesRequest, |
| 40 | + ListConnectionProfilesResponse, |
| 41 | + ListPrivateConnectionsRequest, |
| 42 | + ListPrivateConnectionsResponse, |
| 43 | + ListRoutesRequest, |
| 44 | + ListRoutesResponse, |
| 45 | + ListStreamObjectsRequest, |
| 46 | + ListStreamObjectsResponse, |
| 47 | + ListStreamsRequest, |
| 48 | + ListStreamsResponse, |
| 49 | + LookupStreamObjectRequest, |
| 50 | + OperationMetadata, |
| 51 | + StartBackfillJobRequest, |
| 52 | + StartBackfillJobResponse, |
| 53 | + StopBackfillJobRequest, |
| 54 | + StopBackfillJobResponse, |
| 55 | + UpdateConnectionProfileRequest, |
| 56 | + UpdateStreamRequest, |
33 | 57 | ) |
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 | 58 | from google.cloud.datastream_v1.types.datastream_resources import ( |
| 59 | + AvroFileFormat, |
| 60 | + BackfillJob, |
| 61 | + ConnectionProfile, |
| 62 | + DestinationConfig, |
| 63 | + Error, |
65 | 64 | ForwardSshTunnelConnectivity, |
66 | | -) |
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 ( |
| 65 | + GcsDestinationConfig, |
| 66 | + GcsProfile, |
| 67 | + JsonFileFormat, |
| 68 | + MysqlColumn, |
| 69 | + MysqlDatabase, |
| 70 | + MysqlProfile, |
| 71 | + MysqlRdbms, |
| 72 | + MysqlSourceConfig, |
| 73 | + MysqlSslConfig, |
| 74 | + MysqlTable, |
| 75 | + OracleColumn, |
| 76 | + OracleProfile, |
| 77 | + OracleRdbms, |
| 78 | + OracleSchema, |
| 79 | + OracleSourceConfig, |
| 80 | + OracleTable, |
| 81 | + PrivateConnection, |
| 82 | + PrivateConnectivity, |
| 83 | + Route, |
| 84 | + SourceConfig, |
| 85 | + SourceObjectIdentifier, |
89 | 86 | StaticServiceIpConnectivity, |
| 87 | + Stream, |
| 88 | + StreamObject, |
| 89 | + Validation, |
| 90 | + ValidationMessage, |
| 91 | + ValidationResult, |
| 92 | + VpcPeeringConfig, |
90 | 93 | ) |
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 |
97 | 94 |
|
98 | 95 | __all__ = ( |
99 | 96 | "DatastreamClient", |
|
0 commit comments