public static interface BrxRtb095.BidRequest.UserOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getBuyeruid()
optional string buyeruid = 2; |
com.google.protobuf.ByteString |
getBuyeruidBytes()
optional string buyeruid = 2; |
String |
getGender()
optional string gender = 4; |
com.google.protobuf.ByteString |
getGenderBytes()
optional string gender = 4; |
BrxRtb095.BidRequest.Geo |
getGeo()
optional .BidRequest.Geo geo = 5; |
BrxRtb095.BidRequest.GeoOrBuilder |
getGeoOrBuilder()
optional .BidRequest.Geo geo = 5; |
String |
getId()
optional string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
optional string id = 1; |
String |
getYob()
optional string yob = 3; |
com.google.protobuf.ByteString |
getYobBytes()
optional string yob = 3; |
boolean |
hasBuyeruid()
optional string buyeruid = 2; |
boolean |
hasGender()
optional string gender = 4; |
boolean |
hasGeo()
optional .BidRequest.Geo geo = 5; |
boolean |
hasId()
optional string id = 1; |
boolean |
hasYob()
optional string yob = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasId()
optional string id = 1;
BASED ON OPEN RTB 2.1 USER OBJECT Child to Imp object The “user” object contains information known or derived about the human user of the device. Note that the user ID is an exchange artifact (refer to the “device” object for hardware or platform derived IDs) and may be subject to rotation policies. The user object itself and all of its parameters are optional. If a parameter is not specified, it should be considered unknown.
String getId()
optional string id = 1;
BASED ON OPEN RTB 2.1 USER OBJECT Child to Imp object The “user” object contains information known or derived about the human user of the device. Note that the user ID is an exchange artifact (refer to the “device” object for hardware or platform derived IDs) and may be subject to rotation policies. The user object itself and all of its parameters are optional. If a parameter is not specified, it should be considered unknown.
com.google.protobuf.ByteString getIdBytes()
optional string id = 1;
BASED ON OPEN RTB 2.1 USER OBJECT Child to Imp object The “user” object contains information known or derived about the human user of the device. Note that the user ID is an exchange artifact (refer to the “device” object for hardware or platform derived IDs) and may be subject to rotation policies. The user object itself and all of its parameters are optional. If a parameter is not specified, it should be considered unknown.
boolean hasBuyeruid()
optional string buyeruid = 2;
Buyer’s user ID for this user as mapped by exchange for the buyer
String getBuyeruid()
optional string buyeruid = 2;
Buyer’s user ID for this user as mapped by exchange for the buyer
com.google.protobuf.ByteString getBuyeruidBytes()
optional string buyeruid = 2;
Buyer’s user ID for this user as mapped by exchange for the buyer
boolean hasYob()
optional string yob = 3;
Year of birth as a 4-digit integer
String getYob()
optional string yob = 3;
Year of birth as a 4-digit integer
com.google.protobuf.ByteString getYobBytes()
optional string yob = 3;
Year of birth as a 4-digit integer
boolean hasGender()
optional string gender = 4;
Gender as “M” male, “F” female, “O” Other (Null indicates unknown)
String getGender()
optional string gender = 4;
Gender as “M” male, “F” female, “O” Other (Null indicates unknown)
com.google.protobuf.ByteString getGenderBytes()
optional string gender = 4;
Gender as “M” male, “F” female, “O” Other (Null indicates unknown)
boolean hasGeo()
optional .BidRequest.Geo geo = 5;
Home geo for the user (e.g., based off of registration data); this is different from the current location of the access device (that is defined by the geo object embedded in the Device Object)
BrxRtb095.BidRequest.Geo getGeo()
optional .BidRequest.Geo geo = 5;
Home geo for the user (e.g., based off of registration data); this is different from the current location of the access device (that is defined by the geo object embedded in the Device Object)
BrxRtb095.BidRequest.GeoOrBuilder getGeoOrBuilder()
optional .BidRequest.Geo geo = 5;
Home geo for the user (e.g., based off of registration data); this is different from the current location of the access device (that is defined by the geo object embedded in the Device Object)