class Google::Apis::DatastreamV1::MysqlSourceConfig

MySQL source configuration

Attributes

exclude_objects[RW]

MySQL database structure Corresponds to the JSON property ‘excludeObjects` @return [Google::Apis::DatastreamV1::MysqlRdbms]

include_objects[RW]

MySQL database structure Corresponds to the JSON property ‘includeObjects` @return [Google::Apis::DatastreamV1::MysqlRdbms]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/datastream_v1/classes.rb, line 1006
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/datastream_v1/classes.rb, line 1011
def update!(**args)
  @exclude_objects = args[:exclude_objects] if args.key?(:exclude_objects)
  @include_objects = args[:include_objects] if args.key?(:include_objects)
end