com.google.ads.googleads.v17.common.ItemAttributeOrBuilder 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 ItemAttributeOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.ItemAttribute)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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;
* @return The itemId.
*/
java.lang.String getItemId();
/**
*
* 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;
* @return The bytes for itemId.
*/
com.google.protobuf.ByteString
getItemIdBytes();
/**
*
* ID of the Merchant Center Account.
*
*
* optional int64 merchant_id = 2;
* @return Whether the merchantId field is set.
*/
boolean hasMerchantId();
/**
*
* ID of the Merchant Center Account.
*
*
* optional int64 merchant_id = 2;
* @return The merchantId.
*/
long getMerchantId();
/**
*
* Common Locale Data Repository (CLDR) territory code of the country
* associated with the feed where your items are uploaded. See
* https://developers.google.com/google-ads/api/reference/data/codes-formats#country-codes
* for more information.
*
*
* string country_code = 3;
* @return The countryCode.
*/
java.lang.String getCountryCode();
/**
*
* Common Locale Data Repository (CLDR) territory code of the country
* associated with the feed where your items are uploaded. See
* https://developers.google.com/google-ads/api/reference/data/codes-formats#country-codes
* for more information.
*
*
* string country_code = 3;
* @return The bytes for countryCode.
*/
com.google.protobuf.ByteString
getCountryCodeBytes();
/**
*
* ISO 639-1 code of the language associated with the feed where your items
* are uploaded
*
*
* string language_code = 4;
* @return The languageCode.
*/
java.lang.String getLanguageCode();
/**
*
* ISO 639-1 code of the language associated with the feed where your items
* are uploaded
*
*
* string language_code = 4;
* @return The bytes for languageCode.
*/
com.google.protobuf.ByteString
getLanguageCodeBytes();
/**
*
* The number of items sold. Defaults to 1 if not set.
*
*
* int64 quantity = 5;
* @return The quantity.
*/
long getQuantity();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy