Reference documentation and code samples for the Datastream V1alpha1 API class Google::Cloud::Datastream::V1alpha1::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::V1alpha1::ConnectionProfile
-
(::Google::Cloud::Datastream::V1alpha1::ConnectionProfile) — An ad-hoc ConnectionProfile 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::V1alpha1::ConnectionProfile
-
value (::Google::Cloud::Datastream::V1alpha1::ConnectionProfile) — An ad-hoc ConnectionProfile 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::V1alpha1::ConnectionProfile) — An ad-hoc ConnectionProfile 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 ConnectionProfile.
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 ConnectionProfile.
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 ConnectionProfile.
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.
#mysql_rdbms
def mysql_rdbms() -> ::Google::Cloud::Datastream::V1alpha1::MysqlRdbms
-
(::Google::Cloud::Datastream::V1alpha1::MysqlRdbms) — MySQL RDBMS to enrich with child data objects and metadata.
Note: The following fields are mutually exclusive:
mysql_rdbms
,oracle_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::V1alpha1::MysqlRdbms
-
value (::Google::Cloud::Datastream::V1alpha1::MysqlRdbms) — MySQL RDBMS to enrich with child data objects and metadata.
Note: The following fields are mutually exclusive:
mysql_rdbms
,oracle_rdbms
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Datastream::V1alpha1::MysqlRdbms) — MySQL RDBMS to enrich with child data objects and metadata.
Note: The following fields are mutually exclusive:
mysql_rdbms
,oracle_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::V1alpha1::OracleRdbms
-
(::Google::Cloud::Datastream::V1alpha1::OracleRdbms) — Oracle RDBMS to enrich with child data objects and metadata.
Note: The following fields are mutually exclusive:
oracle_rdbms
,mysql_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::V1alpha1::OracleRdbms
-
value (::Google::Cloud::Datastream::V1alpha1::OracleRdbms) — Oracle RDBMS to enrich with child data objects and metadata.
Note: The following fields are mutually exclusive:
oracle_rdbms
,mysql_rdbms
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Datastream::V1alpha1::OracleRdbms) — Oracle RDBMS to enrich with child data objects and metadata.
Note: The following fields are mutually exclusive:
oracle_rdbms
,mysql_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 ConnectionProfile type. Must be in the
format
projects/*/locations/*
.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The parent resource of the ConnectionProfile type. Must be in the
format
projects/*/locations/*
.
-
(::String) — Required. The parent resource of the ConnectionProfile type. Must be in the
format
projects/*/locations/*
.
#recursion_depth
def recursion_depth() -> ::Integer
-
(::Integer) — The number of hierarchy levels below the current level to be retrieved.
Note: The following fields are mutually exclusive:
recursion_depth
,recursive
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#recursion_depth=
def recursion_depth=(value) -> ::Integer
-
value (::Integer) — The number of hierarchy levels below the current level to be retrieved.
Note: The following fields are mutually exclusive:
recursion_depth
,recursive
. 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:
recursion_depth
,recursive
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#recursive
def recursive() -> ::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:
recursive
,recursion_depth
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#recursive=
def recursive=(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:
recursive
,recursion_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:
recursive
,recursion_depth
. If a field in that set is populated, all other fields in the set will automatically be cleared.