Class: Google::Cloud::ResourceSettings::V1::ListSettingsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ResourceSettings::V1::ListSettingsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/resourcesettings/v1/resource_settings.rb
Overview
The response from ListSettings.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Unused.
-
#settings ⇒ ::Array<::Google::Cloud::ResourceSettings::V1::Setting>
A list of settings that are available at the specified Cloud resource.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Unused. A page token used to retrieve the next page.
191 192 193 194 |
# File 'proto_docs/google/cloud/resourcesettings/v1/resource_settings.rb', line 191 class ListSettingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#settings ⇒ ::Array<::Google::Cloud::ResourceSettings::V1::Setting>
Returns A list of settings that are available at the specified Cloud resource.
191 192 193 194 |
# File 'proto_docs/google/cloud/resourcesettings/v1/resource_settings.rb', line 191 class ListSettingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |