Class DiscoverConnectionProfileRequest (0.1.3)

DiscoverConnectionProfileRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for 'discover' ConnectionProfile request. .. attribute:: parent

Required. The parent resource of the ConnectionProfile type. Must be in the format projects/*/locations/*.

:type: str

Attributes

NameDescription
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.