Class: Google::Apis::DatastreamV1::BinaryLogParser

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/datastream_v1/classes.rb,
lib/google/apis/datastream_v1/representations.rb,
lib/google/apis/datastream_v1/representations.rb

Overview

Configuration to use Binary Log Parser CDC technique.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BinaryLogParser

Returns a new instance of BinaryLogParser.



222
223
224
# File 'lib/google/apis/datastream_v1/classes.rb', line 222

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#log_file_directoriesGoogle::Apis::DatastreamV1::LogFileDirectories

Configuration to specify the Oracle directories to access the log files. Corresponds to the JSON property logFileDirectories



215
216
217
# File 'lib/google/apis/datastream_v1/classes.rb', line 215

def log_file_directories
  @log_file_directories
end

#oracle_asm_log_file_accessGoogle::Apis::DatastreamV1::OracleAsmLogFileAccess

Configuration to use Oracle ASM to access the log files. Corresponds to the JSON property oracleAsmLogFileAccess



220
221
222
# File 'lib/google/apis/datastream_v1/classes.rb', line 220

def oracle_asm_log_file_access
  @oracle_asm_log_file_access
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



227
228
229
230
# File 'lib/google/apis/datastream_v1/classes.rb', line 227

def update!(**args)
  @log_file_directories = args[:log_file_directories] if args.key?(:log_file_directories)
  @oracle_asm_log_file_access = args[:oracle_asm_log_file_access] if args.key?(:oracle_asm_log_file_access)
end