public final class IngestedUserListInfo extends GeneratedMessage implements IngestedUserListInfoOrBuilder
Represents a user list that is populated by user provided data.
Protobuf type google.ads.datamanager.v1.IngestedUserListInfo
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
public static final int CONTACT_ID_INFO_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
MOBILE_ID_INFO_FIELD_NUMBER
public static final int MOBILE_ID_INFO_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
PAIR_ID_INFO_FIELD_NUMBER
public static final int PAIR_ID_INFO_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
PARTNER_AUDIENCE_INFO_FIELD_NUMBER
public static final int PARTNER_AUDIENCE_INFO_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
PSEUDONYMOUS_ID_INFO_FIELD_NUMBER
public static final int PSEUDONYMOUS_ID_INFO_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
UPLOAD_KEY_TYPES_FIELD_NUMBER
public static final int UPLOAD_KEY_TYPES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
USER_ID_INFO_FIELD_NUMBER
public static final int USER_ID_INFO_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static IngestedUserListInfo getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static IngestedUserListInfo.Builder newBuilder()
newBuilder(IngestedUserListInfo prototype)
public static IngestedUserListInfo.Builder newBuilder(IngestedUserListInfo prototype)
public static IngestedUserListInfo parseDelimitedFrom(InputStream input)
public static IngestedUserListInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static IngestedUserListInfo parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static IngestedUserListInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static IngestedUserListInfo parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static IngestedUserListInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static IngestedUserListInfo parseFrom(CodedInputStream input)
public static IngestedUserListInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static IngestedUserListInfo parseFrom(InputStream input)
public static IngestedUserListInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static IngestedUserListInfo parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static IngestedUserListInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<IngestedUserListInfo> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
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];
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];
getDefaultInstanceForType()
public IngestedUserListInfo getDefaultInstanceForType()
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];
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];
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.
|
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];
getParserForType()
public Parser<IngestedUserListInfo> getParserForType()
Overrides
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];
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];
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];
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];
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
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 |
int
The index of the element to return.
|
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];
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 |
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 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.
|
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];
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.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public IngestedUserListInfo.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected IngestedUserListInfo.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public IngestedUserListInfo.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides