Class DVCUser_PB

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

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

  • 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
    • getUserId

      public String getUserId()
      string user_id = 1;
      Specified by:
      getUserId in interface DVCUser_PBOrBuilder
      Returns:
      The userId.
    • getUserIdBytes

      public com.google.protobuf.ByteString getUserIdBytes()
      string user_id = 1;
      Specified by:
      getUserIdBytes in interface DVCUser_PBOrBuilder
      Returns:
      The bytes for userId.
    • hasEmail

      public boolean hasEmail()
      .NullableString email = 2;
      Specified by:
      hasEmail in interface DVCUser_PBOrBuilder
      Returns:
      Whether the email field is set.
    • getEmail

      public NullableString getEmail()
      .NullableString email = 2;
      Specified by:
      getEmail in interface DVCUser_PBOrBuilder
      Returns:
      The email.
    • getEmailOrBuilder

      public NullableStringOrBuilder getEmailOrBuilder()
      .NullableString email = 2;
      Specified by:
      getEmailOrBuilder in interface DVCUser_PBOrBuilder
    • hasName

      public boolean hasName()
      .NullableString name = 3;
      Specified by:
      hasName in interface DVCUser_PBOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public NullableString getName()
      .NullableString name = 3;
      Specified by:
      getName in interface DVCUser_PBOrBuilder
      Returns:
      The name.
    • getNameOrBuilder

      public NullableStringOrBuilder getNameOrBuilder()
      .NullableString name = 3;
      Specified by:
      getNameOrBuilder in interface DVCUser_PBOrBuilder
    • hasLanguage

      public boolean hasLanguage()
      .NullableString language = 4;
      Specified by:
      hasLanguage in interface DVCUser_PBOrBuilder
      Returns:
      Whether the language field is set.
    • getLanguage

      public NullableString getLanguage()
      .NullableString language = 4;
      Specified by:
      getLanguage in interface DVCUser_PBOrBuilder
      Returns:
      The language.
    • getLanguageOrBuilder

      public NullableStringOrBuilder getLanguageOrBuilder()
      .NullableString language = 4;
      Specified by:
      getLanguageOrBuilder in interface DVCUser_PBOrBuilder
    • hasCountry

      public boolean hasCountry()
      .NullableString country = 5;
      Specified by:
      hasCountry in interface DVCUser_PBOrBuilder
      Returns:
      Whether the country field is set.
    • getCountry

      public NullableString getCountry()
      .NullableString country = 5;
      Specified by:
      getCountry in interface DVCUser_PBOrBuilder
      Returns:
      The country.
    • getCountryOrBuilder

      public NullableStringOrBuilder getCountryOrBuilder()
      .NullableString country = 5;
      Specified by:
      getCountryOrBuilder in interface DVCUser_PBOrBuilder
    • hasAppBuild

      public boolean hasAppBuild()
      .NullableDouble appBuild = 6;
      Specified by:
      hasAppBuild in interface DVCUser_PBOrBuilder
      Returns:
      Whether the appBuild field is set.
    • getAppBuild

      public NullableDouble getAppBuild()
      .NullableDouble appBuild = 6;
      Specified by:
      getAppBuild in interface DVCUser_PBOrBuilder
      Returns:
      The appBuild.
    • getAppBuildOrBuilder

      public NullableDoubleOrBuilder getAppBuildOrBuilder()
      .NullableDouble appBuild = 6;
      Specified by:
      getAppBuildOrBuilder in interface DVCUser_PBOrBuilder
    • hasAppVersion

      public boolean hasAppVersion()
      .NullableString appVersion = 7;
      Specified by:
      hasAppVersion in interface DVCUser_PBOrBuilder
      Returns:
      Whether the appVersion field is set.
    • getAppVersion

      public NullableString getAppVersion()
      .NullableString appVersion = 7;
      Specified by:
      getAppVersion in interface DVCUser_PBOrBuilder
      Returns:
      The appVersion.
    • getAppVersionOrBuilder

      public NullableStringOrBuilder getAppVersionOrBuilder()
      .NullableString appVersion = 7;
      Specified by:
      getAppVersionOrBuilder in interface DVCUser_PBOrBuilder
    • hasDeviceModel

      public boolean hasDeviceModel()
      .NullableString deviceModel = 8;
      Specified by:
      hasDeviceModel in interface DVCUser_PBOrBuilder
      Returns:
      Whether the deviceModel field is set.
    • getDeviceModel

      public NullableString getDeviceModel()
      .NullableString deviceModel = 8;
      Specified by:
      getDeviceModel in interface DVCUser_PBOrBuilder
      Returns:
      The deviceModel.
    • getDeviceModelOrBuilder

      public NullableStringOrBuilder getDeviceModelOrBuilder()
      .NullableString deviceModel = 8;
      Specified by:
      getDeviceModelOrBuilder in interface DVCUser_PBOrBuilder
    • hasCustomData

      public boolean hasCustomData()
      .NullableCustomData customData = 9;
      Specified by:
      hasCustomData in interface DVCUser_PBOrBuilder
      Returns:
      Whether the customData field is set.
    • getCustomData

      public NullableCustomData getCustomData()
      .NullableCustomData customData = 9;
      Specified by:
      getCustomData in interface DVCUser_PBOrBuilder
      Returns:
      The customData.
    • getCustomDataOrBuilder

      public NullableCustomDataOrBuilder getCustomDataOrBuilder()
      .NullableCustomData customData = 9;
      Specified by:
      getCustomDataOrBuilder in interface DVCUser_PBOrBuilder
    • hasPrivateCustomData

      public boolean hasPrivateCustomData()
      .NullableCustomData privateCustomData = 10;
      Specified by:
      hasPrivateCustomData in interface DVCUser_PBOrBuilder
      Returns:
      Whether the privateCustomData field is set.
    • getPrivateCustomData

      public NullableCustomData getPrivateCustomData()
      .NullableCustomData privateCustomData = 10;
      Specified by:
      getPrivateCustomData in interface DVCUser_PBOrBuilder
      Returns:
      The privateCustomData.
    • getPrivateCustomDataOrBuilder

      public NullableCustomDataOrBuilder getPrivateCustomDataOrBuilder()
      .NullableCustomData privateCustomData = 10;
      Specified by:
      getPrivateCustomDataOrBuilder in interface DVCUser_PBOrBuilder
    • 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 DVCUser_PB parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

      public static DVCUser_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 DVCUser_PB parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

      public static DVCUser_PB.Builder newBuilder()
    • newBuilder

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

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

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

      public static DVCUser_PB getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<DVCUser_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 DVCUser_PB getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder