class Google::Apis::DatastreamV1alpha1::OracleRdbms
Oracle database structure.
Attributes
oracle_schemas[RW]
Oracle schemas/databases in the database server. Corresponds to the JSON property ‘oracleSchemas` @return [Array<Google::Apis::DatastreamV1alpha1::OracleSchema>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/datastream_v1alpha1/classes.rb, line 1415 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 1420 def update!(**args) @oracle_schemas = args[:oracle_schemas] if args.key?(:oracle_schemas) end