Interface UserDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserData,UserData.Builder
public interface UserDataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransactionAttributegetTransactionAttribute()Additional transactions/attributes associated with the user.TransactionAttributeOrBuildergetTransactionAttributeOrBuilder()Additional transactions/attributes associated with the user.UserAttributegetUserAttribute()Additional attributes associated with the user.UserAttributeOrBuildergetUserAttributeOrBuilder()Additional attributes associated with the user.UserIdentifiergetUserIdentifiers(int index)User identification info.intgetUserIdentifiersCount()User identification info.java.util.List<UserIdentifier>getUserIdentifiersList()User identification info.UserIdentifierOrBuildergetUserIdentifiersOrBuilder(int index)User identification info.java.util.List<? extends UserIdentifierOrBuilder>getUserIdentifiersOrBuilderList()User identification info.booleanhasTransactionAttribute()Additional transactions/attributes associated with the user.booleanhasUserAttribute()Additional attributes associated with the user.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUserIdentifiersList
java.util.List<UserIdentifier> getUserIdentifiersList()
User identification info. Required.
repeated .google.ads.googleads.v10.common.UserIdentifier user_identifiers = 1;
-
getUserIdentifiers
UserIdentifier getUserIdentifiers(int index)
User identification info. Required.
repeated .google.ads.googleads.v10.common.UserIdentifier user_identifiers = 1;
-
getUserIdentifiersCount
int getUserIdentifiersCount()
User identification info. Required.
repeated .google.ads.googleads.v10.common.UserIdentifier user_identifiers = 1;
-
getUserIdentifiersOrBuilderList
java.util.List<? extends UserIdentifierOrBuilder> getUserIdentifiersOrBuilderList()
User identification info. Required.
repeated .google.ads.googleads.v10.common.UserIdentifier user_identifiers = 1;
-
getUserIdentifiersOrBuilder
UserIdentifierOrBuilder getUserIdentifiersOrBuilder(int index)
User identification info. Required.
repeated .google.ads.googleads.v10.common.UserIdentifier user_identifiers = 1;
-
hasTransactionAttribute
boolean hasTransactionAttribute()
Additional transactions/attributes associated with the user. Required when updating store sales data.
.google.ads.googleads.v10.common.TransactionAttribute transaction_attribute = 2;- Returns:
- Whether the transactionAttribute field is set.
-
getTransactionAttribute
TransactionAttribute getTransactionAttribute()
Additional transactions/attributes associated with the user. Required when updating store sales data.
.google.ads.googleads.v10.common.TransactionAttribute transaction_attribute = 2;- Returns:
- The transactionAttribute.
-
getTransactionAttributeOrBuilder
TransactionAttributeOrBuilder getTransactionAttributeOrBuilder()
Additional transactions/attributes associated with the user. Required when updating store sales data.
.google.ads.googleads.v10.common.TransactionAttribute transaction_attribute = 2;
-
hasUserAttribute
boolean hasUserAttribute()
Additional attributes associated with the user. Required when updating customer match attributes. These have an expiration of 540 days.
.google.ads.googleads.v10.common.UserAttribute user_attribute = 3;- Returns:
- Whether the userAttribute field is set.
-
getUserAttribute
UserAttribute getUserAttribute()
Additional attributes associated with the user. Required when updating customer match attributes. These have an expiration of 540 days.
.google.ads.googleads.v10.common.UserAttribute user_attribute = 3;- Returns:
- The userAttribute.
-
getUserAttributeOrBuilder
UserAttributeOrBuilder getUserAttributeOrBuilder()
Additional attributes associated with the user. Required when updating customer match attributes. These have an expiration of 540 days.
.google.ads.googleads.v10.common.UserAttribute user_attribute = 3;
-
-