Class: Google::Cloud::Datastream::V1::MysqlLogPosition

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#log_file::String

Returns Required. The binary log file name.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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