Uses of Class
com.google.cloud.aiplatform.v1.ListNasJobsResponse.Builder
Packages that use ListNasJobsResponse.Builder
-
Uses of ListNasJobsResponse.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ListNasJobsResponse.BuilderModifier and TypeMethodDescriptionListNasJobsResponse.Builder.addAllNasJobs(Iterable<? extends NasJob> values) List of NasJobs in the requested page.ListNasJobsResponse.Builder.addNasJobs(int index, NasJob value) List of NasJobs in the requested page.ListNasJobsResponse.Builder.addNasJobs(int index, NasJob.Builder builderForValue) List of NasJobs in the requested page.ListNasJobsResponse.Builder.addNasJobs(NasJob value) List of NasJobs in the requested page.ListNasJobsResponse.Builder.addNasJobs(NasJob.Builder builderForValue) List of NasJobs in the requested page.ListNasJobsResponse.Builder.clear()ListNasJobsResponse.Builder.clearNasJobs()List of NasJobs in the requested page.ListNasJobsResponse.Builder.clearNextPageToken()A token to retrieve the next page of results.ListNasJobsResponse.Builder.mergeFrom(ListNasJobsResponse other) ListNasJobsResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListNasJobsResponse.Builder.mergeFrom(com.google.protobuf.Message other) static ListNasJobsResponse.BuilderListNasJobsResponse.newBuilder()static ListNasJobsResponse.BuilderListNasJobsResponse.newBuilder(ListNasJobsResponse prototype) ListNasJobsResponse.newBuilderForType()protected ListNasJobsResponse.BuilderListNasJobsResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ListNasJobsResponse.Builder.removeNasJobs(int index) List of NasJobs in the requested page.ListNasJobsResponse.Builder.setNasJobs(int index, NasJob value) List of NasJobs in the requested page.ListNasJobsResponse.Builder.setNasJobs(int index, NasJob.Builder builderForValue) List of NasJobs in the requested page.ListNasJobsResponse.Builder.setNextPageToken(String value) A token to retrieve the next page of results.ListNasJobsResponse.Builder.setNextPageTokenBytes(com.google.protobuf.ByteString value) A token to retrieve the next page of results.ListNasJobsResponse.toBuilder()