Class RequestStatusPerDestination.IngestCompositeDataStatus (0.14.0)

public static final class RequestStatusPerDestination.IngestCompositeDataStatus extends GeneratedMessage implements RequestStatusPerDestination.IngestCompositeDataStatusOrBuilder

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

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

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > RequestStatusPerDestination.IngestCompositeDataStatus

Static Fields

DATA_TYPE_COUNTS_FIELD_NUMBER

public static final int DATA_TYPE_COUNTS_FIELD_NUMBER
Field Value
Type Description
int

RECORD_COUNT_FIELD_NUMBER

public static final int RECORD_COUNT_FIELD_NUMBER
Field Value
Type Description
int

UPLOAD_MATCH_RATE_RANGE_FIELD_NUMBER

public static final int UPLOAD_MATCH_RATE_RANGE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static RequestStatusPerDestination.IngestCompositeDataStatus getDefaultInstance()
Returns
Type Description
RequestStatusPerDestination.IngestCompositeDataStatus

getDescriptor()

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

newBuilder()

public static RequestStatusPerDestination.IngestCompositeDataStatus.Builder newBuilder()
Returns
Type Description
RequestStatusPerDestination.IngestCompositeDataStatus.Builder

newBuilder(RequestStatusPerDestination.IngestCompositeDataStatus prototype)

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

parseDelimitedFrom(InputStream input)

public static RequestStatusPerDestination.IngestCompositeDataStatus parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RequestStatusPerDestination.IngestCompositeDataStatus
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static RequestStatusPerDestination.IngestCompositeDataStatus parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
RequestStatusPerDestination.IngestCompositeDataStatus
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static RequestStatusPerDestination.IngestCompositeDataStatus parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
RequestStatusPerDestination.IngestCompositeDataStatus
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static RequestStatusPerDestination.IngestCompositeDataStatus parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RequestStatusPerDestination.IngestCompositeDataStatus
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static RequestStatusPerDestination.IngestCompositeDataStatus parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
RequestStatusPerDestination.IngestCompositeDataStatus
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<RequestStatusPerDestination.IngestCompositeDataStatus> parser()
Returns
Type Description
Parser<IngestCompositeDataStatus>

Methods

equals(Object obj)

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

getDataTypeCounts(int index)

public RequestStatusPerDestination.DataTypeCount getDataTypeCounts(int index)

The total count of data types sent in the upload request for the destination, broken down by data type. Includes all data types in the request, regardless of whether they were successfully ingested or not.

repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;

Parameter
Name Description
index int
Returns
Type Description
RequestStatusPerDestination.DataTypeCount

getDataTypeCountsCount()

public int getDataTypeCountsCount()

The total count of data types sent in the upload request for the destination, broken down by data type. Includes all data types in the request, regardless of whether they were successfully ingested or not.

repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;

Returns
Type Description
int

getDataTypeCountsList()

public List<RequestStatusPerDestination.DataTypeCount> getDataTypeCountsList()

The total count of data types sent in the upload request for the destination, broken down by data type. Includes all data types in the request, regardless of whether they were successfully ingested or not.

repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;

Returns
Type Description
List<DataTypeCount>

getDataTypeCountsOrBuilder(int index)

public RequestStatusPerDestination.DataTypeCountOrBuilder getDataTypeCountsOrBuilder(int index)

The total count of data types sent in the upload request for the destination, broken down by data type. Includes all data types in the request, regardless of whether they were successfully ingested or not.

repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;

Parameter
Name Description
index int
Returns
Type Description
RequestStatusPerDestination.DataTypeCountOrBuilder

getDataTypeCountsOrBuilderList()

public List<? extends RequestStatusPerDestination.DataTypeCountOrBuilder> getDataTypeCountsOrBuilderList()

The total count of data types sent in the upload request for the destination, broken down by data type. Includes all data types in the request, regardless of whether they were successfully ingested or not.

repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;

Returns
Type Description
List<? extends com.google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCountOrBuilder>

getDefaultInstanceForType()

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

getParserForType()

public Parser<RequestStatusPerDestination.IngestCompositeDataStatus> getParserForType()
Returns
Type Description
Parser<IngestCompositeDataStatus>
Overrides

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.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getUploadMatchRateRange()

public MatchRateRange getUploadMatchRateRange()

The match rate range of the upload.

.google.ads.datamanager.v1.MatchRateRange upload_match_rate_range = 3;

Returns
Type Description
MatchRateRange

The uploadMatchRateRange.

getUploadMatchRateRangeValue()

public int getUploadMatchRateRangeValue()

The match rate range of the upload.

.google.ads.datamanager.v1.MatchRateRange upload_match_rate_range = 3;

Returns
Type Description
int

The enum numeric value on the wire for uploadMatchRateRange.

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 RequestStatusPerDestination.IngestCompositeDataStatus.Builder newBuilderForType()
Returns
Type Description
RequestStatusPerDestination.IngestCompositeDataStatus.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

public RequestStatusPerDestination.IngestCompositeDataStatus.Builder toBuilder()
Returns
Type Description
RequestStatusPerDestination.IngestCompositeDataStatus.Builder

writeTo(CodedOutputStream output)

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