public interface PseudonymousIdInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBillableRecordCount()
public abstract 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. |
getSyncStatus()
public abstract 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 abstract 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 abstract 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 abstract 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. |