Reference documentation and code samples for the AlloyDB V1BETA API class Google::Cloud::AlloyDB::V1beta::ListSupportedDatabaseFlagsResponse.
Message for response to listing SupportedDatabaseFlags.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token identifying a page of results the server should return.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token identifying a page of results the server should return.
Returns
- (::String) — A token identifying a page of results the server should return.
#supported_database_flags
def supported_database_flags() -> ::Array<::Google::Cloud::AlloyDB::V1beta::SupportedDatabaseFlag>
Returns
- (::Array<::Google::Cloud::AlloyDB::V1beta::SupportedDatabaseFlag>) — The list of SupportedDatabaseFlags.
#supported_database_flags=
def supported_database_flags=(value) -> ::Array<::Google::Cloud::AlloyDB::V1beta::SupportedDatabaseFlag>
Parameter
- value (::Array<::Google::Cloud::AlloyDB::V1beta::SupportedDatabaseFlag>) — The list of SupportedDatabaseFlags.
Returns
- (::Array<::Google::Cloud::AlloyDB::V1beta::SupportedDatabaseFlag>) — The list of SupportedDatabaseFlags.