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 Type
    Method
    Description
    boolean
    bool boolValue = 4;
    double
    double doubleValue = 5;
    .NullableString evalReason = 7;
    .NullableString evalReason = 7;
    string _id = 1;
    com.google.protobuf.ByteString
    string _id = 1;
    string key = 3;
    com.google.protobuf.ByteString
    string key = 3;
    string stringValue = 6;
    com.google.protobuf.ByteString
    string stringValue = 6;
    .VariableType_PB type = 2;
    int
    .VariableType_PB type = 2;
    boolean
    .NullableString evalReason = 7;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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;