Interface RequestStatusPerDestination.DataTypeCountOrBuilder (0.14.0)

public static interface RequestStatusPerDestination.DataTypeCountOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCount()

public abstract long getCount()

The count for this data type.

int64 count = 2;

Returns
Type Description
long

The count.

getType()

public abstract RequestStatusPerDestination.DataType getType()

The type of data.

.google.ads.datamanager.v1.RequestStatusPerDestination.DataType type = 1;

Returns
Type Description
RequestStatusPerDestination.DataType

The type.

getTypeValue()

public abstract int getTypeValue()

The type of data.

.google.ads.datamanager.v1.RequestStatusPerDestination.DataType type = 1;

Returns
Type Description
int

The enum numeric value on the wire for type.