Class: Google::Cloud::Sql::V1::FlagsListResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::FlagsListResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_flags.rb
Overview
Flags list response.
Instance Attribute Summary collapse
-
#items ⇒ ::Array<::Google::Cloud::Sql::V1::Flag>
List of flags.
-
#kind ⇒ ::String
This is always
sql#flagsList.
Instance Attribute Details
#items ⇒ ::Array<::Google::Cloud::Sql::V1::Flag>
Returns List of flags.
45 46 47 48 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_flags.rb', line 45 class FlagsListResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kind ⇒ ::String
Returns This is always sql#flagsList.
45 46 47 48 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_flags.rb', line 45 class FlagsListResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |