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()optional bool boolValue = 4;doublegetDoubleValue()optional double doubleValue = 5;NullableStringgetEvalReason()optional .NullableString evalReason = 7;NullableStringOrBuildergetEvalReasonOrBuilder()optional .NullableString evalReason = 7;java.lang.StringgetId()optional string _id = 1;com.google.protobuf.ByteStringgetIdBytes()optional string _id = 1;java.lang.StringgetKey()optional string key = 3;com.google.protobuf.ByteStringgetKeyBytes()optional string key = 3;java.lang.StringgetStringValue()optional string stringValue = 6;com.google.protobuf.ByteStringgetStringValueBytes()optional string stringValue = 6;VariableType_PBgetType()optional .VariableType_PB type = 2;intgetTypeValue()optional .VariableType_PB type = 2;booleanhasEvalReason()optional .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()
optional string _id = 1;
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
optional string _id = 1;
-
getTypeValue
int getTypeValue()
optional .VariableType_PB type = 2;
-
getType
VariableType_PB getType()
optional .VariableType_PB type = 2;
-
getKey
java.lang.String getKey()
optional string key = 3;
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()
optional string key = 3;
-
getBoolValue
boolean getBoolValue()
optional bool boolValue = 4;
-
getDoubleValue
double getDoubleValue()
optional double doubleValue = 5;
-
getStringValue
java.lang.String getStringValue()
optional string stringValue = 6;
-
getStringValueBytes
com.google.protobuf.ByteString getStringValueBytes()
optional string stringValue = 6;
-
hasEvalReason
boolean hasEvalReason()
optional .NullableString evalReason = 7;
-
getEvalReason
NullableString getEvalReason()
optional .NullableString evalReason = 7;
-
getEvalReasonOrBuilder
NullableStringOrBuilder getEvalReasonOrBuilder()
optional .NullableString evalReason = 7;
-
-