Class PseudonymousIdInfo (0.8.0)

public final class PseudonymousIdInfo extends GeneratedMessage implements PseudonymousIdInfoOrBuilder

Additional information when PSEUDONYMOUS_ID is one of the upload_key_types.

Protobuf type google.ads.datamanager.v1.PseudonymousIdInfo

Static Fields

BILLABLE_RECORD_COUNT_FIELD_NUMBER

public static final int BILLABLE_RECORD_COUNT_FIELD_NUMBER
Field Value
Type Description
int

SYNC_STATUS_FIELD_NUMBER

public static final int SYNC_STATUS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static PseudonymousIdInfo getDefaultInstance()
Returns
Type Description
PseudonymousIdInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static PseudonymousIdInfo.Builder newBuilder()
Returns
Type Description
PseudonymousIdInfo.Builder

newBuilder(PseudonymousIdInfo prototype)

public static PseudonymousIdInfo.Builder newBuilder(PseudonymousIdInfo prototype)
Parameter
Name Description
prototype PseudonymousIdInfo
Returns
Type Description
PseudonymousIdInfo.Builder

parseDelimitedFrom(InputStream input)

public static PseudonymousIdInfo parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
PseudonymousIdInfo
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static PseudonymousIdInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PseudonymousIdInfo
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static PseudonymousIdInfo parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
PseudonymousIdInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static PseudonymousIdInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PseudonymousIdInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static PseudonymousIdInfo parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
PseudonymousIdInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static PseudonymousIdInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PseudonymousIdInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static PseudonymousIdInfo parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
PseudonymousIdInfo
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static PseudonymousIdInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PseudonymousIdInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static PseudonymousIdInfo parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
PseudonymousIdInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static PseudonymousIdInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PseudonymousIdInfo
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static PseudonymousIdInfo parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
PseudonymousIdInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static PseudonymousIdInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PseudonymousIdInfo
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<PseudonymousIdInfo> parser()
Returns
Type Description
Parser<PseudonymousIdInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getBillableRecordCount()

public long getBillableRecordCount()

Optional. Immutable. The number of billable records (e.g. uploaded or matched).

optional int64 billable_record_count = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
long

The billableRecordCount.

getDefaultInstanceForType()

public PseudonymousIdInfo getDefaultInstanceForType()
Returns
Type Description
PseudonymousIdInfo

getParserForType()

public Parser<PseudonymousIdInfo> getParserForType()
Returns
Type Description
Parser<PseudonymousIdInfo>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getSyncStatus()

public PseudonymousIdInfo.SyncStatus getSyncStatus()

Output only. Sync status of the user list.

optional .google.ads.datamanager.v1.PseudonymousIdInfo.SyncStatus sync_status = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
PseudonymousIdInfo.SyncStatus

The syncStatus.

getSyncStatusValue()

public int getSyncStatusValue()

Output only. Sync status of the user list.

optional .google.ads.datamanager.v1.PseudonymousIdInfo.SyncStatus sync_status = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for syncStatus.

hasBillableRecordCount()

public boolean hasBillableRecordCount()

Optional. Immutable. The number of billable records (e.g. uploaded or matched).

optional int64 billable_record_count = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
boolean

Whether the billableRecordCount field is set.

hasSyncStatus()

public boolean hasSyncStatus()

Output only. Sync status of the user list.

optional .google.ads.datamanager.v1.PseudonymousIdInfo.SyncStatus sync_status = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the syncStatus field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public PseudonymousIdInfo.Builder newBuilderForType()
Returns
Type Description
PseudonymousIdInfo.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected PseudonymousIdInfo.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
PseudonymousIdInfo.Builder
Overrides

toBuilder()

public PseudonymousIdInfo.Builder toBuilder()
Returns
Type Description
PseudonymousIdInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException