public interface ListNasJobsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NasJob |
getNasJobs(int index)
List of NasJobs in the requested page.
|
int |
getNasJobsCount()
List of NasJobs in the requested page.
|
List<NasJob> |
getNasJobsList()
List of NasJobs in the requested page.
|
NasJobOrBuilder |
getNasJobsOrBuilder(int index)
List of NasJobs in the requested page.
|
List<? extends NasJobOrBuilder> |
getNasJobsOrBuilderList()
List of NasJobs 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<NasJob> getNasJobsList()
List of NasJobs in the requested page. [NasJob.nas_job_output][google.cloud.aiplatform.v1beta1.NasJob.nas_job_output] of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;NasJob getNasJobs(int index)
List of NasJobs in the requested page. [NasJob.nas_job_output][google.cloud.aiplatform.v1beta1.NasJob.nas_job_output] of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;int getNasJobsCount()
List of NasJobs in the requested page. [NasJob.nas_job_output][google.cloud.aiplatform.v1beta1.NasJob.nas_job_output] of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;List<? extends NasJobOrBuilder> getNasJobsOrBuilderList()
List of NasJobs in the requested page. [NasJob.nas_job_output][google.cloud.aiplatform.v1beta1.NasJob.nas_job_output] of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;NasJobOrBuilder getNasJobsOrBuilder(int index)
List of NasJobs in the requested page. [NasJob.nas_job_output][google.cloud.aiplatform.v1beta1.NasJob.nas_job_output] of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;String getNextPageToken()
A token to retrieve the next page of results. Pass to [ListNasJobsRequest.page_token][google.cloud.aiplatform.v1beta1.ListNasJobsRequest.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 [ListNasJobsRequest.page_token][google.cloud.aiplatform.v1beta1.ListNasJobsRequest.page_token] to obtain that page.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.