Class: Google::Cloud::Datastream::V1::MysqlGtidPosition
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::MysqlGtidPosition
- 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
-
#gtid_set ⇒ ::String
Required.
Instance Attribute Details
#gtid_set ⇒ ::String
Returns 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 |