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 v1beta1 API class ListSchedulesResponse.
Response message for [ScheduleService.ListSchedules][google.cloud.aiplatform.v1beta1.ScheduleService.ListSchedules]
Implements
IMessageListSchedulesResponse, IEquatableListSchedulesResponse, IDeepCloneableListSchedulesResponse, IBufferMessage, IMessage, IPageResponseSchedule, IEnumerableSchedule, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListSchedulesResponse()
public ListSchedulesResponse()
ListSchedulesResponse(ListSchedulesResponse)
public ListSchedulesResponse(ListSchedulesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListSchedulesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A token to retrieve the next page of results. Pass to [ListSchedulesRequest.page_token][google.cloud.aiplatform.v1beta1.ListSchedulesRequest.page_token] to obtain that page.
Property Value | |
---|---|
Type | Description |
string |
Schedules
public RepeatedField<Schedule> Schedules { get; }
List of Schedules in the requested page.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSchedule |
Methods
GetEnumerator()
public IEnumerator<Schedule> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorSchedule |