Reference documentation and code samples for the Google Cloud Parameter Manager V1 Client class ListParametersResponse.
Message for response to listing Parameters
Generated from protobuf message google.cloud.parametermanager.v1.ListParametersResponse
Namespace
Google \ Cloud \ ParameterManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parameters |
array<Parameter>
The list of Parameters |
↳ next_page_token |
string
A token identifying a page of results the server should return. |
↳ unreachable |
array
Unordered list. Locations that could not be reached. |
getParameters
The list of Parameters
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setParameters
The list of Parameters
| Parameter | |
|---|---|
| Name | Description |
var |
array<Parameter>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token identifying a page of results the server should return.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token identifying a page of results the server should return.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUnreachable
Unordered list. Locations that could not be reached.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setUnreachable
Unordered list. Locations that could not be reached.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|