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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetBoolValue()bool boolValue = 4;doublegetDoubleValue()double doubleValue = 5;NullableStringgetEvalReason().NullableString evalReason = 7;NullableStringOrBuildergetEvalReasonOrBuilder().NullableString evalReason = 7;java.lang.StringgetId()string _id = 1;com.google.protobuf.ByteStringgetIdBytes()string _id = 1;java.lang.StringgetKey()string key = 3;com.google.protobuf.ByteStringgetKeyBytes()string key = 3;java.lang.StringgetStringValue()string stringValue = 6;com.google.protobuf.ByteStringgetStringValueBytes()string stringValue = 6;VariableType_PBgetType().VariableType_PB type = 2;intgetTypeValue().VariableType_PB type = 2;booleanhasEvalReason().NullableString evalReason = 7;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
java.lang.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
java.lang.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
java.lang.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;
-
-