AI Platform Notebooks v1 API - Class ListSchedulesResponse (2.5.0)

public sealed class ListSchedulesResponse : IPageResponse<Schedule>, IEnumerable<Schedule>, IEnumerable, IMessage<ListSchedulesResponse>, IEquatable<ListSchedulesResponse>, IDeepCloneable<ListSchedulesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the AI Platform Notebooks v1 API class ListSchedulesResponse.

Response for listing scheduled notebook job.

Inheritance

object > ListSchedulesResponse

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

ListSchedulesResponse()

public ListSchedulesResponse()

ListSchedulesResponse(ListSchedulesResponse)

public ListSchedulesResponse(ListSchedulesResponse other)
Parameter
Name Description
other ListSchedulesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
Type Description
string

Schedules

public RepeatedField<Schedule> Schedules { get; }

A list of returned instances.

Property Value
Type Description
RepeatedFieldSchedule

Unreachable

public RepeatedField<string> Unreachable { get; }

Schedules that could not be reached. For example:

['projects/{project_id}/location/{location}/schedules/monthly_digest',
 'projects/{project_id}/location/{location}/schedules/weekly_sentiment']
Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Schedule> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorSchedule