Interface VariableForUserParams_PBOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
VariableForUserParams_PB, VariableForUserParams_PB.Builder

public interface VariableForUserParams_PBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string sdkKey = 1;
    com.google.protobuf.ByteString
    string sdkKey = 1;
    boolean
    bool shouldTrackEvent = 5;
    .DVCUser_PB user = 4;
    .DVCUser_PB user = 4;
    string variableKey = 2;
    com.google.protobuf.ByteString
    string variableKey = 2;
    .VariableType_PB variableType = 3;
    int
    .VariableType_PB variableType = 3;
    boolean
    .DVCUser_PB user = 4;

    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

    • getSdkKey

      String getSdkKey()
      string sdkKey = 1;
      Returns:
      The sdkKey.
    • getSdkKeyBytes

      com.google.protobuf.ByteString getSdkKeyBytes()
      string sdkKey = 1;
      Returns:
      The bytes for sdkKey.
    • getVariableKey

      String getVariableKey()
      string variableKey = 2;
      Returns:
      The variableKey.
    • getVariableKeyBytes

      com.google.protobuf.ByteString getVariableKeyBytes()
      string variableKey = 2;
      Returns:
      The bytes for variableKey.
    • getVariableTypeValue

      int getVariableTypeValue()
      .VariableType_PB variableType = 3;
      Returns:
      The enum numeric value on the wire for variableType.
    • getVariableType

      VariableType_PB getVariableType()
      .VariableType_PB variableType = 3;
      Returns:
      The variableType.
    • hasUser

      boolean hasUser()
      .DVCUser_PB user = 4;
      Returns:
      Whether the user field is set.
    • getUser

      DVCUser_PB getUser()
      .DVCUser_PB user = 4;
      Returns:
      The user.
    • getUserOrBuilder

      DVCUser_PBOrBuilder getUserOrBuilder()
      .DVCUser_PB user = 4;
    • getShouldTrackEvent

      boolean getShouldTrackEvent()
      bool shouldTrackEvent = 5;
      Returns:
      The shouldTrackEvent.