Class: Google::Cloud::ResourceSettings::V1::ListSettingsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#next_page_token::String

Returns Unused. A page token used to retrieve the next page.

Returns:

  • (::String)

    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.

Returns:



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