Package com.google.cloud.aiplatform.v1
Interface ListTrialsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListTrialsResponse,ListTrialsResponse.Builder
@Generated
public interface ListTrialsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionPass this token as the `page_token` field of the request for a subsequent call.com.google.protobuf.ByteStringPass this token as the `page_token` field of the request for a subsequent call.getTrials(int index) The Trials associated with the Study.intThe Trials associated with the Study.The Trials associated with the Study.getTrialsOrBuilder(int index) The Trials associated with the Study.List<? extends TrialOrBuilder>The Trials associated with the Study.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
-
getTrialsList
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1.Trial trials = 1; -
getTrials
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1.Trial trials = 1; -
getTrialsCount
int getTrialsCount()The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1.Trial trials = 1; -
getTrialsOrBuilderList
List<? extends TrialOrBuilder> getTrialsOrBuilderList()The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1.Trial trials = 1; -
getTrialsOrBuilder
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1.Trial trials = 1; -
getNextPageToken
String getNextPageToken()Pass this token as the `page_token` field of the request for a subsequent call. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()Pass this token as the `page_token` field of the request for a subsequent call. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-