com.devcycle.sdk.server.local.protobuf.DVCUser_PBOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-server-sdk Show documentation
Show all versions of java-server-sdk Show documentation
Server side SDK to interact with DevCycle.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: variableForUserParams.proto
package com.devcycle.sdk.server.local.protobuf;
public interface DVCUser_PBOrBuilder extends
// @@protoc_insertion_point(interface_extends:DVCUser_PB)
com.google.protobuf.MessageOrBuilder {
/**
* string user_id = 1;
* @return The userId.
*/
java.lang.String getUserId();
/**
* string user_id = 1;
* @return The bytes for userId.
*/
com.google.protobuf.ByteString
getUserIdBytes();
/**
* .NullableString email = 2;
* @return Whether the email field is set.
*/
boolean hasEmail();
/**
* .NullableString email = 2;
* @return The email.
*/
com.devcycle.sdk.server.local.protobuf.NullableString getEmail();
/**
* .NullableString email = 2;
*/
com.devcycle.sdk.server.local.protobuf.NullableStringOrBuilder getEmailOrBuilder();
/**
* .NullableString name = 3;
* @return Whether the name field is set.
*/
boolean hasName();
/**
* .NullableString name = 3;
* @return The name.
*/
com.devcycle.sdk.server.local.protobuf.NullableString getName();
/**
* .NullableString name = 3;
*/
com.devcycle.sdk.server.local.protobuf.NullableStringOrBuilder getNameOrBuilder();
/**
* .NullableString language = 4;
* @return Whether the language field is set.
*/
boolean hasLanguage();
/**
* .NullableString language = 4;
* @return The language.
*/
com.devcycle.sdk.server.local.protobuf.NullableString getLanguage();
/**
* .NullableString language = 4;
*/
com.devcycle.sdk.server.local.protobuf.NullableStringOrBuilder getLanguageOrBuilder();
/**
* .NullableString country = 5;
* @return Whether the country field is set.
*/
boolean hasCountry();
/**
* .NullableString country = 5;
* @return The country.
*/
com.devcycle.sdk.server.local.protobuf.NullableString getCountry();
/**
* .NullableString country = 5;
*/
com.devcycle.sdk.server.local.protobuf.NullableStringOrBuilder getCountryOrBuilder();
/**
* .NullableDouble appBuild = 6;
* @return Whether the appBuild field is set.
*/
boolean hasAppBuild();
/**
* .NullableDouble appBuild = 6;
* @return The appBuild.
*/
com.devcycle.sdk.server.local.protobuf.NullableDouble getAppBuild();
/**
* .NullableDouble appBuild = 6;
*/
com.devcycle.sdk.server.local.protobuf.NullableDoubleOrBuilder getAppBuildOrBuilder();
/**
* .NullableString appVersion = 7;
* @return Whether the appVersion field is set.
*/
boolean hasAppVersion();
/**
* .NullableString appVersion = 7;
* @return The appVersion.
*/
com.devcycle.sdk.server.local.protobuf.NullableString getAppVersion();
/**
* .NullableString appVersion = 7;
*/
com.devcycle.sdk.server.local.protobuf.NullableStringOrBuilder getAppVersionOrBuilder();
/**
* .NullableString deviceModel = 8;
* @return Whether the deviceModel field is set.
*/
boolean hasDeviceModel();
/**
* .NullableString deviceModel = 8;
* @return The deviceModel.
*/
com.devcycle.sdk.server.local.protobuf.NullableString getDeviceModel();
/**
* .NullableString deviceModel = 8;
*/
com.devcycle.sdk.server.local.protobuf.NullableStringOrBuilder getDeviceModelOrBuilder();
/**
* .NullableCustomData customData = 9;
* @return Whether the customData field is set.
*/
boolean hasCustomData();
/**
* .NullableCustomData customData = 9;
* @return The customData.
*/
com.devcycle.sdk.server.local.protobuf.NullableCustomData getCustomData();
/**
* .NullableCustomData customData = 9;
*/
com.devcycle.sdk.server.local.protobuf.NullableCustomDataOrBuilder getCustomDataOrBuilder();
/**
* .NullableCustomData privateCustomData = 10;
* @return Whether the privateCustomData field is set.
*/
boolean hasPrivateCustomData();
/**
* .NullableCustomData privateCustomData = 10;
* @return The privateCustomData.
*/
com.devcycle.sdk.server.local.protobuf.NullableCustomData getPrivateCustomData();
/**
* .NullableCustomData privateCustomData = 10;
*/
com.devcycle.sdk.server.local.protobuf.NullableCustomDataOrBuilder getPrivateCustomDataOrBuilder();
}