Interface SDKVariable_PBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SDKVariable_PB,SDKVariable_PB.Builder
public interface SDKVariable_PBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool boolValue = 4;doubledouble doubleValue = 5;getEval().EvalReason_PB eval = 9;.EvalReason_PB eval = 9;.NullableString evalReason = 7;.NullableString evalReason = 7;.NullableString _feature = 8;.NullableString _feature = 8;getId()string _id = 1;com.google.protobuf.ByteStringstring _id = 1;getKey()string key = 3;com.google.protobuf.ByteStringstring key = 3;string stringValue = 6;com.google.protobuf.ByteStringstring stringValue = 6;getType().VariableType_PB type = 2;int.VariableType_PB type = 2;booleanhasEval().EvalReason_PB eval = 9;boolean.NullableString evalReason = 7;boolean.NullableString _feature = 8;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getId
String getId()string _id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()string _id = 1;- Returns:
- The bytes for id.
-
getTypeValue
int getTypeValue().VariableType_PB type = 2;- Returns:
- The enum numeric value on the wire for type.
-
getType
VariableType_PB getType().VariableType_PB type = 2;- Returns:
- The type.
-
getKey
String getKey()string key = 3;- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()string key = 3;- Returns:
- The bytes for key.
-
getBoolValue
boolean getBoolValue()bool boolValue = 4;- Returns:
- The boolValue.
-
getDoubleValue
double getDoubleValue()double doubleValue = 5;- Returns:
- The doubleValue.
-
getStringValue
String getStringValue()string stringValue = 6;- Returns:
- The stringValue.
-
getStringValueBytes
com.google.protobuf.ByteString getStringValueBytes()string stringValue = 6;- Returns:
- The bytes for stringValue.
-
hasEvalReason
boolean hasEvalReason().NullableString evalReason = 7;- Returns:
- Whether the evalReason field is set.
-
getEvalReason
NullableString getEvalReason().NullableString evalReason = 7;- Returns:
- The evalReason.
-
getEvalReasonOrBuilder
NullableStringOrBuilder getEvalReasonOrBuilder().NullableString evalReason = 7; -
hasFeature
boolean hasFeature().NullableString _feature = 8;- Returns:
- Whether the feature field is set.
-
getFeature
NullableString getFeature().NullableString _feature = 8;- Returns:
- The feature.
-
getFeatureOrBuilder
NullableStringOrBuilder getFeatureOrBuilder().NullableString _feature = 8; -
hasEval
boolean hasEval().EvalReason_PB eval = 9;- Returns:
- Whether the eval field is set.
-
getEval
EvalReason_PB getEval().EvalReason_PB eval = 9;- Returns:
- The eval.
-
getEvalOrBuilder
EvalReason_PBOrBuilder getEvalOrBuilder().EvalReason_PB eval = 9;
-