Class BinaryLogParser (1.11.0)

BinaryLogParser(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration to use Binary Log Parser CDC technique.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
oracle_asm_log_file_access google.cloud.datastream_v1.types.OracleSourceConfig.BinaryLogParser.OracleAsmLogFileAccess
Use Oracle ASM. This field is a member of oneof_ log_file_access.
log_file_directories google.cloud.datastream_v1.types.OracleSourceConfig.BinaryLogParser.LogFileDirectories
Use Oracle directories. This field is a member of oneof_ log_file_access.

Classes

LogFileDirectories

LogFileDirectories(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration to specify the Oracle directories to access the log files.

OracleAsmLogFileAccess

OracleAsmLogFileAccess(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration to use Oracle ASM to access the log files.