Class RequestStatusPerDestination.IngestMobileDataStatus.Builder (0.6.0)

public static final class RequestStatusPerDestination.IngestMobileDataStatus.Builder extends GeneratedMessage.Builder<RequestStatusPerDestination.IngestMobileDataStatus.Builder> implements RequestStatusPerDestination.IngestMobileDataStatusOrBuilder

The status of the mobile data ingestion to the destination containing stats related to the ingestion.

Protobuf type google.ads.datamanager.v1.RequestStatusPerDestination.IngestMobileDataStatus

Static Methods

getDescriptor()

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

Methods

build()

public RequestStatusPerDestination.IngestMobileDataStatus build()
Returns
Type Description
RequestStatusPerDestination.IngestMobileDataStatus

buildPartial()

public RequestStatusPerDestination.IngestMobileDataStatus buildPartial()
Returns
Type Description
RequestStatusPerDestination.IngestMobileDataStatus

clear()

public RequestStatusPerDestination.IngestMobileDataStatus.Builder clear()
Returns
Type Description
RequestStatusPerDestination.IngestMobileDataStatus.Builder
Overrides

clearMobileIdCount()

public RequestStatusPerDestination.IngestMobileDataStatus.Builder clearMobileIdCount()

The total count of mobile ids sent in the upload request for the destination. Includes all mobile ids in the request, regardless of whether they were successfully ingested or not.

int64 mobile_id_count = 2;

Returns
Type Description
RequestStatusPerDestination.IngestMobileDataStatus.Builder

This builder for chaining.

clearRecordCount()

public RequestStatusPerDestination.IngestMobileDataStatus.Builder clearRecordCount()

The total count of audience members sent in the upload request for the destination. Includes all audience members in the request, regardless of whether they were successfully ingested or not.

int64 record_count = 1;

Returns
Type Description
RequestStatusPerDestination.IngestMobileDataStatus.Builder

This builder for chaining.

getDefaultInstanceForType()

public RequestStatusPerDestination.IngestMobileDataStatus getDefaultInstanceForType()
Returns
Type Description
RequestStatusPerDestination.IngestMobileDataStatus

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getMobileIdCount()

public long getMobileIdCount()

The total count of mobile ids sent in the upload request for the destination. Includes all mobile ids in the request, regardless of whether they were successfully ingested or not.

int64 mobile_id_count = 2;

Returns
Type Description
long

The mobileIdCount.

getRecordCount()

public long getRecordCount()

The total count of audience members sent in the upload request for the destination. Includes all audience members in the request, regardless of whether they were successfully ingested or not.

int64 record_count = 1;

Returns
Type Description
long

The recordCount.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(RequestStatusPerDestination.IngestMobileDataStatus other)

public RequestStatusPerDestination.IngestMobileDataStatus.Builder mergeFrom(RequestStatusPerDestination.IngestMobileDataStatus other)
Parameter
Name Description
other RequestStatusPerDestination.IngestMobileDataStatus
Returns
Type Description
RequestStatusPerDestination.IngestMobileDataStatus.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public RequestStatusPerDestination.IngestMobileDataStatus.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RequestStatusPerDestination.IngestMobileDataStatus.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public RequestStatusPerDestination.IngestMobileDataStatus.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
RequestStatusPerDestination.IngestMobileDataStatus.Builder
Overrides

setMobileIdCount(long value)

public RequestStatusPerDestination.IngestMobileDataStatus.Builder setMobileIdCount(long value)

The total count of mobile ids sent in the upload request for the destination. Includes all mobile ids in the request, regardless of whether they were successfully ingested or not.

int64 mobile_id_count = 2;

Parameter
Name Description
value long

The mobileIdCount to set.

Returns
Type Description
RequestStatusPerDestination.IngestMobileDataStatus.Builder

This builder for chaining.

setRecordCount(long value)

public RequestStatusPerDestination.IngestMobileDataStatus.Builder setRecordCount(long value)

The total count of audience members sent in the upload request for the destination. Includes all audience members in the request, regardless of whether they were successfully ingested or not.

int64 record_count = 1;

Parameter
Name Description
value long

The recordCount to set.

Returns
Type Description
RequestStatusPerDestination.IngestMobileDataStatus.Builder

This builder for chaining.