public interface ListCustomJobsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomJobs(int index)
public abstract CustomJob getCustomJobs(int index)List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;
| Name | Description |
| index | int |
| Type | Description |
| CustomJob |
getCustomJobsCount()
public abstract int getCustomJobsCount()List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;
| Type | Description |
| int |
getCustomJobsList()
public abstract List<CustomJob> getCustomJobsList()List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;
| Type | Description |
| List<CustomJob> |
getCustomJobsOrBuilder(int index)
public abstract CustomJobOrBuilder getCustomJobsOrBuilder(int index)List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;
| Name | Description |
| index | int |
| Type | Description |
| CustomJobOrBuilder |
getCustomJobsOrBuilderList()
public abstract List<? extends CustomJobOrBuilder> getCustomJobsOrBuilderList()List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;
| Type | Description |
| List<? extends com.google.cloud.aiplatform.v1beta1.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;
| Type | Description |
| 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |