public final class ListTrialsResponse extends GeneratedMessageV3 implements ListTrialsResponseOrBuilder
Response message for VizierService.ListTrials.
Protobuf type google.cloud.aiplatform.v1.ListTrialsResponse
Fields
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
public static final int TRIALS_FIELD_NUMBER
Field Value
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public static ListTrialsResponse getDefaultInstance()
Returns
public ListTrialsResponse getDefaultInstanceForType()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
getNextPageToken()
public 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
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public 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
Type | Description |
ByteString | The bytes for nextPageToken.
|
public Parser<ListTrialsResponse> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public Trial getTrials(int index)
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1.Trial trials = 1;
Parameter
Returns
public int getTrialsCount()
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1.Trial trials = 1;
Returns
public List<Trial> getTrialsList()
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1.Trial trials = 1;
Returns
public TrialOrBuilder getTrialsOrBuilder(int index)
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1.Trial trials = 1;
Parameter
Returns
public List<? extends TrialOrBuilder> getTrialsOrBuilderList()
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1.Trial trials = 1;
Returns
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.TrialOrBuilder> | |
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public static ListTrialsResponse.Builder newBuilder()
Returns
public static ListTrialsResponse.Builder newBuilder(ListTrialsResponse prototype)
Parameter
Returns
public ListTrialsResponse.Builder newBuilderForType()
Returns
protected ListTrialsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public static ListTrialsResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListTrialsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListTrialsResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static ListTrialsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListTrialsResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static ListTrialsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListTrialsResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ListTrialsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListTrialsResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListTrialsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListTrialsResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static ListTrialsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<ListTrialsResponse> parser()
Returns
public ListTrialsResponse.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions