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
Returns
- (::Google::Cloud::Datastream::V1::ConnectionProfile) — An ad-hoc connection profile configuration.
#connection_profile=
def connection_profile=(value) -> ::Google::Cloud::Datastream::V1::ConnectionProfile
Parameter
- value (::Google::Cloud::Datastream::V1::ConnectionProfile) — An ad-hoc connection profile configuration.
Returns
- (::Google::Cloud::Datastream::V1::ConnectionProfile) — An ad-hoc connection profile configuration.
#connection_profile_name
def connection_profile_name() -> ::String
Returns
- (::String) — A reference to an existing connection profile.
#connection_profile_name=
def connection_profile_name=(value) -> ::String
Parameter
- value (::String) — A reference to an existing connection profile.
Returns
- (::String) — A reference to an existing connection profile.
#full_hierarchy
def full_hierarchy() -> ::Boolean
Returns
- (::Boolean) — Whether to retrieve the full hierarchy of data objects (TRUE) or only the current level (FALSE).
#full_hierarchy=
def full_hierarchy=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether to retrieve the full hierarchy of data objects (TRUE) or only the current level (FALSE).
Returns
- (::Boolean) — Whether to retrieve the full hierarchy of data objects (TRUE) or only the current level (FALSE).
#hierarchy_depth
def hierarchy_depth() -> ::Integer
Returns
- (::Integer) — The number of hierarchy levels below the current level to be retrieved.
#hierarchy_depth=
def hierarchy_depth=(value) -> ::Integer
Parameter
- value (::Integer) — The number of hierarchy levels below the current level to be retrieved.
Returns
- (::Integer) — The number of hierarchy levels below the current level to be retrieved.
#mysql_rdbms
def mysql_rdbms() -> ::Google::Cloud::Datastream::V1::MysqlRdbms
Returns
- (::Google::Cloud::Datastream::V1::MysqlRdbms) — MySQL RDBMS to enrich with child data objects and metadata.
#mysql_rdbms=
def mysql_rdbms=(value) -> ::Google::Cloud::Datastream::V1::MysqlRdbms
Parameter
- value (::Google::Cloud::Datastream::V1::MysqlRdbms) — MySQL RDBMS to enrich with child data objects and metadata.
Returns
- (::Google::Cloud::Datastream::V1::MysqlRdbms) — MySQL RDBMS to enrich with child data objects and metadata.
#oracle_rdbms
def oracle_rdbms() -> ::Google::Cloud::Datastream::V1::OracleRdbms
Returns
- (::Google::Cloud::Datastream::V1::OracleRdbms) — Oracle RDBMS to enrich with child data objects and metadata.
#oracle_rdbms=
def oracle_rdbms=(value) -> ::Google::Cloud::Datastream::V1::OracleRdbms
Parameter
- value (::Google::Cloud::Datastream::V1::OracleRdbms) — Oracle RDBMS to enrich with child data objects and metadata.
Returns
- (::Google::Cloud::Datastream::V1::OracleRdbms) — Oracle RDBMS to enrich with child data objects and metadata.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent resource of the connection profile type. Must be in the
format
projects/*/locations/*
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent resource of the connection profile type. Must be in the
format
projects/*/locations/*
.
Returns
-
(::String) — Required. The parent resource of the connection profile type. Must be in the
format
projects/*/locations/*
.