Google Cloud Notebooks V1 Client - Class ListSchedulesResponse (0.6.2)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSchedules

A list of returned instances.

Parameter
NameDescription
var array<Google\Cloud\Notebooks\V1\Schedule>
Returns
TypeDescription
$this

getNextPageToken

Page token that can be used to continue listing from the last result in the next list call.

Returns
TypeDescription
string

setNextPageToken

Page token that can be used to continue listing from the last result in the next list call.

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string[]
Returns
TypeDescription
$this