public interface ExperimentOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Experiment name
|
com.google.protobuf.ByteString |
getNameBytes()
Experiment name
|
java.lang.String |
getValue()
Value associated with this Experiment.
|
com.google.protobuf.ByteString |
getValueBytes()
Value associated with this Experiment.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getName()
Experiment name
string name = 1 [json_name = "name"];
com.google.protobuf.ByteString getNameBytes()
Experiment name
string name = 1 [json_name = "name"];
java.lang.String getValue()
Value associated with this Experiment.
string value = 2 [json_name = "value"];
com.google.protobuf.ByteString getValueBytes()
Value associated with this Experiment.
string value = 2 [json_name = "value"];