public interface ListPipelineJobsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()A token to retrieve the next page of results. Pass to ListPipelineJobsRequest.page_token to obtain that page.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token to retrieve the next page of results. Pass to ListPipelineJobsRequest.page_token to obtain that page.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getPipelineJobs(int index)
public abstract PipelineJob getPipelineJobs(int index)List of PipelineJobs in the requested page.
repeated .google.cloud.aiplatform.v1.PipelineJob pipeline_jobs = 1;
| Name | Description |
| index | int |
| Type | Description |
| PipelineJob |
getPipelineJobsCount()
public abstract int getPipelineJobsCount()List of PipelineJobs in the requested page.
repeated .google.cloud.aiplatform.v1.PipelineJob pipeline_jobs = 1;
| Type | Description |
| int |
getPipelineJobsList()
public abstract List<PipelineJob> getPipelineJobsList()List of PipelineJobs in the requested page.
repeated .google.cloud.aiplatform.v1.PipelineJob pipeline_jobs = 1;
| Type | Description |
| List<PipelineJob> |
getPipelineJobsOrBuilder(int index)
public abstract PipelineJobOrBuilder getPipelineJobsOrBuilder(int index)List of PipelineJobs in the requested page.
repeated .google.cloud.aiplatform.v1.PipelineJob pipeline_jobs = 1;
| Name | Description |
| index | int |
| Type | Description |
| PipelineJobOrBuilder |
getPipelineJobsOrBuilderList()
public abstract List<? extends PipelineJobOrBuilder> getPipelineJobsOrBuilderList()List of PipelineJobs in the requested page.
repeated .google.cloud.aiplatform.v1.PipelineJob pipeline_jobs = 1;
| Type | Description |
| List<? extends com.google.cloud.aiplatform.v1.PipelineJobOrBuilder> |