Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::DiscoverConnectionProfileRequest.
Request message for 'discover' ConnectionProfile request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#connection_profile
def connection_profile() -> ::Google::Cloud::Datastream::V1::ConnectionProfile
-
(::Google::Cloud::Datastream::V1::ConnectionProfile) — An ad-hoc connection profile configuration.
Note: The following fields are mutually exclusive:
connection_profile
,connection_profile_name
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#connection_profile=
def connection_profile=(value) -> ::Google::Cloud::Datastream::V1::ConnectionProfile
-
value (::Google::Cloud::Datastream::V1::ConnectionProfile) — An ad-hoc connection profile configuration.
Note: The following fields are mutually exclusive:
connection_profile
,connection_profile_name
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Datastream::V1::ConnectionProfile) — An ad-hoc connection profile configuration.
Note: The following fields are mutually exclusive:
connection_profile
,connection_profile_name
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#connection_profile_name
def connection_profile_name() -> ::String
-
(::String) — A reference to an existing connection profile.
Note: The following fields are mutually exclusive:
connection_profile_name
,connection_profile
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#connection_profile_name=
def connection_profile_name=(value) -> ::String
-
value (::String) — A reference to an existing connection profile.
Note: The following fields are mutually exclusive:
connection_profile_name
,connection_profile
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — A reference to an existing connection profile.
Note: The following fields are mutually exclusive:
connection_profile_name
,connection_profile
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#full_hierarchy
def full_hierarchy() -> ::Boolean
-
(::Boolean) — Whether to retrieve the full hierarchy of data objects (TRUE) or only the
current level (FALSE).
Note: The following fields are mutually exclusive:
full_hierarchy
,hierarchy_depth
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#full_hierarchy=
def full_hierarchy=(value) -> ::Boolean
-
value (::Boolean) — Whether to retrieve the full hierarchy of data objects (TRUE) or only the
current level (FALSE).
Note: The following fields are mutually exclusive:
full_hierarchy
,hierarchy_depth
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Boolean) — Whether to retrieve the full hierarchy of data objects (TRUE) or only the
current level (FALSE).
Note: The following fields are mutually exclusive:
full_hierarchy
,hierarchy_depth
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#hierarchy_depth
def hierarchy_depth() -> ::Integer
-
(::Integer) — The number of hierarchy levels below the current level to be retrieved.
Note: The following fields are mutually exclusive:
hierarchy_depth
,full_hierarchy
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#hierarchy_depth=
def hierarchy_depth=(value) -> ::Integer
-
value (::Integer) — The number of hierarchy levels below the current level to be retrieved.
Note: The following fields are mutually exclusive:
hierarchy_depth
,full_hierarchy
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Integer) — The number of hierarchy levels below the current level to be retrieved.
Note: The following fields are mutually exclusive:
hierarchy_depth
,full_hierarchy
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#mysql_rdbms
def mysql_rdbms() -> ::Google::Cloud::Datastream::V1::MysqlRdbms
-
(::Google::Cloud::Datastream::V1::MysqlRdbms) — MySQL RDBMS to enrich with child data objects and metadata.
Note: The following fields are mutually exclusive:
mysql_rdbms
,oracle_rdbms
,postgresql_rdbms
,sql_server_rdbms
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#mysql_rdbms=
def mysql_rdbms=(value) -> ::Google::Cloud::Datastream::V1::MysqlRdbms
-
value (::Google::Cloud::Datastream::V1::MysqlRdbms) — MySQL RDBMS to enrich with child data objects and metadata.
Note: The following fields are mutually exclusive:
mysql_rdbms
,oracle_rdbms
,postgresql_rdbms
,sql_server_rdbms
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Datastream::V1::MysqlRdbms) — MySQL RDBMS to enrich with child data objects and metadata.
Note: The following fields are mutually exclusive:
mysql_rdbms
,oracle_rdbms
,postgresql_rdbms
,sql_server_rdbms
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#oracle_rdbms
def oracle_rdbms() -> ::Google::Cloud::Datastream::V1::OracleRdbms
-
(::Google::Cloud::Datastream::V1::OracleRdbms) — Oracle RDBMS to enrich with child data objects and metadata.
Note: The following fields are mutually exclusive:
oracle_rdbms
,mysql_rdbms
,postgresql_rdbms
,sql_server_rdbms
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#oracle_rdbms=
def oracle_rdbms=(value) -> ::Google::Cloud::Datastream::V1::OracleRdbms
-
value (::Google::Cloud::Datastream::V1::OracleRdbms) — Oracle RDBMS to enrich with child data objects and metadata.
Note: The following fields are mutually exclusive:
oracle_rdbms
,mysql_rdbms
,postgresql_rdbms
,sql_server_rdbms
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Datastream::V1::OracleRdbms) — Oracle RDBMS to enrich with child data objects and metadata.
Note: The following fields are mutually exclusive:
oracle_rdbms
,mysql_rdbms
,postgresql_rdbms
,sql_server_rdbms
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#parent
def parent() -> ::String
-
(::String) — Required. The parent resource of the connection profile type. Must be in
the format
projects/*/locations/*
.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The parent resource of the connection profile type. Must be in
the format
projects/*/locations/*
.
-
(::String) — Required. The parent resource of the connection profile type. Must be in
the format
projects/*/locations/*
.
#postgresql_rdbms
def postgresql_rdbms() -> ::Google::Cloud::Datastream::V1::PostgresqlRdbms
-
(::Google::Cloud::Datastream::V1::PostgresqlRdbms) — PostgreSQL RDBMS to enrich with child data objects and metadata.
Note: The following fields are mutually exclusive:
postgresql_rdbms
,oracle_rdbms
,mysql_rdbms
,sql_server_rdbms
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#postgresql_rdbms=
def postgresql_rdbms=(value) -> ::Google::Cloud::Datastream::V1::PostgresqlRdbms
-
value (::Google::Cloud::Datastream::V1::PostgresqlRdbms) — PostgreSQL RDBMS to enrich with child data objects and metadata.
Note: The following fields are mutually exclusive:
postgresql_rdbms
,oracle_rdbms
,mysql_rdbms
,sql_server_rdbms
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Datastream::V1::PostgresqlRdbms) — PostgreSQL RDBMS to enrich with child data objects and metadata.
Note: The following fields are mutually exclusive:
postgresql_rdbms
,oracle_rdbms
,mysql_rdbms
,sql_server_rdbms
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#sql_server_rdbms
def sql_server_rdbms() -> ::Google::Cloud::Datastream::V1::SqlServerRdbms
-
(::Google::Cloud::Datastream::V1::SqlServerRdbms) — SQLServer RDBMS to enrich with child data objects and metadata.
Note: The following fields are mutually exclusive:
sql_server_rdbms
,oracle_rdbms
,mysql_rdbms
,postgresql_rdbms
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#sql_server_rdbms=
def sql_server_rdbms=(value) -> ::Google::Cloud::Datastream::V1::SqlServerRdbms
-
value (::Google::Cloud::Datastream::V1::SqlServerRdbms) — SQLServer RDBMS to enrich with child data objects and metadata.
Note: The following fields are mutually exclusive:
sql_server_rdbms
,oracle_rdbms
,mysql_rdbms
,postgresql_rdbms
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Datastream::V1::SqlServerRdbms) — SQLServer RDBMS to enrich with child data objects and metadata.
Note: The following fields are mutually exclusive:
sql_server_rdbms
,oracle_rdbms
,mysql_rdbms
,postgresql_rdbms
. If a field in that set is populated, all other fields in the set will automatically be cleared.