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.



315
316
317
# File 'lib/google/apis/datastream_v1/classes.rb', line 315

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



308
309
310
# File 'lib/google/apis/datastream_v1/classes.rb', line 308

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



313
314
315
# File 'lib/google/apis/datastream_v1/classes.rb', line 313

def oracle_asm_log_file_access
  @oracle_asm_log_file_access
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



320
321
322
323
# File 'lib/google/apis/datastream_v1/classes.rb', line 320

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