Class DiscoverConnectionProfileRequest (1.4.0)

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

Request message for 'discover' ConnectionProfile request.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
parent str
Required. The parent resource of the connection profile type. Must be in the format projects/*/locations/*.
connection_profile google.cloud.datastream_v1.types.ConnectionProfile
An ad-hoc connection profile configuration. This field is a member of oneof_ target.
connection_profile_name str
A reference to an existing connection profile. This field is a member of oneof_ target.
full_hierarchy bool
Whether to retrieve the full hierarchy of data objects (TRUE) or only the current level (FALSE). This field is a member of oneof_ hierarchy.
hierarchy_depth int
The number of hierarchy levels below the current level to be retrieved. This field is a member of oneof_ hierarchy.
oracle_rdbms google.cloud.datastream_v1.types.OracleRdbms
Oracle RDBMS to enrich with child data objects and metadata. This field is a member of oneof_ data_object.
mysql_rdbms google.cloud.datastream_v1.types.MysqlRdbms
MySQL RDBMS to enrich with child data objects and metadata. This field is a member of oneof_ data_object.
postgresql_rdbms google.cloud.datastream_v1.types.PostgresqlRdbms
PostgreSQL RDBMS to enrich with child data objects and metadata. This field is a member of oneof_ data_object.