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
      boolean getBoolValue()
      optional bool boolValue = 4;
      double getDoubleValue()
      optional double doubleValue = 5;
      NullableString getEvalReason()
      optional .NullableString evalReason = 7;
      NullableStringOrBuilder getEvalReasonOrBuilder()
      optional .NullableString evalReason = 7;
      java.lang.String getId()
      optional string _id = 1;
      com.google.protobuf.ByteString getIdBytes()
      optional string _id = 1;
      java.lang.String getKey()
      optional string key = 3;
      com.google.protobuf.ByteString getKeyBytes()
      optional string key = 3;
      java.lang.String getStringValue()
      optional string stringValue = 6;
      com.google.protobuf.ByteString getStringValueBytes()
      optional string stringValue = 6;
      VariableType_PB getType()
      optional .VariableType_PB type = 2;
      int getTypeValue()
      optional .VariableType_PB type = 2;
      boolean hasEvalReason()
      optional .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 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;
      • 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;