Class RequestStatusPerDestination.IngestEventsStatus.Builder (0.6.0)

public static final class RequestStatusPerDestination.IngestEventsStatus.Builder extends GeneratedMessage.Builder<RequestStatusPerDestination.IngestEventsStatus.Builder> implements RequestStatusPerDestination.IngestEventsStatusOrBuilder

The status of the events ingestion to the destination.

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

Static Methods

getDescriptor()

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

Methods

build()

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

buildPartial()

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

clear()

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

clearRecordCount()

public RequestStatusPerDestination.IngestEventsStatus.Builder clearRecordCount()

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

int64 record_count = 1;

Returns
Type Description
RequestStatusPerDestination.IngestEventsStatus.Builder

This builder for chaining.

getDefaultInstanceForType()

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

getDescriptorForType()

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

getRecordCount()

public long getRecordCount()

The total count of events sent in the upload request. Includes all events 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.IngestEventsStatus other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setRecordCount(long value)

public RequestStatusPerDestination.IngestEventsStatus.Builder setRecordCount(long value)

The total count of events sent in the upload request. Includes all events 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.IngestEventsStatus.Builder

This builder for chaining.