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

com.google.ads.googleads.v17.common.ShoppingLoyaltyOrBuilder 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 ShoppingLoyaltyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.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 - 2024 Weber Informatics LLC | Privacy Policy