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 Summary
Modifier and TypeMethodDescriptiongetEvent()Required.com.google.protobuf.ByteStringRequired.Required.com.google.protobuf.ByteStringRequired.getItemAttribute(int index) Required.intRequired.Required.getItemAttributeOrBuilder(int index) Required.List<? extends EventItemAttributeOrBuilder>Required.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
Required. Item attributes of the event.
repeated .google.ads.googleads.v18.common.EventItemAttribute item_attribute = 3 [(.google.api.field_behavior) = REQUIRED];
-