class Google::Apis::DatastreamV1alpha1::OracleSourceConfig
Oracle data source configuration
Attributes
allowlist[RW]
Oracle database structure. Corresponds to the JSON property ‘allowlist` @return [Google::Apis::DatastreamV1alpha1::OracleRdbms]
drop_large_objects[RW]
Configuration to drop large object values. Corresponds to the JSON property ‘dropLargeObjects` @return [Google::Apis::DatastreamV1alpha1::DropLargeObjects]
rejectlist[RW]
Oracle database structure. Corresponds to the JSON property ‘rejectlist` @return [Google::Apis::DatastreamV1alpha1::OracleRdbms]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/datastream_v1alpha1/classes.rb, line 1469 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_v1alpha1/classes.rb, line 1474 def update!(**args) @allowlist = args[:allowlist] if args.key?(:allowlist) @drop_large_objects = args[:drop_large_objects] if args.key?(:drop_large_objects) @rejectlist = args[:rejectlist] if args.key?(:rejectlist) end