Class: Google::Cloud::Datastream::V1::MysqlGtidPosition

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 GTID position

Instance Attribute Summary collapse

Instance Attribute Details

#gtid_set::String

Returns Required. The gtid set to start replication from.

Returns:

  • (::String)

    Required. The gtid set to start replication from.



1940
1941
1942
1943
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1940

class MysqlGtidPosition
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end