Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::SourceObjectIdentifier::MysqlObjectIdentifier.
Mysql data source object identifier.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#database
def database() -> ::String
Returns
- (::String) — Required. The database name.
#database=
def database=(value) -> ::String
Parameter
- value (::String) — Required. The database name.
Returns
- (::String) — Required. The database name.
#table
def table() -> ::String
Returns
- (::String) — Required. The table name.
#table=
def table=(value) -> ::String
Parameter
- value (::String) — Required. The table name.
Returns
- (::String) — Required. The table name.