Cloud SQL Admin V1 API - Class Google::Cloud::Sql::V1::DatabaseFlags (v0.1.0)

Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::DatabaseFlags.

Database flags for Cloud SQL instances.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — The name of the flag. These flags are passed at instance startup, so include both server options and system variables. Flags are specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The name of the flag. These flags are passed at instance startup, so include both server options and system variables. Flags are specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation.
Returns
  • (::String) — The name of the flag. These flags are passed at instance startup, so include both server options and system variables. Flags are specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation.

#value

def value() -> ::String
Returns
  • (::String) — The value of the flag. Boolean flags are set to on for true and off for false. 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. Boolean flags are set to on for true and off for false. This field must be omitted if the flag doesn't take a value.
Returns
  • (::String) — The value of the flag. Boolean flags are set to on for true and off for false. This field must be omitted if the flag doesn't take a value.