- 3.79.0 (latest)
 - 3.77.0
 - 3.76.0
 - 3.75.0
 - 3.74.0
 - 3.73.0
 - 3.71.0
 - 3.69.0
 - 3.68.0
 - 3.65.0
 - 3.64.0
 - 3.63.0
 - 3.61.0
 - 3.60.0
 - 3.59.0
 - 3.58.0
 - 3.57.0
 - 3.56.0
 - 3.55.0
 - 3.54.0
 - 3.53.0
 - 3.52.0
 - 3.50.0
 - 3.49.0
 - 3.48.0
 - 3.47.0
 - 3.46.0
 - 3.45.0
 - 3.44.0
 - 3.43.0
 - 3.42.0
 - 3.41.0
 - 3.40.0
 - 3.38.0
 - 3.37.0
 - 3.36.0
 - 3.35.0
 - 3.34.0
 - 3.33.0
 - 3.32.0
 - 3.31.0
 - 3.30.0
 - 3.29.0
 - 3.28.0
 - 3.25.0
 - 3.24.0
 - 3.23.0
 - 3.22.0
 - 3.21.0
 - 3.20.0
 - 3.19.0
 - 3.18.0
 - 3.17.0
 - 3.16.0
 - 3.15.0
 - 3.14.0
 - 3.13.0
 - 3.12.0
 - 3.11.0
 - 3.10.0
 - 3.9.0
 - 3.8.0
 - 3.7.0
 - 3.6.0
 - 3.5.0
 - 3.4.2
 - 3.3.0
 - 3.2.0
 - 3.0.0
 - 2.9.8
 - 2.8.9
 - 2.7.4
 - 2.5.3
 - 2.4.0
 
public static final class SuggestTrialsResponse.Builder extends GeneratedMessageV3.Builder<SuggestTrialsResponse.Builder> implements SuggestTrialsResponseOrBuilderResponse message for VizierService.SuggestTrials.
 Protobuf type google.cloud.aiplatform.v1beta1.SuggestTrialsResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SuggestTrialsResponse.BuilderImplements
SuggestTrialsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addAllTrials(Iterable<? extends Trial> values)
public SuggestTrialsResponse.Builder addAllTrials(Iterable<? extends Trial> values)A list of Trials.
 repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Iterable<? extends com.google.cloud.aiplatform.v1beta1.Trial> | 
      
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SuggestTrialsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
addTrials(Trial value)
public SuggestTrialsResponse.Builder addTrials(Trial value)A list of Trials.
 repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Trial | 
      
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
addTrials(Trial.Builder builderForValue)
public SuggestTrialsResponse.Builder addTrials(Trial.Builder builderForValue)A list of Trials.
 repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Trial.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
addTrials(int index, Trial value)
public SuggestTrialsResponse.Builder addTrials(int index, Trial value)A list of Trials.
 repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
value | 
        Trial | 
      
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
addTrials(int index, Trial.Builder builderForValue)
public SuggestTrialsResponse.Builder addTrials(int index, Trial.Builder builderForValue)A list of Trials.
 repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        Trial.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
addTrialsBuilder()
public Trial.Builder addTrialsBuilder()A list of Trials.
 repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
| Returns | |
|---|---|
| Type | Description | 
Trial.Builder | 
        |
addTrialsBuilder(int index)
public Trial.Builder addTrialsBuilder(int index)A list of Trials.
 repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
Trial.Builder | 
        |
build()
public SuggestTrialsResponse build()| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse | 
        |
buildPartial()
public SuggestTrialsResponse buildPartial()| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse | 
        |
clear()
public SuggestTrialsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
clearEndTime()
public SuggestTrialsResponse.Builder clearEndTime()The time at which operation processing completed.
 .google.protobuf.Timestamp end_time = 4;
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
clearField(Descriptors.FieldDescriptor field)
public SuggestTrialsResponse.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
clearOneof(Descriptors.OneofDescriptor oneof)
public SuggestTrialsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
clearStartTime()
public SuggestTrialsResponse.Builder clearStartTime()The time at which the operation was started.
 .google.protobuf.Timestamp start_time = 3;
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
clearStudyState()
public SuggestTrialsResponse.Builder clearStudyState()The state of the Study.
 .google.cloud.aiplatform.v1beta1.Study.State study_state = 2;
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        This builder for chaining.  | 
      
clearTrials()
public SuggestTrialsResponse.Builder clearTrials()A list of Trials.
 repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
clone()
public SuggestTrialsResponse.Builder clone()| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
getDefaultInstanceForType()
public SuggestTrialsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getEndTime()
public Timestamp getEndTime()The time at which operation processing completed.
 .google.protobuf.Timestamp end_time = 4;
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The endTime.  | 
      
getEndTimeBuilder()
public Timestamp.Builder getEndTimeBuilder()The time at which operation processing completed.
 .google.protobuf.Timestamp end_time = 4;
| Returns | |
|---|---|
| Type | Description | 
Builder | 
        |
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder()The time at which operation processing completed.
 .google.protobuf.Timestamp end_time = 4;
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
getStartTime()
public Timestamp getStartTime()The time at which the operation was started.
 .google.protobuf.Timestamp start_time = 3;
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The startTime.  | 
      
getStartTimeBuilder()
public Timestamp.Builder getStartTimeBuilder()The time at which the operation was started.
 .google.protobuf.Timestamp start_time = 3;
| Returns | |
|---|---|
| Type | Description | 
Builder | 
        |
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()The time at which the operation was started.
 .google.protobuf.Timestamp start_time = 3;
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
getStudyState()
public Study.State getStudyState()The state of the Study.
 .google.cloud.aiplatform.v1beta1.Study.State study_state = 2;
| Returns | |
|---|---|
| Type | Description | 
Study.State | 
        The studyState.  | 
      
getStudyStateValue()
public int getStudyStateValue()The state of the Study.
 .google.cloud.aiplatform.v1beta1.Study.State study_state = 2;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for studyState.  | 
      
getTrials(int index)
public Trial getTrials(int index)A list of Trials.
 repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
Trial | 
        |
getTrialsBuilder(int index)
public Trial.Builder getTrialsBuilder(int index)A list of Trials.
 repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
Trial.Builder | 
        |
getTrialsBuilderList()
public List<Trial.Builder> getTrialsBuilderList()A list of Trials.
 repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
| Returns | |
|---|---|
| Type | Description | 
List<Builder> | 
        |
getTrialsCount()
public int getTrialsCount()A list of Trials.
 repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getTrialsList()
public List<Trial> getTrialsList()A list of Trials.
 repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
| Returns | |
|---|---|
| Type | Description | 
List<Trial> | 
        |
getTrialsOrBuilder(int index)
public TrialOrBuilder getTrialsOrBuilder(int index)A list of Trials.
 repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
TrialOrBuilder | 
        |
getTrialsOrBuilderList()
public List<? extends TrialOrBuilder> getTrialsOrBuilderList()A list of Trials.
 repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
| Returns | |
|---|---|
| Type | Description | 
List<? extends com.google.cloud.aiplatform.v1beta1.TrialOrBuilder> | 
        |
hasEndTime()
public boolean hasEndTime()The time at which operation processing completed.
 .google.protobuf.Timestamp end_time = 4;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the endTime field is set.  | 
      
hasStartTime()
public boolean hasStartTime()The time at which the operation was started.
 .google.protobuf.Timestamp start_time = 3;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the startTime field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeEndTime(Timestamp value)
public SuggestTrialsResponse.Builder mergeEndTime(Timestamp value)The time at which operation processing completed.
 .google.protobuf.Timestamp end_time = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
mergeFrom(SuggestTrialsResponse other)
public SuggestTrialsResponse.Builder mergeFrom(SuggestTrialsResponse other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        SuggestTrialsResponse | 
      
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SuggestTrialsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public SuggestTrialsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
mergeStartTime(Timestamp value)
public SuggestTrialsResponse.Builder mergeStartTime(Timestamp value)The time at which the operation was started.
 .google.protobuf.Timestamp start_time = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SuggestTrialsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
removeTrials(int index)
public SuggestTrialsResponse.Builder removeTrials(int index)A list of Trials.
 repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
setEndTime(Timestamp value)
public SuggestTrialsResponse.Builder setEndTime(Timestamp value)The time at which operation processing completed.
 .google.protobuf.Timestamp end_time = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
setEndTime(Timestamp.Builder builderForValue)
public SuggestTrialsResponse.Builder setEndTime(Timestamp.Builder builderForValue)The time at which operation processing completed.
 .google.protobuf.Timestamp end_time = 4;
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
setField(Descriptors.FieldDescriptor field, Object value)
public SuggestTrialsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SuggestTrialsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
setStartTime(Timestamp value)
public SuggestTrialsResponse.Builder setStartTime(Timestamp value)The time at which the operation was started.
 .google.protobuf.Timestamp start_time = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
setStartTime(Timestamp.Builder builderForValue)
public SuggestTrialsResponse.Builder setStartTime(Timestamp.Builder builderForValue)The time at which the operation was started.
 .google.protobuf.Timestamp start_time = 3;
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
setStudyState(Study.State value)
public SuggestTrialsResponse.Builder setStudyState(Study.State value)The state of the Study.
 .google.cloud.aiplatform.v1beta1.Study.State study_state = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Study.StateThe studyState to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        This builder for chaining.  | 
      
setStudyStateValue(int value)
public SuggestTrialsResponse.Builder setStudyStateValue(int value)The state of the Study.
 .google.cloud.aiplatform.v1beta1.Study.State study_state = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        intThe enum numeric value on the wire for studyState to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        This builder for chaining.  | 
      
setTrials(int index, Trial value)
public SuggestTrialsResponse.Builder setTrials(int index, Trial value)A list of Trials.
 repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
value | 
        Trial | 
      
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
setTrials(int index, Trial.Builder builderForValue)
public SuggestTrialsResponse.Builder setTrials(int index, Trial.Builder builderForValue)A list of Trials.
 repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        Trial.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |
setUnknownFields(UnknownFieldSet unknownFields)
public final SuggestTrialsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
SuggestTrialsResponse.Builder | 
        |