Interface ListCustomJobsResponseOrBuilder (3.42.0)

public interface ListCustomJobsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCustomJobs(int index)

public abstract CustomJob getCustomJobs(int index)

List of CustomJobs in the requested page.

repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
CustomJob

getCustomJobsCount()

public abstract int getCustomJobsCount()

List of CustomJobs in the requested page.

repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;

Returns
TypeDescription
int

getCustomJobsList()

public abstract List<CustomJob> getCustomJobsList()

List of CustomJobs in the requested page.

repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;

Returns
TypeDescription
List<CustomJob>

getCustomJobsOrBuilder(int index)

public abstract CustomJobOrBuilder getCustomJobsOrBuilder(int index)

List of CustomJobs in the requested page.

repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
CustomJobOrBuilder

getCustomJobsOrBuilderList()

public abstract List<? extends CustomJobOrBuilder> getCustomJobsOrBuilderList()

List of CustomJobs in the requested page.

repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.CustomJobOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token to retrieve the next page of results. Pass to ListCustomJobsRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token to retrieve the next page of results. Pass to ListCustomJobsRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.