class Google::Apis::DatastreamV1::OracleSchema
Oracle schema.
Attributes
oracle_tables[RW]
Tables in the schema. Corresponds to the JSON property ‘oracleTables` @return [Array<Google::Apis::DatastreamV1::OracleTable>]
schema[RW]
Schema name. Corresponds to the JSON property ‘schema` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/datastream_v1/classes.rb, line 1403 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 1408 def update!(**args) @oracle_tables = args[:oracle_tables] if args.key?(:oracle_tables) @schema = args[:schema] if args.key?(:schema) end