public final class LineItemStats extends GeneratedMessage implements LineItemStatsOrBuilder
Contains trafficking statistics for LineItem.
Protobuf type google.ads.admanager.v1.LineItemStats
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
CLICKS_DELIVERED_FIELD_NUMBER
public static final int CLICKS_DELIVERED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
DELIVERY_DATA_FIELD_NUMBER
public static final int DELIVERY_DATA_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
IMPRESSIONS_DELIVERED_FIELD_NUMBER
public static final int IMPRESSIONS_DELIVERED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
VIDEO_COMPLETIONS_DELIVERED_FIELD_NUMBER
public static final int VIDEO_COMPLETIONS_DELIVERED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
VIDEO_STARTS_DELIVERED_FIELD_NUMBER
public static final int VIDEO_STARTS_DELIVERED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
VIEWABLE_IMPRESSIONS_DELIVERED_FIELD_NUMBER
public static final int VIEWABLE_IMPRESSIONS_DELIVERED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static LineItemStats getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static LineItemStats.Builder newBuilder()
newBuilder(LineItemStats prototype)
public static LineItemStats.Builder newBuilder(LineItemStats prototype)
public static LineItemStats parseDelimitedFrom(InputStream input)
public static LineItemStats parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static LineItemStats parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static LineItemStats parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static LineItemStats parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LineItemStats parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LineItemStats parseFrom(CodedInputStream input)
public static LineItemStats parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static LineItemStats parseFrom(InputStream input)
public static LineItemStats parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static LineItemStats parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static LineItemStats parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<LineItemStats> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getClicksDelivered()
public 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.
|
getDefaultInstanceForType()
public LineItemStats getDefaultInstanceForType()
getDeliveryData(int index)
public 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 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 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 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.
|
getParserForType()
public Parser<LineItemStats> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getVideoCompletionsDelivered()
public 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 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 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 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 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 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 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 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.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public LineItemStats.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected LineItemStats.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public LineItemStats.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides