Datastream V1alpha1 API - Class Google::Cloud::Datastream::V1alpha1::DiscoverConnectionProfileRequest (v0.1.2)

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
Returns

#connection_profile=

def connection_profile=(value) -> ::Google::Cloud::Datastream::V1alpha1::ConnectionProfile
Parameter
Returns

#connection_profile_name

def connection_profile_name() -> ::String
Returns
  • (::String) — A reference to an existing ConnectionProfile.

#connection_profile_name=

def connection_profile_name=(value) -> ::String
Parameter
  • value (::String) — A reference to an existing ConnectionProfile.
Returns
  • (::String) — A reference to an existing ConnectionProfile.

#mysql_rdbms

def mysql_rdbms() -> ::Google::Cloud::Datastream::V1alpha1::MysqlRdbms
Returns

#mysql_rdbms=

def mysql_rdbms=(value) -> ::Google::Cloud::Datastream::V1alpha1::MysqlRdbms
Parameter
Returns

#oracle_rdbms

def oracle_rdbms() -> ::Google::Cloud::Datastream::V1alpha1::OracleRdbms
Returns

#oracle_rdbms=

def oracle_rdbms=(value) -> ::Google::Cloud::Datastream::V1alpha1::OracleRdbms
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource of the ConnectionProfile type. Must be in the format projects/*/locations/*.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource of the ConnectionProfile type. Must be in the format projects/*/locations/*.
Returns
  • (::String) — Required. The parent resource of the ConnectionProfile type. Must be in the format projects/*/locations/*.

#recursion_depth

def recursion_depth() -> ::Integer
Returns
  • (::Integer) — The number of hierarchy levels below the current level to be retrieved.

#recursion_depth=

def recursion_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.

#recursive

def recursive() -> ::Boolean
Returns
  • (::Boolean) — Whether to retrieve the full hierarchy of data objects (TRUE) or only the current level (FALSE).

#recursive=

def recursive=(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).