Package com.google.cloud.aiplatform.v1
Class StudySpec.ParameterSpec
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.aiplatform.v1.StudySpec.ParameterSpec
-
- All Implemented Interfaces:
StudySpec.ParameterSpecOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
- Enclosing class:
- StudySpec
public static final class StudySpec.ParameterSpec extends com.google.protobuf.GeneratedMessageV3 implements StudySpec.ParameterSpecOrBuilder
Represents a single parameter to optimize.
Protobuf typegoogle.cloud.aiplatform.v1.StudySpec.ParameterSpec- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStudySpec.ParameterSpec.BuilderRepresents a single parameter to optimize.static classStudySpec.ParameterSpec.CategoricalValueSpecValue specification for a parameter in `CATEGORICAL` type.static interfaceStudySpec.ParameterSpec.CategoricalValueSpecOrBuilderstatic classStudySpec.ParameterSpec.ConditionalParameterSpecRepresents a parameter spec with condition from its parent parameter.static interfaceStudySpec.ParameterSpec.ConditionalParameterSpecOrBuilderstatic classStudySpec.ParameterSpec.DiscreteValueSpecValue specification for a parameter in `DISCRETE` type.static interfaceStudySpec.ParameterSpec.DiscreteValueSpecOrBuilderstatic classStudySpec.ParameterSpec.DoubleValueSpecValue specification for a parameter in `DOUBLE` type.static interfaceStudySpec.ParameterSpec.DoubleValueSpecOrBuilderstatic classStudySpec.ParameterSpec.IntegerValueSpecValue specification for a parameter in `INTEGER` type.static interfaceStudySpec.ParameterSpec.IntegerValueSpecOrBuilderstatic classStudySpec.ParameterSpec.ParameterValueSpecCasestatic classStudySpec.ParameterSpec.ScaleTypeThe type of scaling that should be applied to this parameter.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
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
-
-
Field Summary
Fields Modifier and Type Field Description static intCATEGORICAL_VALUE_SPEC_FIELD_NUMBERstatic intCONDITIONAL_PARAMETER_SPECS_FIELD_NUMBERstatic intDISCRETE_VALUE_SPEC_FIELD_NUMBERstatic intDOUBLE_VALUE_SPEC_FIELD_NUMBERstatic intINTEGER_VALUE_SPEC_FIELD_NUMBERstatic intPARAMETER_ID_FIELD_NUMBERstatic intSCALE_TYPE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StudySpec.ParameterSpec.CategoricalValueSpecgetCategoricalValueSpec()The value spec for a 'CATEGORICAL' parameter.StudySpec.ParameterSpec.CategoricalValueSpecOrBuildergetCategoricalValueSpecOrBuilder()The value spec for a 'CATEGORICAL' parameter.StudySpec.ParameterSpec.ConditionalParameterSpecgetConditionalParameterSpecs(int index)A conditional parameter node is active if the parameter's value matches the conditional node's parent_value_condition.intgetConditionalParameterSpecsCount()A conditional parameter node is active if the parameter's value matches the conditional node's parent_value_condition.List<StudySpec.ParameterSpec.ConditionalParameterSpec>getConditionalParameterSpecsList()A conditional parameter node is active if the parameter's value matches the conditional node's parent_value_condition.StudySpec.ParameterSpec.ConditionalParameterSpecOrBuildergetConditionalParameterSpecsOrBuilder(int index)A conditional parameter node is active if the parameter's value matches the conditional node's parent_value_condition.List<? extends StudySpec.ParameterSpec.ConditionalParameterSpecOrBuilder>getConditionalParameterSpecsOrBuilderList()A conditional parameter node is active if the parameter's value matches the conditional node's parent_value_condition.static StudySpec.ParameterSpecgetDefaultInstance()StudySpec.ParameterSpecgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()StudySpec.ParameterSpec.DiscreteValueSpecgetDiscreteValueSpec()The value spec for a 'DISCRETE' parameter.StudySpec.ParameterSpec.DiscreteValueSpecOrBuildergetDiscreteValueSpecOrBuilder()The value spec for a 'DISCRETE' parameter.StudySpec.ParameterSpec.DoubleValueSpecgetDoubleValueSpec()The value spec for a 'DOUBLE' parameter.StudySpec.ParameterSpec.DoubleValueSpecOrBuildergetDoubleValueSpecOrBuilder()The value spec for a 'DOUBLE' parameter.StudySpec.ParameterSpec.IntegerValueSpecgetIntegerValueSpec()The value spec for an 'INTEGER' parameter.StudySpec.ParameterSpec.IntegerValueSpecOrBuildergetIntegerValueSpecOrBuilder()The value spec for an 'INTEGER' parameter.StringgetParameterId()Required.com.google.protobuf.ByteStringgetParameterIdBytes()Required.StudySpec.ParameterSpec.ParameterValueSpecCasegetParameterValueSpecCase()com.google.protobuf.Parser<StudySpec.ParameterSpec>getParserForType()StudySpec.ParameterSpec.ScaleTypegetScaleType()How the parameter should be scaled.intgetScaleTypeValue()How the parameter should be scaled.intgetSerializedSize()booleanhasCategoricalValueSpec()The value spec for a 'CATEGORICAL' parameter.booleanhasDiscreteValueSpec()The value spec for a 'DISCRETE' parameter.booleanhasDoubleValueSpec()The value spec for a 'DOUBLE' parameter.inthashCode()booleanhasIntegerValueSpec()The value spec for an 'INTEGER' parameter.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static StudySpec.ParameterSpec.BuildernewBuilder()static StudySpec.ParameterSpec.BuildernewBuilder(StudySpec.ParameterSpec prototype)StudySpec.ParameterSpec.BuildernewBuilderForType()protected StudySpec.ParameterSpec.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static StudySpec.ParameterSpecparseDelimitedFrom(InputStream input)static StudySpec.ParameterSpecparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StudySpec.ParameterSpecparseFrom(byte[] data)static StudySpec.ParameterSpecparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StudySpec.ParameterSpecparseFrom(com.google.protobuf.ByteString data)static StudySpec.ParameterSpecparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StudySpec.ParameterSpecparseFrom(com.google.protobuf.CodedInputStream input)static StudySpec.ParameterSpecparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StudySpec.ParameterSpecparseFrom(InputStream input)static StudySpec.ParameterSpecparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StudySpec.ParameterSpecparseFrom(ByteBuffer data)static StudySpec.ParameterSpecparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<StudySpec.ParameterSpec>parser()StudySpec.ParameterSpec.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, 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, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
DOUBLE_VALUE_SPEC_FIELD_NUMBER
public static final int DOUBLE_VALUE_SPEC_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INTEGER_VALUE_SPEC_FIELD_NUMBER
public static final int INTEGER_VALUE_SPEC_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CATEGORICAL_VALUE_SPEC_FIELD_NUMBER
public static final int CATEGORICAL_VALUE_SPEC_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DISCRETE_VALUE_SPEC_FIELD_NUMBER
public static final int DISCRETE_VALUE_SPEC_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARAMETER_ID_FIELD_NUMBER
public static final int PARAMETER_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SCALE_TYPE_FIELD_NUMBER
public static final int SCALE_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONDITIONAL_PARAMETER_SPECS_FIELD_NUMBER
public static final int CONDITIONAL_PARAMETER_SPECS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
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
-
getParameterValueSpecCase
public StudySpec.ParameterSpec.ParameterValueSpecCase getParameterValueSpecCase()
- Specified by:
getParameterValueSpecCasein interfaceStudySpec.ParameterSpecOrBuilder
-
hasDoubleValueSpec
public boolean hasDoubleValueSpec()
The value spec for a 'DOUBLE' parameter.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec.DoubleValueSpec double_value_spec = 2;- Specified by:
hasDoubleValueSpecin interfaceStudySpec.ParameterSpecOrBuilder- Returns:
- Whether the doubleValueSpec field is set.
-
getDoubleValueSpec
public StudySpec.ParameterSpec.DoubleValueSpec getDoubleValueSpec()
The value spec for a 'DOUBLE' parameter.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec.DoubleValueSpec double_value_spec = 2;- Specified by:
getDoubleValueSpecin interfaceStudySpec.ParameterSpecOrBuilder- Returns:
- The doubleValueSpec.
-
getDoubleValueSpecOrBuilder
public StudySpec.ParameterSpec.DoubleValueSpecOrBuilder getDoubleValueSpecOrBuilder()
The value spec for a 'DOUBLE' parameter.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec.DoubleValueSpec double_value_spec = 2;- Specified by:
getDoubleValueSpecOrBuilderin interfaceStudySpec.ParameterSpecOrBuilder
-
hasIntegerValueSpec
public boolean hasIntegerValueSpec()
The value spec for an 'INTEGER' parameter.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec.IntegerValueSpec integer_value_spec = 3;- Specified by:
hasIntegerValueSpecin interfaceStudySpec.ParameterSpecOrBuilder- Returns:
- Whether the integerValueSpec field is set.
-
getIntegerValueSpec
public StudySpec.ParameterSpec.IntegerValueSpec getIntegerValueSpec()
The value spec for an 'INTEGER' parameter.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec.IntegerValueSpec integer_value_spec = 3;- Specified by:
getIntegerValueSpecin interfaceStudySpec.ParameterSpecOrBuilder- Returns:
- The integerValueSpec.
-
getIntegerValueSpecOrBuilder
public StudySpec.ParameterSpec.IntegerValueSpecOrBuilder getIntegerValueSpecOrBuilder()
The value spec for an 'INTEGER' parameter.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec.IntegerValueSpec integer_value_spec = 3;- Specified by:
getIntegerValueSpecOrBuilderin interfaceStudySpec.ParameterSpecOrBuilder
-
hasCategoricalValueSpec
public boolean hasCategoricalValueSpec()
The value spec for a 'CATEGORICAL' parameter.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec.CategoricalValueSpec categorical_value_spec = 4;- Specified by:
hasCategoricalValueSpecin interfaceStudySpec.ParameterSpecOrBuilder- Returns:
- Whether the categoricalValueSpec field is set.
-
getCategoricalValueSpec
public StudySpec.ParameterSpec.CategoricalValueSpec getCategoricalValueSpec()
The value spec for a 'CATEGORICAL' parameter.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec.CategoricalValueSpec categorical_value_spec = 4;- Specified by:
getCategoricalValueSpecin interfaceStudySpec.ParameterSpecOrBuilder- Returns:
- The categoricalValueSpec.
-
getCategoricalValueSpecOrBuilder
public StudySpec.ParameterSpec.CategoricalValueSpecOrBuilder getCategoricalValueSpecOrBuilder()
The value spec for a 'CATEGORICAL' parameter.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec.CategoricalValueSpec categorical_value_spec = 4;- Specified by:
getCategoricalValueSpecOrBuilderin interfaceStudySpec.ParameterSpecOrBuilder
-
hasDiscreteValueSpec
public boolean hasDiscreteValueSpec()
The value spec for a 'DISCRETE' parameter.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec.DiscreteValueSpec discrete_value_spec = 5;- Specified by:
hasDiscreteValueSpecin interfaceStudySpec.ParameterSpecOrBuilder- Returns:
- Whether the discreteValueSpec field is set.
-
getDiscreteValueSpec
public StudySpec.ParameterSpec.DiscreteValueSpec getDiscreteValueSpec()
The value spec for a 'DISCRETE' parameter.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec.DiscreteValueSpec discrete_value_spec = 5;- Specified by:
getDiscreteValueSpecin interfaceStudySpec.ParameterSpecOrBuilder- Returns:
- The discreteValueSpec.
-
getDiscreteValueSpecOrBuilder
public StudySpec.ParameterSpec.DiscreteValueSpecOrBuilder getDiscreteValueSpecOrBuilder()
The value spec for a 'DISCRETE' parameter.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec.DiscreteValueSpec discrete_value_spec = 5;- Specified by:
getDiscreteValueSpecOrBuilderin interfaceStudySpec.ParameterSpecOrBuilder
-
getParameterId
public String getParameterId()
Required. The ID of the parameter. Must not contain whitespaces and must be unique amongst all ParameterSpecs.
string parameter_id = 1 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getParameterIdin interfaceStudySpec.ParameterSpecOrBuilder- Returns:
- The parameterId.
-
getParameterIdBytes
public com.google.protobuf.ByteString getParameterIdBytes()
Required. The ID of the parameter. Must not contain whitespaces and must be unique amongst all ParameterSpecs.
string parameter_id = 1 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getParameterIdBytesin interfaceStudySpec.ParameterSpecOrBuilder- Returns:
- The bytes for parameterId.
-
getScaleTypeValue
public int getScaleTypeValue()
How the parameter should be scaled. Leave unset for `CATEGORICAL` parameters.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ScaleType scale_type = 6;- Specified by:
getScaleTypeValuein interfaceStudySpec.ParameterSpecOrBuilder- Returns:
- The enum numeric value on the wire for scaleType.
-
getScaleType
public StudySpec.ParameterSpec.ScaleType getScaleType()
How the parameter should be scaled. Leave unset for `CATEGORICAL` parameters.
.google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ScaleType scale_type = 6;- Specified by:
getScaleTypein interfaceStudySpec.ParameterSpecOrBuilder- Returns:
- The scaleType.
-
getConditionalParameterSpecsList
public List<StudySpec.ParameterSpec.ConditionalParameterSpec> getConditionalParameterSpecsList()
A conditional parameter node is active if the parameter's value matches the conditional node's parent_value_condition. If two items in conditional_parameter_specs have the same name, they must have disjoint parent_value_condition.
repeated .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;- Specified by:
getConditionalParameterSpecsListin interfaceStudySpec.ParameterSpecOrBuilder
-
getConditionalParameterSpecsOrBuilderList
public List<? extends StudySpec.ParameterSpec.ConditionalParameterSpecOrBuilder> getConditionalParameterSpecsOrBuilderList()
A conditional parameter node is active if the parameter's value matches the conditional node's parent_value_condition. If two items in conditional_parameter_specs have the same name, they must have disjoint parent_value_condition.
repeated .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;- Specified by:
getConditionalParameterSpecsOrBuilderListin interfaceStudySpec.ParameterSpecOrBuilder
-
getConditionalParameterSpecsCount
public int getConditionalParameterSpecsCount()
A conditional parameter node is active if the parameter's value matches the conditional node's parent_value_condition. If two items in conditional_parameter_specs have the same name, they must have disjoint parent_value_condition.
repeated .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;- Specified by:
getConditionalParameterSpecsCountin interfaceStudySpec.ParameterSpecOrBuilder
-
getConditionalParameterSpecs
public StudySpec.ParameterSpec.ConditionalParameterSpec getConditionalParameterSpecs(int index)
A conditional parameter node is active if the parameter's value matches the conditional node's parent_value_condition. If two items in conditional_parameter_specs have the same name, they must have disjoint parent_value_condition.
repeated .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;- Specified by:
getConditionalParameterSpecsin interfaceStudySpec.ParameterSpecOrBuilder
-
getConditionalParameterSpecsOrBuilder
public StudySpec.ParameterSpec.ConditionalParameterSpecOrBuilder getConditionalParameterSpecsOrBuilder(int index)
A conditional parameter node is active if the parameter's value matches the conditional node's parent_value_condition. If two items in conditional_parameter_specs have the same name, they must have disjoint parent_value_condition.
repeated .google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;- Specified by:
getConditionalParameterSpecsOrBuilderin interfaceStudySpec.ParameterSpecOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static StudySpec.ParameterSpec parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StudySpec.ParameterSpec parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StudySpec.ParameterSpec parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StudySpec.ParameterSpec parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StudySpec.ParameterSpec parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StudySpec.ParameterSpec parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StudySpec.ParameterSpec parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static StudySpec.ParameterSpec parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static StudySpec.ParameterSpec parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static StudySpec.ParameterSpec parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static StudySpec.ParameterSpec parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static StudySpec.ParameterSpec parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public StudySpec.ParameterSpec.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static StudySpec.ParameterSpec.Builder newBuilder()
-
newBuilder
public static StudySpec.ParameterSpec.Builder newBuilder(StudySpec.ParameterSpec prototype)
-
toBuilder
public StudySpec.ParameterSpec.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected StudySpec.ParameterSpec.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static StudySpec.ParameterSpec getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<StudySpec.ParameterSpec> parser()
-
getParserForType
public com.google.protobuf.Parser<StudySpec.ParameterSpec> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public StudySpec.ParameterSpec getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-