Interface IngestedUserListInfoOrBuilder (0.8.0)

public interface IngestedUserListInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContactIdInfo()

public abstract ContactIdInfo getContactIdInfo()

Optional. Additional information when CONTACT_ID is one of the upload_key_types.

.google.ads.datamanager.v1.ContactIdInfo contact_id_info = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ContactIdInfo

The contactIdInfo.

getContactIdInfoOrBuilder()

public abstract ContactIdInfoOrBuilder getContactIdInfoOrBuilder()

Optional. Additional information when CONTACT_ID is one of the upload_key_types.

.google.ads.datamanager.v1.ContactIdInfo contact_id_info = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ContactIdInfoOrBuilder

getMobileIdInfo()

public abstract MobileIdInfo getMobileIdInfo()

Optional. Additional information when MOBILE_ID is one of the upload_key_types.

.google.ads.datamanager.v1.MobileIdInfo mobile_id_info = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
MobileIdInfo

The mobileIdInfo.

getMobileIdInfoOrBuilder()

public abstract MobileIdInfoOrBuilder getMobileIdInfoOrBuilder()

Optional. Additional information when MOBILE_ID is one of the upload_key_types.

.google.ads.datamanager.v1.MobileIdInfo mobile_id_info = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
MobileIdInfoOrBuilder

getPairIdInfo()

public abstract PairIdInfo getPairIdInfo()

Optional. Additional information when PAIR_ID is one of the upload_key_types.

This feature is only available to data partners.

.google.ads.datamanager.v1.PairIdInfo pair_id_info = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
PairIdInfo

The pairIdInfo.

getPairIdInfoOrBuilder()

public abstract PairIdInfoOrBuilder getPairIdInfoOrBuilder()

Optional. Additional information when PAIR_ID is one of the upload_key_types.

This feature is only available to data partners.

.google.ads.datamanager.v1.PairIdInfo pair_id_info = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
PairIdInfoOrBuilder

getPartnerAudienceInfo()

public abstract PartnerAudienceInfo getPartnerAudienceInfo()

Optional. Additional information for partner audiences.

This feature is only available to data partners.

.google.ads.datamanager.v1.PartnerAudienceInfo partner_audience_info = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
PartnerAudienceInfo

The partnerAudienceInfo.

getPartnerAudienceInfoOrBuilder()

public abstract PartnerAudienceInfoOrBuilder getPartnerAudienceInfoOrBuilder()

Optional. Additional information for partner audiences.

This feature is only available to data partners.

.google.ads.datamanager.v1.PartnerAudienceInfo partner_audience_info = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
PartnerAudienceInfoOrBuilder

getPseudonymousIdInfo()

public abstract PseudonymousIdInfo getPseudonymousIdInfo()

Optional. Additional information for PSEUDONYMOUS_ID is one of the upload_key_types.

.google.ads.datamanager.v1.PseudonymousIdInfo pseudonymous_id_info = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
PseudonymousIdInfo

The pseudonymousIdInfo.

getPseudonymousIdInfoOrBuilder()

public abstract PseudonymousIdInfoOrBuilder getPseudonymousIdInfoOrBuilder()

Optional. Additional information for PSEUDONYMOUS_ID is one of the upload_key_types.

.google.ads.datamanager.v1.PseudonymousIdInfo pseudonymous_id_info = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
PseudonymousIdInfoOrBuilder

getUploadKeyTypes(int index)

public abstract IngestedUserListInfo.UploadKeyType getUploadKeyTypes(int index)

Required. Immutable. Upload key types of this user list.

repeated .google.ads.datamanager.v1.IngestedUserListInfo.UploadKeyType upload_key_types = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
IngestedUserListInfo.UploadKeyType

The uploadKeyTypes at the given index.

getUploadKeyTypesCount()

public abstract int getUploadKeyTypesCount()

Required. Immutable. Upload key types of this user list.

repeated .google.ads.datamanager.v1.IngestedUserListInfo.UploadKeyType upload_key_types = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
int

The count of uploadKeyTypes.

getUploadKeyTypesList()

public abstract List<IngestedUserListInfo.UploadKeyType> getUploadKeyTypesList()

Required. Immutable. Upload key types of this user list.

repeated .google.ads.datamanager.v1.IngestedUserListInfo.UploadKeyType upload_key_types = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
List<UploadKeyType>

A list containing the uploadKeyTypes.

getUploadKeyTypesValue(int index)

public abstract int getUploadKeyTypesValue(int index)

Required. Immutable. Upload key types of this user list.

repeated .google.ads.datamanager.v1.IngestedUserListInfo.UploadKeyType upload_key_types = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
int

The enum numeric value on the wire of uploadKeyTypes at the given index.

getUploadKeyTypesValueList()

public abstract List<Integer> getUploadKeyTypesValueList()

Required. Immutable. Upload key types of this user list.

repeated .google.ads.datamanager.v1.IngestedUserListInfo.UploadKeyType upload_key_types = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
List<Integer>

A list containing the enum numeric values on the wire for uploadKeyTypes.

getUserIdInfo()

public abstract UserIdInfo getUserIdInfo()

Optional. Additional information when USER_ID is one of the upload_key_types.

.google.ads.datamanager.v1.UserIdInfo user_id_info = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
UserIdInfo

The userIdInfo.

getUserIdInfoOrBuilder()

public abstract UserIdInfoOrBuilder getUserIdInfoOrBuilder()

Optional. Additional information when USER_ID is one of the upload_key_types.

.google.ads.datamanager.v1.UserIdInfo user_id_info = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
UserIdInfoOrBuilder

hasContactIdInfo()

public abstract boolean hasContactIdInfo()

Optional. Additional information when CONTACT_ID is one of the upload_key_types.

.google.ads.datamanager.v1.ContactIdInfo contact_id_info = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the contactIdInfo field is set.

hasMobileIdInfo()

public abstract boolean hasMobileIdInfo()

Optional. Additional information when MOBILE_ID is one of the upload_key_types.

.google.ads.datamanager.v1.MobileIdInfo mobile_id_info = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the mobileIdInfo field is set.

hasPairIdInfo()

public abstract boolean hasPairIdInfo()

Optional. Additional information when PAIR_ID is one of the upload_key_types.

This feature is only available to data partners.

.google.ads.datamanager.v1.PairIdInfo pair_id_info = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the pairIdInfo field is set.

hasPartnerAudienceInfo()

public abstract boolean hasPartnerAudienceInfo()

Optional. Additional information for partner audiences.

This feature is only available to data partners.

.google.ads.datamanager.v1.PartnerAudienceInfo partner_audience_info = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the partnerAudienceInfo field is set.

hasPseudonymousIdInfo()

public abstract boolean hasPseudonymousIdInfo()

Optional. Additional information for PSEUDONYMOUS_ID is one of the upload_key_types.

.google.ads.datamanager.v1.PseudonymousIdInfo pseudonymous_id_info = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the pseudonymousIdInfo field is set.

hasUserIdInfo()

public abstract boolean hasUserIdInfo()

Optional. Additional information when USER_ID is one of the upload_key_types.

.google.ads.datamanager.v1.UserIdInfo user_id_info = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the userIdInfo field is set.