public static interface RequestStatusPerDestination.DataTypeCountOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |