Reference documentation and code samples for the Resource Settings V1 API class Google::Cloud::ResourceSettings::V1::ListSettingsResponse.
The response from ListSettings.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Unused. A page token used to retrieve the next page.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Unused. A page token used to retrieve the next page.
Returns
- (::String) — Unused. A page token used to retrieve the next page.
#settings
def settings() -> ::Array<::Google::Cloud::ResourceSettings::V1::Setting>
Returns
- (::Array<::Google::Cloud::ResourceSettings::V1::Setting>) — A list of settings that are available at the specified Cloud resource.
#settings=
def settings=(value) -> ::Array<::Google::Cloud::ResourceSettings::V1::Setting>
Parameter
- value (::Array<::Google::Cloud::ResourceSettings::V1::Setting>) — A list of settings that are available at the specified Cloud resource.
Returns
- (::Array<::Google::Cloud::ResourceSettings::V1::Setting>) — A list of settings that are available at the specified Cloud resource.