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