public static final class IngestedUserListInfo.Builder extends GeneratedMessage.Builder<IngestedUserListInfo.Builder> implements IngestedUserListInfoOrBuilderRepresents a user list that is populated by user provided data.
Protobuf type google.ads.datamanager.v1.IngestedUserListInfo
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > IngestedUserListInfo.BuilderImplements
IngestedUserListInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllUploadKeyTypes(Iterable<? extends IngestedUserListInfo.UploadKeyType> values)
public IngestedUserListInfo.Builder addAllUploadKeyTypes(Iterable<? extends IngestedUserListInfo.UploadKeyType> values)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 |
values |
Iterable<? extends com.google.ads.datamanager.v1.IngestedUserListInfo.UploadKeyType>The uploadKeyTypes to add. |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
This builder for chaining. |
addAllUploadKeyTypesValue(Iterable<Integer> values)
public IngestedUserListInfo.Builder addAllUploadKeyTypesValue(Iterable<Integer> values)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 |
values |
Iterable<Integer>The enum numeric values on the wire for uploadKeyTypes to add. |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
This builder for chaining. |
addUploadKeyTypes(IngestedUserListInfo.UploadKeyType value)
public IngestedUserListInfo.Builder addUploadKeyTypes(IngestedUserListInfo.UploadKeyType value)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 |
value |
IngestedUserListInfo.UploadKeyTypeThe uploadKeyTypes to add. |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
This builder for chaining. |
addUploadKeyTypesValue(int value)
public IngestedUserListInfo.Builder addUploadKeyTypesValue(int value)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 |
value |
intThe enum numeric value on the wire for uploadKeyTypes to add. |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
This builder for chaining. |
build()
public IngestedUserListInfo build()| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo |
|
buildPartial()
public IngestedUserListInfo buildPartial()| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo |
|
clear()
public IngestedUserListInfo.Builder clear()| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
|
clearContactIdInfo()
public IngestedUserListInfo.Builder clearContactIdInfo() 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 |
IngestedUserListInfo.Builder |
|
clearMobileIdInfo()
public IngestedUserListInfo.Builder clearMobileIdInfo() 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 |
IngestedUserListInfo.Builder |
|
clearPairIdInfo()
public IngestedUserListInfo.Builder clearPairIdInfo() 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 |
IngestedUserListInfo.Builder |
|
clearPartnerAudienceInfo()
public IngestedUserListInfo.Builder clearPartnerAudienceInfo()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 |
IngestedUserListInfo.Builder |
|
clearPseudonymousIdInfo()
public IngestedUserListInfo.Builder clearPseudonymousIdInfo() 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 |
IngestedUserListInfo.Builder |
|
clearUploadKeyTypes()
public IngestedUserListInfo.Builder clearUploadKeyTypes()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 |
IngestedUserListInfo.Builder |
This builder for chaining. |
clearUserIdInfo()
public IngestedUserListInfo.Builder clearUserIdInfo() 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 |
IngestedUserListInfo.Builder |
|
getContactIdInfo()
public 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. |
getContactIdInfoBuilder()
public ContactIdInfo.Builder getContactIdInfoBuilder() 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.Builder |
|
getContactIdInfoOrBuilder()
public 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 |
|
getDefaultInstanceForType()
public IngestedUserListInfo getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMobileIdInfo()
public 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. |
getMobileIdInfoBuilder()
public MobileIdInfo.Builder getMobileIdInfoBuilder() 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.Builder |
|
getMobileIdInfoOrBuilder()
public 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 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. |
getPairIdInfoBuilder()
public PairIdInfo.Builder getPairIdInfoBuilder() 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.Builder |
|
getPairIdInfoOrBuilder()
public 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 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. |
getPartnerAudienceInfoBuilder()
public PartnerAudienceInfo.Builder getPartnerAudienceInfoBuilder()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.Builder |
|
getPartnerAudienceInfoOrBuilder()
public 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 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. |
getPseudonymousIdInfoBuilder()
public PseudonymousIdInfo.Builder getPseudonymousIdInfoBuilder() 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.Builder |
|
getPseudonymousIdInfoOrBuilder()
public 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 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 |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.UploadKeyType |
The uploadKeyTypes at the given index. |
getUploadKeyTypesCount()
public 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 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 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 |
intThe 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 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 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. |
getUserIdInfoBuilder()
public UserIdInfo.Builder getUserIdInfoBuilder() 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.Builder |
|
getUserIdInfoOrBuilder()
public 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 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 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 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeContactIdInfo(ContactIdInfo value)
public IngestedUserListInfo.Builder mergeContactIdInfo(ContactIdInfo value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
ContactIdInfo |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
|
mergeFrom(IngestedUserListInfo other)
public IngestedUserListInfo.Builder mergeFrom(IngestedUserListInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
IngestedUserListInfo |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public IngestedUserListInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public IngestedUserListInfo.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
|
mergeMobileIdInfo(MobileIdInfo value)
public IngestedUserListInfo.Builder mergeMobileIdInfo(MobileIdInfo value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
MobileIdInfo |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
|
mergePairIdInfo(PairIdInfo value)
public IngestedUserListInfo.Builder mergePairIdInfo(PairIdInfo value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
PairIdInfo |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
|
mergePartnerAudienceInfo(PartnerAudienceInfo value)
public IngestedUserListInfo.Builder mergePartnerAudienceInfo(PartnerAudienceInfo value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
PartnerAudienceInfo |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
|
mergePseudonymousIdInfo(PseudonymousIdInfo value)
public IngestedUserListInfo.Builder mergePseudonymousIdInfo(PseudonymousIdInfo value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
PseudonymousIdInfo |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
|
mergeUserIdInfo(UserIdInfo value)
public IngestedUserListInfo.Builder mergeUserIdInfo(UserIdInfo value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
UserIdInfo |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
|
setContactIdInfo(ContactIdInfo value)
public IngestedUserListInfo.Builder setContactIdInfo(ContactIdInfo value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
ContactIdInfo |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
|
setContactIdInfo(ContactIdInfo.Builder builderForValue)
public IngestedUserListInfo.Builder setContactIdInfo(ContactIdInfo.Builder builderForValue) 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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ContactIdInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
|
setMobileIdInfo(MobileIdInfo value)
public IngestedUserListInfo.Builder setMobileIdInfo(MobileIdInfo value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
MobileIdInfo |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
|
setMobileIdInfo(MobileIdInfo.Builder builderForValue)
public IngestedUserListInfo.Builder setMobileIdInfo(MobileIdInfo.Builder builderForValue) 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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
MobileIdInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
|
setPairIdInfo(PairIdInfo value)
public IngestedUserListInfo.Builder setPairIdInfo(PairIdInfo value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
PairIdInfo |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
|
setPairIdInfo(PairIdInfo.Builder builderForValue)
public IngestedUserListInfo.Builder setPairIdInfo(PairIdInfo.Builder builderForValue) 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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
PairIdInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
|
setPartnerAudienceInfo(PartnerAudienceInfo value)
public IngestedUserListInfo.Builder setPartnerAudienceInfo(PartnerAudienceInfo value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
PartnerAudienceInfo |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
|
setPartnerAudienceInfo(PartnerAudienceInfo.Builder builderForValue)
public IngestedUserListInfo.Builder setPartnerAudienceInfo(PartnerAudienceInfo.Builder builderForValue)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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
PartnerAudienceInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
|
setPseudonymousIdInfo(PseudonymousIdInfo value)
public IngestedUserListInfo.Builder setPseudonymousIdInfo(PseudonymousIdInfo value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
PseudonymousIdInfo |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
|
setPseudonymousIdInfo(PseudonymousIdInfo.Builder builderForValue)
public IngestedUserListInfo.Builder setPseudonymousIdInfo(PseudonymousIdInfo.Builder builderForValue) 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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
PseudonymousIdInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
|
setUploadKeyTypes(int index, IngestedUserListInfo.UploadKeyType value)
public IngestedUserListInfo.Builder setUploadKeyTypes(int index, IngestedUserListInfo.UploadKeyType value)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];
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
IngestedUserListInfo.UploadKeyTypeThe uploadKeyTypes to set. |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
This builder for chaining. |
setUploadKeyTypesValue(int index, int value)
public IngestedUserListInfo.Builder setUploadKeyTypesValue(int index, int value)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];
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
intThe enum numeric value on the wire for uploadKeyTypes to set. |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
This builder for chaining. |
setUserIdInfo(UserIdInfo value)
public IngestedUserListInfo.Builder setUserIdInfo(UserIdInfo value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
UserIdInfo |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
|
setUserIdInfo(UserIdInfo.Builder builderForValue)
public IngestedUserListInfo.Builder setUserIdInfo(UserIdInfo.Builder builderForValue) 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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
UserIdInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
IngestedUserListInfo.Builder |
|