Interface EventAttributeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
EventAttribute, EventAttribute.Builder

public interface EventAttributeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getEvent

      String getEvent()
       Required. Advertiser defined event to be used for remarketing. The accepted
       values are "Viewed", "Cart", "Purchased" and "Recommended".
       
      string event = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The event.
    • getEventBytes

      com.google.protobuf.ByteString getEventBytes()
       Required. Advertiser defined event to be used for remarketing. The accepted
       values are "Viewed", "Cart", "Purchased" and "Recommended".
       
      string event = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for event.
    • getEventDateTime

      String getEventDateTime()
       Required. Timestamp at which the event happened.
       The format is YYYY-MM-DD HH:MM:SS[+/-HH:MM], where [+/-HH:MM] is an
       optional timezone offset from UTC. If the offset is absent, the API will
       use the account's timezone as default.
       
      string event_date_time = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The eventDateTime.
    • getEventDateTimeBytes

      com.google.protobuf.ByteString getEventDateTimeBytes()
       Required. Timestamp at which the event happened.
       The format is YYYY-MM-DD HH:MM:SS[+/-HH:MM], where [+/-HH:MM] is an
       optional timezone offset from UTC. If the offset is absent, the API will
       use the account's timezone as default.
       
      string event_date_time = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for eventDateTime.
    • getItemAttributeList

      List<EventItemAttribute> getItemAttributeList()
       Required. Item attributes of the event.
       
      repeated .google.ads.googleads.v18.common.EventItemAttribute item_attribute = 3 [(.google.api.field_behavior) = REQUIRED];
    • getItemAttribute

      EventItemAttribute getItemAttribute(int index)
       Required. Item attributes of the event.
       
      repeated .google.ads.googleads.v18.common.EventItemAttribute item_attribute = 3 [(.google.api.field_behavior) = REQUIRED];
    • getItemAttributeCount

      int getItemAttributeCount()
       Required. Item attributes of the event.
       
      repeated .google.ads.googleads.v18.common.EventItemAttribute item_attribute = 3 [(.google.api.field_behavior) = REQUIRED];
    • getItemAttributeOrBuilderList

      List<? extends EventItemAttributeOrBuilder> getItemAttributeOrBuilderList()
       Required. Item attributes of the event.
       
      repeated .google.ads.googleads.v18.common.EventItemAttribute item_attribute = 3 [(.google.api.field_behavior) = REQUIRED];
    • getItemAttributeOrBuilder

      EventItemAttributeOrBuilder getItemAttributeOrBuilder(int index)
       Required. Item attributes of the event.
       
      repeated .google.ads.googleads.v18.common.EventItemAttribute item_attribute = 3 [(.google.api.field_behavior) = REQUIRED];