AI Platform Notebooks v1 API - Class ListSchedulesResponse (2.0.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
NameDescription
otherListSchedulesResponse

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
TypeDescription
String

Schedules

public RepeatedField<Schedule> Schedules { get; }

A list of returned instances.

Property Value
TypeDescription
RepeatedField<Schedule>

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
TypeDescription
RepeatedField<String>

Methods

GetEnumerator()

public IEnumerator<Schedule> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Schedule>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator