Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::SyncFlags.
Initial sync flags for certain Cloud SQL APIs. Currently used for the MySQL external server initial dump.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — The name of the flag.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — The name of the flag.
Returns
- (::String) — The name of the flag.
#value
def value() -> ::String
Returns
- (::String) — The value of the flag. This field must be omitted if the flag doesn't take a value.
#value=
def value=(value) -> ::String
Parameter
- value (::String) — The value of the flag. This field must be omitted if the flag doesn't take a value.
Returns
- (::String) — The value of the flag. This field must be omitted if the flag doesn't take a value.