public final class SuggestTrialsResponse extends com.google.protobuf.GeneratedMessageV3 implements SuggestTrialsResponseOrBuilder
Response message for [VizierService.SuggestTrials][google.cloud.aiplatform.v1beta1.VizierService.SuggestTrials].Protobuf type
google.cloud.aiplatform.v1beta1.SuggestTrialsResponse| Modifier and Type | Class and Description |
|---|---|
static class |
SuggestTrialsResponse.Builder
Response message for
[VizierService.SuggestTrials][google.cloud.aiplatform.v1beta1.VizierService.SuggestTrials].
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
END_TIME_FIELD_NUMBER |
static int |
START_TIME_FIELD_NUMBER |
static int |
STUDY_STATE_FIELD_NUMBER |
static int |
TRIALS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static SuggestTrialsResponse |
getDefaultInstance() |
SuggestTrialsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Timestamp |
getEndTime()
The time at which operation processing completed.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
The time at which operation processing completed.
|
com.google.protobuf.Parser<SuggestTrialsResponse> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.Timestamp |
getStartTime()
The time at which the operation was started.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
The time at which the operation was started.
|
Study.State |
getStudyState()
The state of the Study.
|
int |
getStudyStateValue()
The state of the Study.
|
Trial |
getTrials(int index)
A list of Trials.
|
int |
getTrialsCount()
A list of Trials.
|
List<Trial> |
getTrialsList()
A list of Trials.
|
TrialOrBuilder |
getTrialsOrBuilder(int index)
A list of Trials.
|
List<? extends TrialOrBuilder> |
getTrialsOrBuilderList()
A list of Trials.
|
boolean |
hasEndTime()
The time at which operation processing completed.
|
int |
hashCode() |
boolean |
hasStartTime()
The time at which the operation was started.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static SuggestTrialsResponse.Builder |
newBuilder() |
static SuggestTrialsResponse.Builder |
newBuilder(SuggestTrialsResponse prototype) |
SuggestTrialsResponse.Builder |
newBuilderForType() |
protected SuggestTrialsResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static SuggestTrialsResponse |
parseDelimitedFrom(InputStream input) |
static SuggestTrialsResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SuggestTrialsResponse |
parseFrom(byte[] data) |
static SuggestTrialsResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SuggestTrialsResponse |
parseFrom(ByteBuffer data) |
static SuggestTrialsResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SuggestTrialsResponse |
parseFrom(com.google.protobuf.ByteString data) |
static SuggestTrialsResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SuggestTrialsResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static SuggestTrialsResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SuggestTrialsResponse |
parseFrom(InputStream input) |
static SuggestTrialsResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<SuggestTrialsResponse> |
parser() |
SuggestTrialsResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TRIALS_FIELD_NUMBER
public static final int STUDY_STATE_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public List<Trial> getTrialsList()
A list of Trials.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;getTrialsList in interface SuggestTrialsResponseOrBuilderpublic List<? extends TrialOrBuilder> getTrialsOrBuilderList()
A list of Trials.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;getTrialsOrBuilderList in interface SuggestTrialsResponseOrBuilderpublic int getTrialsCount()
A list of Trials.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;getTrialsCount in interface SuggestTrialsResponseOrBuilderpublic Trial getTrials(int index)
A list of Trials.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;getTrials in interface SuggestTrialsResponseOrBuilderpublic TrialOrBuilder getTrialsOrBuilder(int index)
A list of Trials.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;getTrialsOrBuilder in interface SuggestTrialsResponseOrBuilderpublic int getStudyStateValue()
The state of the Study.
.google.cloud.aiplatform.v1beta1.Study.State study_state = 2;getStudyStateValue in interface SuggestTrialsResponseOrBuilderpublic Study.State getStudyState()
The state of the Study.
.google.cloud.aiplatform.v1beta1.Study.State study_state = 2;getStudyState in interface SuggestTrialsResponseOrBuilderpublic boolean hasStartTime()
The time at which the operation was started.
.google.protobuf.Timestamp start_time = 3;hasStartTime in interface SuggestTrialsResponseOrBuilderpublic com.google.protobuf.Timestamp getStartTime()
The time at which the operation was started.
.google.protobuf.Timestamp start_time = 3;getStartTime in interface SuggestTrialsResponseOrBuilderpublic com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The time at which the operation was started.
.google.protobuf.Timestamp start_time = 3;getStartTimeOrBuilder in interface SuggestTrialsResponseOrBuilderpublic boolean hasEndTime()
The time at which operation processing completed.
.google.protobuf.Timestamp end_time = 4;hasEndTime in interface SuggestTrialsResponseOrBuilderpublic com.google.protobuf.Timestamp getEndTime()
The time at which operation processing completed.
.google.protobuf.Timestamp end_time = 4;getEndTime in interface SuggestTrialsResponseOrBuilderpublic com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
The time at which operation processing completed.
.google.protobuf.Timestamp end_time = 4;getEndTimeOrBuilder in interface SuggestTrialsResponseOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static SuggestTrialsResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SuggestTrialsResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SuggestTrialsResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SuggestTrialsResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SuggestTrialsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SuggestTrialsResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SuggestTrialsResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static SuggestTrialsResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SuggestTrialsResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static SuggestTrialsResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SuggestTrialsResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static SuggestTrialsResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic SuggestTrialsResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static SuggestTrialsResponse.Builder newBuilder()
public static SuggestTrialsResponse.Builder newBuilder(SuggestTrialsResponse prototype)
public SuggestTrialsResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected SuggestTrialsResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static SuggestTrialsResponse getDefaultInstance()
public static com.google.protobuf.Parser<SuggestTrialsResponse> parser()
public com.google.protobuf.Parser<SuggestTrialsResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public SuggestTrialsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.