Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::SqlFlagsListRequest.
Flags list request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#database_version
def database_version() -> ::String
Returns
- (::String) — Database type and version you want to retrieve flags for. By default, this method returns flags for all database types and versions.
#database_version=
def database_version=(value) -> ::String
Parameter
- value (::String) — Database type and version you want to retrieve flags for. By default, this method returns flags for all database types and versions.
Returns
- (::String) — Database type and version you want to retrieve flags for. By default, this method returns flags for all database types and versions.
#flag_scope
def flag_scope() -> ::Google::Cloud::Sql::V1::SqlFlagScope
Returns
- (::Google::Cloud::Sql::V1::SqlFlagScope) — Optional. Specify the scope of flags to be returned by SqlFlagsListService. Return list of database flags if unspecified.
#flag_scope=
def flag_scope=(value) -> ::Google::Cloud::Sql::V1::SqlFlagScope
Parameter
- value (::Google::Cloud::Sql::V1::SqlFlagScope) — Optional. Specify the scope of flags to be returned by SqlFlagsListService. Return list of database flags if unspecified.
Returns
- (::Google::Cloud::Sql::V1::SqlFlagScope) — Optional. Specify the scope of flags to be returned by SqlFlagsListService. Return list of database flags if unspecified.