Reference documentation and code samples for the Google Cloud Notebooks V1 Client class ListSchedulesResponse.
Response for listing scheduled notebook job.
Generated from protobuf message google.cloud.notebooks.v1.ListSchedulesResponse
Namespace
Google \ Cloud \ Notebooks \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ schedules |
array<Google\Cloud\Notebooks\V1\Schedule>
A list of returned instances. |
↳ next_page_token |
string
Page token that can be used to continue listing from the last result in the next list call. |
↳ unreachable |
array
Schedules that could not be reached. For example: ['projects/{project_id}/location/{location}/schedules/monthly_digest', 'projects/{project_id}/location/{location}/schedules/weekly_sentiment'] |
getSchedules
A list of returned instances.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSchedules
A list of returned instances.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Notebooks\V1\Schedule>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Page token that can be used to continue listing from the last result in the next list call.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
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
Schedules that could not be reached. For example: ['projects/{project_id}/location/{location}/schedules/monthly_digest', 'projects/{project_id}/location/{location}/schedules/weekly_sentiment']
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setUnreachable
Schedules that could not be reached. For example: ['projects/{project_id}/location/{location}/schedules/monthly_digest', 'projects/{project_id}/location/{location}/schedules/weekly_sentiment']
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |