Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::ConnectionPoolFlags.
Connection pool flags for Cloud SQL instances managed connection pool configuration.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Required. The name of the flag.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The name of the flag.
Returns
- (::String) — Required. The name of the flag.
#value
def value() -> ::String
Returns
-
(::String) — Required. The value of the flag. Boolean flags are set to
onfor true andofffor false. This field must be omitted if the flag doesn't take a value.
#value=
def value=(value) -> ::String
Parameter
-
value (::String) — Required. The value of the flag. Boolean flags are set to
onfor true andofffor false. This field must be omitted if the flag doesn't take a value.
Returns
-
(::String) — Required. The value of the flag. Boolean flags are set to
onfor true andofffor false. This field must be omitted if the flag doesn't take a value.