Interface RequestStatusPerDestination.IngestEventsStatusOrBuilder (0.1.0)

public static interface RequestStatusPerDestination.IngestEventsStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRecordCount()

public abstract 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.