Reference documentation and code samples for the Google Cloud Resource Settings V1 Client class ListSettingsResponse.
The response from ListSettings.
Generated from protobuf message google.cloud.resourcesettings.v1.ListSettingsResponse
Namespace
Google \ Cloud \ ResourceSettings \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ settings |
array<Google\Cloud\ResourceSettings\V1\Setting>
A list of settings that are available at the specified Cloud resource. |
↳ next_page_token |
string
Unused. A page token used to retrieve the next page. |
getSettings
A list of settings that are available at the specified Cloud resource.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSettings
A list of settings that are available at the specified Cloud resource.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\ResourceSettings\V1\Setting>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Unused. A page token used to retrieve the next page.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
Unused. A page token used to retrieve the next page.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |