Class ListCustomJobsResponse (1.3.0)

public sealed class ListCustomJobsResponse : IMessage<ListCustomJobsResponse>, IEquatable<ListCustomJobsResponse>, IDeepCloneable<ListCustomJobsResponse>, IBufferMessage, IMessage, IPageResponse<CustomJob>, IEnumerable<CustomJob>, IEnumerable

Response message for [JobService.ListCustomJobs][google.cloud.aiplatform.v1.JobService.ListCustomJobs]

Inheritance

Object > ListCustomJobsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListCustomJobsResponse()

public ListCustomJobsResponse()

ListCustomJobsResponse(ListCustomJobsResponse)

public ListCustomJobsResponse(ListCustomJobsResponse other)
Parameter
NameDescription
otherListCustomJobsResponse

Properties

CustomJobs

public RepeatedField<CustomJob> CustomJobs { get; }

List of CustomJobs in the requested page.

Property Value
TypeDescription
RepeatedField<CustomJob>

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
TypeDescription
String

Methods

GetEnumerator()

public IEnumerator<CustomJob> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<CustomJob>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator