com.google.ads.googleads.v17.common.EventAttributeOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/common/offline_user_data.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface EventAttributeOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.EventAttribute)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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];
* @return The event.
*/
java.lang.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];
* @return The bytes for event.
*/
com.google.protobuf.ByteString
getEventBytes();
/**
*
* 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];
* @return The eventDateTime.
*/
java.lang.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];
* @return The bytes for eventDateTime.
*/
com.google.protobuf.ByteString
getEventDateTimeBytes();
/**
*
* Required. Item attributes of the event.
*
*
* repeated .google.ads.googleads.v17.common.EventItemAttribute item_attribute = 3 [(.google.api.field_behavior) = REQUIRED];
*/
java.util.List
getItemAttributeList();
/**
*
* Required. Item attributes of the event.
*
*
* repeated .google.ads.googleads.v17.common.EventItemAttribute item_attribute = 3 [(.google.api.field_behavior) = REQUIRED];
*/
com.google.ads.googleads.v17.common.EventItemAttribute getItemAttribute(int index);
/**
*
* Required. Item attributes of the event.
*
*
* repeated .google.ads.googleads.v17.common.EventItemAttribute item_attribute = 3 [(.google.api.field_behavior) = REQUIRED];
*/
int getItemAttributeCount();
/**
*
* Required. Item attributes of the event.
*
*
* repeated .google.ads.googleads.v17.common.EventItemAttribute item_attribute = 3 [(.google.api.field_behavior) = REQUIRED];
*/
java.util.List extends com.google.ads.googleads.v17.common.EventItemAttributeOrBuilder>
getItemAttributeOrBuilderList();
/**
*
* Required. Item attributes of the event.
*
*
* repeated .google.ads.googleads.v17.common.EventItemAttribute item_attribute = 3 [(.google.api.field_behavior) = REQUIRED];
*/
com.google.ads.googleads.v17.common.EventItemAttributeOrBuilder getItemAttributeOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy