Reference documentation and code samples for the Google Cloud Notebooks V1 Client class ListEnvironmentsResponse.
Response for listing environments.
Generated from protobuf message google.cloud.notebooks.v1.ListEnvironmentsResponse
Namespace
Google \ Cloud \ Notebooks \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ environments |
array<Environment>
A list of returned environments. |
↳ next_page_token |
string
A page token that can be used to continue listing from the last result in the next list call. |
↳ unreachable |
array
Locations that could not be reached. |
getEnvironments
A list of returned environments.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setEnvironments
A list of returned environments.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Environment>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A page token that can be used to continue listing from the last result in the next list call.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A page token that can be used to continue listing from the last result in the next list call.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUnreachable
Locations that could not be reached.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setUnreachable
Locations that could not be reached.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|