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
Modifier and TypeMethodDescriptionThe consent setting for the user.The consent setting for the user.Additional transactions/attributes associated with the user.Additional transactions/attributes associated with the user.Additional attributes associated with the user.Additional attributes associated with the user.getUserIdentifiers(int index) User identification info.intUser identification info.User identification info.getUserIdentifiersOrBuilder(int index) User identification info.List<? extends UserIdentifierOrBuilder>User identification info.booleanThe consent setting for the user.booleanAdditional transactions/attributes associated with the user.booleanAdditional attributes associated with the user.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getUserIdentifiersList
List<UserIdentifier> getUserIdentifiersList()User identification info. Required.
repeated .google.ads.googleads.v18.common.UserIdentifier user_identifiers = 1; -
getUserIdentifiers
User identification info. Required.
repeated .google.ads.googleads.v18.common.UserIdentifier user_identifiers = 1; -
getUserIdentifiersCount
int getUserIdentifiersCount()User identification info. Required.
repeated .google.ads.googleads.v18.common.UserIdentifier user_identifiers = 1; -
getUserIdentifiersOrBuilderList
List<? extends UserIdentifierOrBuilder> getUserIdentifiersOrBuilderList()User identification info. Required.
repeated .google.ads.googleads.v18.common.UserIdentifier user_identifiers = 1; -
getUserIdentifiersOrBuilder
User identification info. Required.
repeated .google.ads.googleads.v18.common.UserIdentifier user_identifiers = 1; -
hasTransactionAttribute
boolean hasTransactionAttribute()Additional transactions/attributes associated with the user. Required when updating store sales data.
.google.ads.googleads.v18.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.v18.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.v18.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.v18.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.v18.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.v18.common.UserAttribute user_attribute = 3; -
hasConsent
boolean hasConsent()The consent setting for the user. If set, will override the job level consent for this user.
optional .google.ads.googleads.v18.common.Consent consent = 4;- Returns:
- Whether the consent field is set.
-
getConsent
Consent getConsent()The consent setting for the user. If set, will override the job level consent for this user.
optional .google.ads.googleads.v18.common.Consent consent = 4;- Returns:
- The consent.
-
getConsentOrBuilder
ConsentOrBuilder getConsentOrBuilder()The consent setting for the user. If set, will override the job level consent for this user.
optional .google.ads.googleads.v18.common.Consent consent = 4;
-