Package com.google.cloud.aiplatform.v1
Interface ListNasTrialDetailsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListNasTrialDetailsResponse,ListNasTrialDetailsResponse.Builder
@Generated
public interface ListNasTrialDetailsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetNasTrialDetails(int index) List of top NasTrials in the requested page.intList of top NasTrials in the requested page.List of top NasTrials in the requested page.getNasTrialDetailsOrBuilder(int index) List of top NasTrials in the requested page.List<? extends NasTrialDetailOrBuilder>List of top NasTrials in the requested page.A token to retrieve the next page of results.com.google.protobuf.ByteStringA token to retrieve the next page of results.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNasTrialDetailsList
List<NasTrialDetail> getNasTrialDetailsList()List of top NasTrials in the requested page.
repeated .google.cloud.aiplatform.v1.NasTrialDetail nas_trial_details = 1; -
getNasTrialDetails
List of top NasTrials in the requested page.
repeated .google.cloud.aiplatform.v1.NasTrialDetail nas_trial_details = 1; -
getNasTrialDetailsCount
int getNasTrialDetailsCount()List of top NasTrials in the requested page.
repeated .google.cloud.aiplatform.v1.NasTrialDetail nas_trial_details = 1; -
getNasTrialDetailsOrBuilderList
List<? extends NasTrialDetailOrBuilder> getNasTrialDetailsOrBuilderList()List of top NasTrials in the requested page.
repeated .google.cloud.aiplatform.v1.NasTrialDetail nas_trial_details = 1; -
getNasTrialDetailsOrBuilder
List of top NasTrials in the requested page.
repeated .google.cloud.aiplatform.v1.NasTrialDetail nas_trial_details = 1; -
getNextPageToken
String getNextPageToken()A token to retrieve the next page of results. Pass to [ListNasTrialDetailsRequest.page_token][google.cloud.aiplatform.v1.ListNasTrialDetailsRequest.page_token] to obtain that page.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()A token to retrieve the next page of results. Pass to [ListNasTrialDetailsRequest.page_token][google.cloud.aiplatform.v1.ListNasTrialDetailsRequest.page_token] to obtain that page.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-