Class: Google::Cloud::Datastream::V1::OracleSourceConfig::BinaryLogParser
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::OracleSourceConfig::BinaryLogParser
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
Configuration to use Binary Log Parser CDC technique.
Defined Under Namespace
Classes: LogFileDirectories, OracleAsmLogFileAccess
Instance Attribute Summary collapse
-
#log_file_directories ⇒ ::Google::Cloud::Datastream::V1::OracleSourceConfig::BinaryLogParser::LogFileDirectories
Use Oracle directories.
-
#oracle_asm_log_file_access ⇒ ::Google::Cloud::Datastream::V1::OracleSourceConfig::BinaryLogParser::OracleAsmLogFileAccess
Use Oracle ASM.
Instance Attribute Details
#log_file_directories ⇒ ::Google::Cloud::Datastream::V1::OracleSourceConfig::BinaryLogParser::LogFileDirectories
Returns Use Oracle directories.
Note: The following fields are mutually exclusive: log_file_directories, oracle_asm_log_file_access. If a field in that set is populated, all other fields in the set will automatically be cleared.
906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 906 class BinaryLogParser include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Configuration to use Oracle ASM to access the log files. class OracleAsmLogFileAccess include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Configuration to specify the Oracle directories to access the log files. # @!attribute [rw] online_log_directory # @return [::String] # Required. Oracle directory for online logs. # @!attribute [rw] archived_log_directory # @return [::String] # Required. Oracle directory for archived logs. class LogFileDirectories include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#oracle_asm_log_file_access ⇒ ::Google::Cloud::Datastream::V1::OracleSourceConfig::BinaryLogParser::OracleAsmLogFileAccess
Returns Use Oracle ASM.
Note: The following fields are mutually exclusive: oracle_asm_log_file_access, log_file_directories. If a field in that set is populated, all other fields in the set will automatically be cleared.
906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 906 class BinaryLogParser include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Configuration to use Oracle ASM to access the log files. class OracleAsmLogFileAccess include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Configuration to specify the Oracle directories to access the log files. # @!attribute [rw] online_log_directory # @return [::String] # Required. Oracle directory for online logs. # @!attribute [rw] archived_log_directory # @return [::String] # Required. Oracle directory for archived logs. class LogFileDirectories include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |