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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PipelineJob |
|
getPipelineJobsCount()
public abstract int getPipelineJobsCount()List of PipelineJobs in the requested page.
repeated .google.cloud.aiplatform.v1.PipelineJob pipeline_jobs = 1;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1.PipelineJobOrBuilder> |
|