Class StudySpec.ParameterSpec
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.aiplatform.v1beta1.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.v1beta1.StudySpec.ParameterSpec
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StudySpec.ParameterSpec.Builder
Represents a single parameter to optimize.static class
StudySpec.ParameterSpec.CategoricalValueSpec
Value specification for a parameter in `CATEGORICAL` type.static interface
StudySpec.ParameterSpec.CategoricalValueSpecOrBuilder
static class
StudySpec.ParameterSpec.ConditionalParameterSpec
Represents a parameter spec with condition from its parent parameter.static interface
StudySpec.ParameterSpec.ConditionalParameterSpecOrBuilder
static class
StudySpec.ParameterSpec.DiscreteValueSpec
Value specification for a parameter in `DISCRETE` type.static interface
StudySpec.ParameterSpec.DiscreteValueSpecOrBuilder
static class
StudySpec.ParameterSpec.DoubleValueSpec
Value specification for a parameter in `DOUBLE` type.static interface
StudySpec.ParameterSpec.DoubleValueSpecOrBuilder
static class
StudySpec.ParameterSpec.IntegerValueSpec
Value specification for a parameter in `INTEGER` type.static interface
StudySpec.ParameterSpec.IntegerValueSpecOrBuilder
static class
StudySpec.ParameterSpec.ParameterValueSpecCase
static class
StudySpec.ParameterSpec.ScaleType
The 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 int
CATEGORICAL_VALUE_SPEC_FIELD_NUMBER
static int
CONDITIONAL_PARAMETER_SPECS_FIELD_NUMBER
static int
DISCRETE_VALUE_SPEC_FIELD_NUMBER
static int
DOUBLE_VALUE_SPEC_FIELD_NUMBER
static int
INTEGER_VALUE_SPEC_FIELD_NUMBER
static int
PARAMETER_ID_FIELD_NUMBER
static int
SCALE_TYPE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
StudySpec.ParameterSpec.CategoricalValueSpec
getCategoricalValueSpec()
The value spec for a 'CATEGORICAL' parameter.StudySpec.ParameterSpec.CategoricalValueSpecOrBuilder
getCategoricalValueSpecOrBuilder()
The value spec for a 'CATEGORICAL' parameter.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.int
getConditionalParameterSpecsCount()
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.ConditionalParameterSpecOrBuilder
getConditionalParameterSpecsOrBuilder(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.ParameterSpec
getDefaultInstance()
StudySpec.ParameterSpec
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
StudySpec.ParameterSpec.DiscreteValueSpec
getDiscreteValueSpec()
The value spec for a 'DISCRETE' parameter.StudySpec.ParameterSpec.DiscreteValueSpecOrBuilder
getDiscreteValueSpecOrBuilder()
The value spec for a 'DISCRETE' parameter.StudySpec.ParameterSpec.DoubleValueSpec
getDoubleValueSpec()
The value spec for a 'DOUBLE' parameter.StudySpec.ParameterSpec.DoubleValueSpecOrBuilder
getDoubleValueSpecOrBuilder()
The value spec for a 'DOUBLE' parameter.StudySpec.ParameterSpec.IntegerValueSpec
getIntegerValueSpec()
The value spec for an 'INTEGER' parameter.StudySpec.ParameterSpec.IntegerValueSpecOrBuilder
getIntegerValueSpecOrBuilder()
The value spec for an 'INTEGER' parameter.String
getParameterId()
Required.com.google.protobuf.ByteString
getParameterIdBytes()
Required.StudySpec.ParameterSpec.ParameterValueSpecCase
getParameterValueSpecCase()
com.google.protobuf.Parser<StudySpec.ParameterSpec>
getParserForType()
StudySpec.ParameterSpec.ScaleType
getScaleType()
How the parameter should be scaled.int
getScaleTypeValue()
How the parameter should be scaled.int
getSerializedSize()
boolean
hasCategoricalValueSpec()
The value spec for a 'CATEGORICAL' parameter.boolean
hasDiscreteValueSpec()
The value spec for a 'DISCRETE' parameter.boolean
hasDoubleValueSpec()
The value spec for a 'DOUBLE' parameter.int
hashCode()
boolean
hasIntegerValueSpec()
The value spec for an 'INTEGER' parameter.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static StudySpec.ParameterSpec.Builder
newBuilder()
static StudySpec.ParameterSpec.Builder
newBuilder(StudySpec.ParameterSpec prototype)
StudySpec.ParameterSpec.Builder
newBuilderForType()
protected StudySpec.ParameterSpec.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static StudySpec.ParameterSpec
parseDelimitedFrom(InputStream input)
static StudySpec.ParameterSpec
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StudySpec.ParameterSpec
parseFrom(byte[] data)
static StudySpec.ParameterSpec
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StudySpec.ParameterSpec
parseFrom(com.google.protobuf.ByteString data)
static StudySpec.ParameterSpec
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StudySpec.ParameterSpec
parseFrom(com.google.protobuf.CodedInputStream input)
static StudySpec.ParameterSpec
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StudySpec.ParameterSpec
parseFrom(InputStream input)
static StudySpec.ParameterSpec
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StudySpec.ParameterSpec
parseFrom(ByteBuffer data)
static StudySpec.ParameterSpec
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<StudySpec.ParameterSpec>
parser()
StudySpec.ParameterSpec.Builder
toBuilder()
void
writeTo(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:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getParameterValueSpecCase
public StudySpec.ParameterSpec.ParameterValueSpecCase getParameterValueSpecCase()
- Specified by:
getParameterValueSpecCase
in interfaceStudySpec.ParameterSpecOrBuilder
-
hasDoubleValueSpec
public boolean hasDoubleValueSpec()
The value spec for a 'DOUBLE' parameter.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.DoubleValueSpec double_value_spec = 2;
- Specified by:
hasDoubleValueSpec
in 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.v1beta1.StudySpec.ParameterSpec.DoubleValueSpec double_value_spec = 2;
- Specified by:
getDoubleValueSpec
in interfaceStudySpec.ParameterSpecOrBuilder
- Returns:
- The doubleValueSpec.
-
getDoubleValueSpecOrBuilder
public StudySpec.ParameterSpec.DoubleValueSpecOrBuilder getDoubleValueSpecOrBuilder()
The value spec for a 'DOUBLE' parameter.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.DoubleValueSpec double_value_spec = 2;
- Specified by:
getDoubleValueSpecOrBuilder
in interfaceStudySpec.ParameterSpecOrBuilder
-
hasIntegerValueSpec
public boolean hasIntegerValueSpec()
The value spec for an 'INTEGER' parameter.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.IntegerValueSpec integer_value_spec = 3;
- Specified by:
hasIntegerValueSpec
in 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.v1beta1.StudySpec.ParameterSpec.IntegerValueSpec integer_value_spec = 3;
- Specified by:
getIntegerValueSpec
in interfaceStudySpec.ParameterSpecOrBuilder
- Returns:
- The integerValueSpec.
-
getIntegerValueSpecOrBuilder
public StudySpec.ParameterSpec.IntegerValueSpecOrBuilder getIntegerValueSpecOrBuilder()
The value spec for an 'INTEGER' parameter.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.IntegerValueSpec integer_value_spec = 3;
- Specified by:
getIntegerValueSpecOrBuilder
in interfaceStudySpec.ParameterSpecOrBuilder
-
hasCategoricalValueSpec
public boolean hasCategoricalValueSpec()
The value spec for a 'CATEGORICAL' parameter.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.CategoricalValueSpec categorical_value_spec = 4;
- Specified by:
hasCategoricalValueSpec
in 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.v1beta1.StudySpec.ParameterSpec.CategoricalValueSpec categorical_value_spec = 4;
- Specified by:
getCategoricalValueSpec
in interfaceStudySpec.ParameterSpecOrBuilder
- Returns:
- The categoricalValueSpec.
-
getCategoricalValueSpecOrBuilder
public StudySpec.ParameterSpec.CategoricalValueSpecOrBuilder getCategoricalValueSpecOrBuilder()
The value spec for a 'CATEGORICAL' parameter.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.CategoricalValueSpec categorical_value_spec = 4;
- Specified by:
getCategoricalValueSpecOrBuilder
in interfaceStudySpec.ParameterSpecOrBuilder
-
hasDiscreteValueSpec
public boolean hasDiscreteValueSpec()
The value spec for a 'DISCRETE' parameter.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.DiscreteValueSpec discrete_value_spec = 5;
- Specified by:
hasDiscreteValueSpec
in 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.v1beta1.StudySpec.ParameterSpec.DiscreteValueSpec discrete_value_spec = 5;
- Specified by:
getDiscreteValueSpec
in interfaceStudySpec.ParameterSpecOrBuilder
- Returns:
- The discreteValueSpec.
-
getDiscreteValueSpecOrBuilder
public StudySpec.ParameterSpec.DiscreteValueSpecOrBuilder getDiscreteValueSpecOrBuilder()
The value spec for a 'DISCRETE' parameter.
.google.cloud.aiplatform.v1beta1.StudySpec.ParameterSpec.DiscreteValueSpec discrete_value_spec = 5;
- Specified by:
getDiscreteValueSpecOrBuilder
in 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:
getParameterId
in 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:
getParameterIdBytes
in 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.v1beta1.StudySpec.ParameterSpec.ScaleType scale_type = 6;
- Specified by:
getScaleTypeValue
in 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.v1beta1.StudySpec.ParameterSpec.ScaleType scale_type = 6;
- Specified by:
getScaleType
in 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.v1beta1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;
- Specified by:
getConditionalParameterSpecsList
in 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.v1beta1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;
- Specified by:
getConditionalParameterSpecsOrBuilderList
in 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.v1beta1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;
- Specified by:
getConditionalParameterSpecsCount
in 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.v1beta1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;
- Specified by:
getConditionalParameterSpecs
in 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.v1beta1.StudySpec.ParameterSpec.ConditionalParameterSpec conditional_parameter_specs = 10;
- Specified by:
getConditionalParameterSpecsOrBuilder
in interfaceStudySpec.ParameterSpecOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in 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:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in 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:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected StudySpec.ParameterSpec.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in 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:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public StudySpec.ParameterSpec getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-