Class ListSchedulesResponse (1.4.1)

ListSchedulesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response for listing scheduled notebook job.

Attributes

NameDescription
schedules Sequence[google.cloud.notebooks_v1.types.Schedule]
A list of returned instances.
next_page_token str
Page token that can be used to continue listing from the last result in the next list call.
unreachable Sequence[str]
Schedules that could not be reached. For example: :: ['projects/{project_id}/location/{location}/schedules/monthly_digest', 'projects/{project_id}/location/{location}/schedules/weekly_sentiment']

Inheritance

builtins.object > proto.message.Message > ListSchedulesResponse