public interface ListCustomJobsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CustomJob |
getCustomJobs(int index)
List of CustomJobs in the requested page.
|
int |
getCustomJobsCount()
List of CustomJobs in the requested page.
|
List<CustomJob> |
getCustomJobsList()
List of CustomJobs in the requested page.
|
CustomJobOrBuilder |
getCustomJobsOrBuilder(int index)
List of CustomJobs in the requested page.
|
List<? extends CustomJobOrBuilder> |
getCustomJobsOrBuilderList()
List of CustomJobs in the requested page.
|
String |
getNextPageToken()
A token to retrieve the next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve the next page of results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<CustomJob> getCustomJobsList()
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;CustomJob getCustomJobs(int index)
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;int getCustomJobsCount()
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;List<? extends CustomJobOrBuilder> getCustomJobsOrBuilderList()
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;CustomJobOrBuilder getCustomJobsOrBuilder(int index)
List of CustomJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.CustomJob custom_jobs = 1;String getNextPageToken()
A token to retrieve the next page of results. Pass to [ListCustomJobsRequest.page_token][google.cloud.aiplatform.v1beta1.ListCustomJobsRequest.page_token] to obtain that page.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve the next page of results. Pass to [ListCustomJobsRequest.page_token][google.cloud.aiplatform.v1beta1.ListCustomJobsRequest.page_token] to obtain that page.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.