Interface LineItemStatsOrBuilder (0.54.0)

public interface LineItemStatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClicksDelivered()

public abstract long getClicksDelivered()

Output only. The number of clicks delivered

optional int64 clicks_delivered = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The clicksDelivered.

getDeliveryData(int index)

public abstract long getDeliveryData(int index)

Output only. Clicks or impressions delivered for each of the last 7 days. Values are in chronological order (oldest to newest).

repeated int64 delivery_data = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
long

The deliveryData at the given index.

getDeliveryDataCount()

public abstract int getDeliveryDataCount()

Output only. Clicks or impressions delivered for each of the last 7 days. Values are in chronological order (oldest to newest).

repeated int64 delivery_data = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of deliveryData.

getDeliveryDataList()

public abstract List<Long> getDeliveryDataList()

Output only. Clicks or impressions delivered for each of the last 7 days. Values are in chronological order (oldest to newest).

repeated int64 delivery_data = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Long>

A list containing the deliveryData.

getImpressionsDelivered()

public abstract long getImpressionsDelivered()

Output only. The number of impressions delivered.

optional int64 impressions_delivered = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The impressionsDelivered.

getVideoCompletionsDelivered()

public abstract long getVideoCompletionsDelivered()

Output only. The number of video completions delivered.

optional int64 video_completions_delivered = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The videoCompletionsDelivered.

getVideoStartsDelivered()

public abstract long getVideoStartsDelivered()

Output only. The number of video starts delivered.

optional int64 video_starts_delivered = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The videoStartsDelivered.

getViewableImpressionsDelivered()

public abstract long getViewableImpressionsDelivered()

Output only. The number of viewable impressions delivered.

optional int64 viewable_impressions_delivered = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The viewableImpressionsDelivered.

hasClicksDelivered()

public abstract boolean hasClicksDelivered()

Output only. The number of clicks delivered

optional int64 clicks_delivered = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the clicksDelivered field is set.

hasImpressionsDelivered()

public abstract boolean hasImpressionsDelivered()

Output only. The number of impressions delivered.

optional int64 impressions_delivered = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the impressionsDelivered field is set.

hasVideoCompletionsDelivered()

public abstract boolean hasVideoCompletionsDelivered()

Output only. The number of video completions delivered.

optional int64 video_completions_delivered = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the videoCompletionsDelivered field is set.

hasVideoStartsDelivered()

public abstract boolean hasVideoStartsDelivered()

Output only. The number of video starts delivered.

optional int64 video_starts_delivered = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the videoStartsDelivered field is set.

hasViewableImpressionsDelivered()

public abstract boolean hasViewableImpressionsDelivered()

Output only. The number of viewable impressions delivered.

optional int64 viewable_impressions_delivered = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the viewableImpressionsDelivered field is set.