Class ListTrialsResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListTrialsResponse.Builder>
-
- com.google.cloud.aiplatform.v1beta1.ListTrialsResponse.Builder
-
- All Implemented Interfaces:
ListTrialsResponseOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- ListTrialsResponse
public static final class ListTrialsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListTrialsResponse.Builder> implements ListTrialsResponseOrBuilder
Response message for [VizierService.ListTrials][google.cloud.aiplatform.v1beta1.VizierService.ListTrials].
Protobuf typegoogle.cloud.aiplatform.v1beta1.ListTrialsResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListTrialsResponse.BuilderaddAllTrials(Iterable<? extends Trial> values)The Trials associated with the Study.ListTrialsResponse.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListTrialsResponse.BuilderaddTrials(int index, Trial value)The Trials associated with the Study.ListTrialsResponse.BuilderaddTrials(int index, Trial.Builder builderForValue)The Trials associated with the Study.ListTrialsResponse.BuilderaddTrials(Trial value)The Trials associated with the Study.ListTrialsResponse.BuilderaddTrials(Trial.Builder builderForValue)The Trials associated with the Study.Trial.BuilderaddTrialsBuilder()The Trials associated with the Study.Trial.BuilderaddTrialsBuilder(int index)The Trials associated with the Study.ListTrialsResponsebuild()ListTrialsResponsebuildPartial()ListTrialsResponse.Builderclear()ListTrialsResponse.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ListTrialsResponse.BuilderclearNextPageToken()Pass this token as the `page_token` field of the request for a subsequent call.ListTrialsResponse.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ListTrialsResponse.BuilderclearTrials()The Trials associated with the Study.ListTrialsResponse.Builderclone()ListTrialsResponsegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetNextPageToken()Pass this token as the `page_token` field of the request for a subsequent call.com.google.protobuf.ByteStringgetNextPageTokenBytes()Pass this token as the `page_token` field of the request for a subsequent call.TrialgetTrials(int index)The Trials associated with the Study.Trial.BuildergetTrialsBuilder(int index)The Trials associated with the Study.List<Trial.Builder>getTrialsBuilderList()The Trials associated with the Study.intgetTrialsCount()The Trials associated with the Study.List<Trial>getTrialsList()The Trials associated with the Study.TrialOrBuildergetTrialsOrBuilder(int index)The Trials associated with the Study.List<? extends TrialOrBuilder>getTrialsOrBuilderList()The Trials associated with the Study.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ListTrialsResponse.BuildermergeFrom(ListTrialsResponse other)ListTrialsResponse.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ListTrialsResponse.BuildermergeFrom(com.google.protobuf.Message other)ListTrialsResponse.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ListTrialsResponse.BuilderremoveTrials(int index)The Trials associated with the Study.ListTrialsResponse.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListTrialsResponse.BuildersetNextPageToken(String value)Pass this token as the `page_token` field of the request for a subsequent call.ListTrialsResponse.BuildersetNextPageTokenBytes(com.google.protobuf.ByteString value)Pass this token as the `page_token` field of the request for a subsequent call.ListTrialsResponse.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ListTrialsResponse.BuildersetTrials(int index, Trial value)The Trials associated with the Study.ListTrialsResponse.BuildersetTrials(int index, Trial.Builder builderForValue)The Trials associated with the Study.ListTrialsResponse.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ListTrialsResponse.Builder>
-
clear
public ListTrialsResponse.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ListTrialsResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ListTrialsResponse.Builder>
-
getDefaultInstanceForType
public ListTrialsResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListTrialsResponse build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListTrialsResponse buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListTrialsResponse.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ListTrialsResponse.Builder>
-
setField
public ListTrialsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListTrialsResponse.Builder>
-
clearField
public ListTrialsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListTrialsResponse.Builder>
-
clearOneof
public ListTrialsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ListTrialsResponse.Builder>
-
setRepeatedField
public ListTrialsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListTrialsResponse.Builder>
-
addRepeatedField
public ListTrialsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListTrialsResponse.Builder>
-
mergeFrom
public ListTrialsResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListTrialsResponse.Builder>
-
mergeFrom
public ListTrialsResponse.Builder mergeFrom(ListTrialsResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ListTrialsResponse.Builder>
-
mergeFrom
public ListTrialsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListTrialsResponse.Builder>- Throws:
IOException
-
getTrialsList
public List<Trial> getTrialsList()
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;- Specified by:
getTrialsListin interfaceListTrialsResponseOrBuilder
-
getTrialsCount
public int getTrialsCount()
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;- Specified by:
getTrialsCountin interfaceListTrialsResponseOrBuilder
-
getTrials
public Trial getTrials(int index)
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;- Specified by:
getTrialsin interfaceListTrialsResponseOrBuilder
-
setTrials
public ListTrialsResponse.Builder setTrials(int index, Trial value)
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
-
setTrials
public ListTrialsResponse.Builder setTrials(int index, Trial.Builder builderForValue)
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
-
addTrials
public ListTrialsResponse.Builder addTrials(Trial value)
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
-
addTrials
public ListTrialsResponse.Builder addTrials(int index, Trial value)
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
-
addTrials
public ListTrialsResponse.Builder addTrials(Trial.Builder builderForValue)
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
-
addTrials
public ListTrialsResponse.Builder addTrials(int index, Trial.Builder builderForValue)
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
-
addAllTrials
public ListTrialsResponse.Builder addAllTrials(Iterable<? extends Trial> values)
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
-
clearTrials
public ListTrialsResponse.Builder clearTrials()
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
-
removeTrials
public ListTrialsResponse.Builder removeTrials(int index)
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
-
getTrialsBuilder
public Trial.Builder getTrialsBuilder(int index)
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
-
getTrialsOrBuilder
public TrialOrBuilder getTrialsOrBuilder(int index)
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;- Specified by:
getTrialsOrBuilderin interfaceListTrialsResponseOrBuilder
-
getTrialsOrBuilderList
public List<? extends TrialOrBuilder> getTrialsOrBuilderList()
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;- Specified by:
getTrialsOrBuilderListin interfaceListTrialsResponseOrBuilder
-
addTrialsBuilder
public Trial.Builder addTrialsBuilder()
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
-
addTrialsBuilder
public Trial.Builder addTrialsBuilder(int index)
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
-
getTrialsBuilderList
public List<Trial.Builder> getTrialsBuilderList()
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
-
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;- Specified by:
getNextPageTokenin interfaceListTrialsResponseOrBuilder- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
public 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;- Specified by:
getNextPageTokenBytesin interfaceListTrialsResponseOrBuilder- Returns:
- The bytes for nextPageToken.
-
setNextPageToken
public ListTrialsResponse.Builder setNextPageToken(String value)
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;- Parameters:
value- The nextPageToken to set.- Returns:
- This builder for chaining.
-
clearNextPageToken
public ListTrialsResponse.Builder clearNextPageToken()
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:
- This builder for chaining.
-
setNextPageTokenBytes
public ListTrialsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
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;- Parameters:
value- The bytes for nextPageToken to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListTrialsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListTrialsResponse.Builder>
-
mergeUnknownFields
public final ListTrialsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListTrialsResponse.Builder>
-
-