Class: Google::Cloud::Datastream::V1::MysqlLogPosition
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::MysqlLogPosition
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
MySQL log position
Instance Attribute Summary collapse
-
#log_file ⇒ ::String
Required.
-
#log_position ⇒ ::Integer
Optional.
Instance Attribute Details
#log_file ⇒ ::String
Returns Required. The binary log file name.
1539 1540 1541 1542 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1539 class MysqlLogPosition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#log_position ⇒ ::Integer
Returns Optional. The position within the binary log file. Default is head of file.
1539 1540 1541 1542 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1539 class MysqlLogPosition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |