Cloud AI Platform v1 API - Class ListSchedulesResponse (2.27.0)

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

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

Response message for [ScheduleService.ListSchedules][google.cloud.aiplatform.v1.ScheduleService.ListSchedules]

Inheritance

object > ListSchedulesResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListSchedulesResponse()

public ListSchedulesResponse()

ListSchedulesResponse(ListSchedulesResponse)

public ListSchedulesResponse(ListSchedulesResponse other)
Parameter
NameDescription
otherListSchedulesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve the next page of results. Pass to [ListSchedulesRequest.page_token][google.cloud.aiplatform.v1.ListSchedulesRequest.page_token] to obtain that page.

Property Value
TypeDescription
string

Schedules

public RepeatedField<Schedule> Schedules { get; }

List of Schedules in the requested page.

Property Value
TypeDescription
RepeatedFieldSchedule

Methods

GetEnumerator()

public IEnumerator<Schedule> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorSchedule