DiscoverConnectionProfileRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Request message for 'discover' ConnectionProfile request.
Attributes | |
---|---|
Name | Description |
parent |
str
Required. The parent resource of the ConnectionProfile type. Must be in the format projects/*/locations/* .
|
connection_profile |
google.cloud.datastream_v1alpha1.types.ConnectionProfile
An ad-hoc ConnectionProfile configuration. |
connection_profile_name |
str
A reference to an existing ConnectionProfile. |
recursive |
bool
Whether to retrieve the full hierarchy of data objects (TRUE) or only the current level (FALSE). |
recursion_depth |
int
The number of hierarchy levels below the current level to be retrieved. |
oracle_rdbms |
google.cloud.datastream_v1alpha1.types.OracleRdbms
Oracle RDBMS to enrich with child data objects and metadata. |
mysql_rdbms |
google.cloud.datastream_v1alpha1.types.MysqlRdbms
MySQL RDBMS to enrich with child data objects and metadata. |