com.google.ads.googleads.v10.common.ShoppingLoyaltyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/common/offline_user_data.proto
package com.google.ads.googleads.v10.common;
public interface ShoppingLoyaltyOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.ShoppingLoyalty)
com.google.protobuf.MessageOrBuilder {
/**
*
* The membership tier. It is a free-form string as each merchant may have
* their own loyalty system. For example, it could be a number from 1 to 10,
* or a string such as "Golden" or "Silver", or even empty string "".
*
*
* optional string loyalty_tier = 1;
* @return Whether the loyaltyTier field is set.
*/
boolean hasLoyaltyTier();
/**
*
* The membership tier. It is a free-form string as each merchant may have
* their own loyalty system. For example, it could be a number from 1 to 10,
* or a string such as "Golden" or "Silver", or even empty string "".
*
*
* optional string loyalty_tier = 1;
* @return The loyaltyTier.
*/
java.lang.String getLoyaltyTier();
/**
*
* The membership tier. It is a free-form string as each merchant may have
* their own loyalty system. For example, it could be a number from 1 to 10,
* or a string such as "Golden" or "Silver", or even empty string "".
*
*
* optional string loyalty_tier = 1;
* @return The bytes for loyaltyTier.
*/
com.google.protobuf.ByteString
getLoyaltyTierBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy