Interface ListNasJobsResponseOrBuilder (3.42.0)

public interface ListNasJobsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNasJobs(int index)

public abstract NasJob getNasJobs(int index)

List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.

repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
NasJob

getNasJobsCount()

public abstract int getNasJobsCount()

List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.

repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;

Returns
TypeDescription
int

getNasJobsList()

public abstract List<NasJob> getNasJobsList()

List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.

repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;

Returns
TypeDescription
List<NasJob>

getNasJobsOrBuilder(int index)

public abstract NasJobOrBuilder getNasJobsOrBuilder(int index)

List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.

repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
NasJobOrBuilder

getNasJobsOrBuilderList()

public abstract List<? extends NasJobOrBuilder> getNasJobsOrBuilderList()

List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.

repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;

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

getNextPageToken()

public abstract String getNextPageToken()

A token to retrieve the next page of results. Pass to ListNasJobsRequest.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 ListNasJobsRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.