All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.common.EventItemAttributeOrBuilder Maven / Gradle / Ivy

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 EventItemAttributeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.EventItemAttribute)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Optional. A unique identifier of a product. It can be either the Merchant
   * Center Item ID or GTIN (Global Trade Item Number).
   * 
* * string item_id = 1 [(.google.api.field_behavior) = OPTIONAL]; * @return The itemId. */ java.lang.String getItemId(); /** *
   * Optional. A unique identifier of a product. It can be either the Merchant
   * Center Item ID or GTIN (Global Trade Item Number).
   * 
* * string item_id = 1 [(.google.api.field_behavior) = OPTIONAL]; * @return The bytes for itemId. */ com.google.protobuf.ByteString getItemIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy