Class: Google::Cloud::AlloyDB::V1alpha::ListSupportedDatabaseFlagsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::ListSupportedDatabaseFlagsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/service.rb
Overview
Message for response to listing SupportedDatabaseFlags.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#supported_database_flags ⇒ ::Array<::Google::Cloud::AlloyDB::V1alpha::SupportedDatabaseFlag>
The list of SupportedDatabaseFlags.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
932 933 934 935 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 932 class ListSupportedDatabaseFlagsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#supported_database_flags ⇒ ::Array<::Google::Cloud::AlloyDB::V1alpha::SupportedDatabaseFlag>
Returns The list of SupportedDatabaseFlags.
932 933 934 935 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 932 class ListSupportedDatabaseFlagsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |