public interface ListNasTrialDetailsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NasTrialDetail |
getNasTrialDetails(int index)
List of top NasTrials in the requested page.
|
int |
getNasTrialDetailsCount()
List of top NasTrials in the requested page.
|
List<NasTrialDetail> |
getNasTrialDetailsList()
List of top NasTrials in the requested page.
|
NasTrialDetailOrBuilder |
getNasTrialDetailsOrBuilder(int index)
List of top NasTrials in the requested page.
|
List<? extends NasTrialDetailOrBuilder> |
getNasTrialDetailsOrBuilderList()
List of top NasTrials 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<NasTrialDetail> getNasTrialDetailsList()
List of top NasTrials in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NasTrialDetail nas_trial_details = 1;NasTrialDetail getNasTrialDetails(int index)
List of top NasTrials in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NasTrialDetail nas_trial_details = 1;int getNasTrialDetailsCount()
List of top NasTrials in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NasTrialDetail nas_trial_details = 1;List<? extends NasTrialDetailOrBuilder> getNasTrialDetailsOrBuilderList()
List of top NasTrials in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NasTrialDetail nas_trial_details = 1;NasTrialDetailOrBuilder getNasTrialDetailsOrBuilder(int index)
List of top NasTrials in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NasTrialDetail nas_trial_details = 1;String getNextPageToken()
A token to retrieve the next page of results. Pass to [ListNasTrialDetailsRequest.page_token][google.cloud.aiplatform.v1beta1.ListNasTrialDetailsRequest.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 [ListNasTrialDetailsRequest.page_token][google.cloud.aiplatform.v1beta1.ListNasTrialDetailsRequest.page_token] to obtain that page.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.