Class VariableForUserParams_PB

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.devcycle.sdk.server.local.protobuf.VariableForUserParams_PB
All Implemented Interfaces:
VariableForUserParams_PBOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

public final class VariableForUserParams_PB extends com.google.protobuf.GeneratedMessageV3 implements VariableForUserParams_PBOrBuilder
Protobuf type VariableForUserParams_PB
See Also:
  • Field Details

    • SDKKEY_FIELD_NUMBER

      public static final int SDKKEY_FIELD_NUMBER
      See Also:
    • VARIABLEKEY_FIELD_NUMBER

      public static final int VARIABLEKEY_FIELD_NUMBER
      See Also:
    • VARIABLETYPE_FIELD_NUMBER

      public static final int VARIABLETYPE_FIELD_NUMBER
      See Also:
    • USER_FIELD_NUMBER

      public static final int USER_FIELD_NUMBER
      See Also:
    • SHOULDTRACKEVENT_FIELD_NUMBER

      public static final int SHOULDTRACKEVENT_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getSdkKey

      public String getSdkKey()
      string sdkKey = 1;
      Specified by:
      getSdkKey in interface VariableForUserParams_PBOrBuilder
      Returns:
      The sdkKey.
    • getSdkKeyBytes

      public com.google.protobuf.ByteString getSdkKeyBytes()
      string sdkKey = 1;
      Specified by:
      getSdkKeyBytes in interface VariableForUserParams_PBOrBuilder
      Returns:
      The bytes for sdkKey.
    • getVariableKey

      public String getVariableKey()
      string variableKey = 2;
      Specified by:
      getVariableKey in interface VariableForUserParams_PBOrBuilder
      Returns:
      The variableKey.
    • getVariableKeyBytes

      public com.google.protobuf.ByteString getVariableKeyBytes()
      string variableKey = 2;
      Specified by:
      getVariableKeyBytes in interface VariableForUserParams_PBOrBuilder
      Returns:
      The bytes for variableKey.
    • getVariableTypeValue

      public int getVariableTypeValue()
      .VariableType_PB variableType = 3;
      Specified by:
      getVariableTypeValue in interface VariableForUserParams_PBOrBuilder
      Returns:
      The enum numeric value on the wire for variableType.
    • getVariableType

      public VariableType_PB getVariableType()
      .VariableType_PB variableType = 3;
      Specified by:
      getVariableType in interface VariableForUserParams_PBOrBuilder
      Returns:
      The variableType.
    • hasUser

      public boolean hasUser()
      .DVCUser_PB user = 4;
      Specified by:
      hasUser in interface VariableForUserParams_PBOrBuilder
      Returns:
      Whether the user field is set.
    • getUser

      public DVCUser_PB getUser()
      .DVCUser_PB user = 4;
      Specified by:
      getUser in interface VariableForUserParams_PBOrBuilder
      Returns:
      The user.
    • getUserOrBuilder

      public DVCUser_PBOrBuilder getUserOrBuilder()
      .DVCUser_PB user = 4;
      Specified by:
      getUserOrBuilder in interface VariableForUserParams_PBOrBuilder
    • getShouldTrackEvent

      public boolean getShouldTrackEvent()
      bool shouldTrackEvent = 5;
      Specified by:
      getShouldTrackEvent in interface VariableForUserParams_PBOrBuilder
      Returns:
      The shouldTrackEvent.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static VariableForUserParams_PB parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static VariableForUserParams_PB parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static VariableForUserParams_PB parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static VariableForUserParams_PB parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static VariableForUserParams_PB parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static VariableForUserParams_PB parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static VariableForUserParams_PB parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static VariableForUserParams_PB parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static VariableForUserParams_PB parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static VariableForUserParams_PB parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static VariableForUserParams_PB parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static VariableForUserParams_PB parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public VariableForUserParams_PB.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static VariableForUserParams_PB.Builder newBuilder()
    • newBuilder

      public static VariableForUserParams_PB.Builder newBuilder(VariableForUserParams_PB prototype)
    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected VariableForUserParams_PB.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static VariableForUserParams_PB getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<VariableForUserParams_PB> parser()
    • getParserForType

      public com.google.protobuf.Parser<VariableForUserParams_PB> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public VariableForUserParams_PB getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder