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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/common/extensions.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;

public interface AffiliateLocationFeedItemOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.AffiliateLocationFeedItem)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The name of the business.
   * 
* * optional string business_name = 11; * @return Whether the businessName field is set. */ boolean hasBusinessName(); /** *
   * The name of the business.
   * 
* * optional string business_name = 11; * @return The businessName. */ java.lang.String getBusinessName(); /** *
   * The name of the business.
   * 
* * optional string business_name = 11; * @return The bytes for businessName. */ com.google.protobuf.ByteString getBusinessNameBytes(); /** *
   * Line 1 of the business address.
   * 
* * optional string address_line_1 = 12; * @return Whether the addressLine1 field is set. */ boolean hasAddressLine1(); /** *
   * Line 1 of the business address.
   * 
* * optional string address_line_1 = 12; * @return The addressLine1. */ java.lang.String getAddressLine1(); /** *
   * Line 1 of the business address.
   * 
* * optional string address_line_1 = 12; * @return The bytes for addressLine1. */ com.google.protobuf.ByteString getAddressLine1Bytes(); /** *
   * Line 2 of the business address.
   * 
* * optional string address_line_2 = 13; * @return Whether the addressLine2 field is set. */ boolean hasAddressLine2(); /** *
   * Line 2 of the business address.
   * 
* * optional string address_line_2 = 13; * @return The addressLine2. */ java.lang.String getAddressLine2(); /** *
   * Line 2 of the business address.
   * 
* * optional string address_line_2 = 13; * @return The bytes for addressLine2. */ com.google.protobuf.ByteString getAddressLine2Bytes(); /** *
   * City of the business address.
   * 
* * optional string city = 14; * @return Whether the city field is set. */ boolean hasCity(); /** *
   * City of the business address.
   * 
* * optional string city = 14; * @return The city. */ java.lang.String getCity(); /** *
   * City of the business address.
   * 
* * optional string city = 14; * @return The bytes for city. */ com.google.protobuf.ByteString getCityBytes(); /** *
   * Province of the business address.
   * 
* * optional string province = 15; * @return Whether the province field is set. */ boolean hasProvince(); /** *
   * Province of the business address.
   * 
* * optional string province = 15; * @return The province. */ java.lang.String getProvince(); /** *
   * Province of the business address.
   * 
* * optional string province = 15; * @return The bytes for province. */ com.google.protobuf.ByteString getProvinceBytes(); /** *
   * Postal code of the business address.
   * 
* * optional string postal_code = 16; * @return Whether the postalCode field is set. */ boolean hasPostalCode(); /** *
   * Postal code of the business address.
   * 
* * optional string postal_code = 16; * @return The postalCode. */ java.lang.String getPostalCode(); /** *
   * Postal code of the business address.
   * 
* * optional string postal_code = 16; * @return The bytes for postalCode. */ com.google.protobuf.ByteString getPostalCodeBytes(); /** *
   * Country code of the business address.
   * 
* * optional string country_code = 17; * @return Whether the countryCode field is set. */ boolean hasCountryCode(); /** *
   * Country code of the business address.
   * 
* * optional string country_code = 17; * @return The countryCode. */ java.lang.String getCountryCode(); /** *
   * Country code of the business address.
   * 
* * optional string country_code = 17; * @return The bytes for countryCode. */ com.google.protobuf.ByteString getCountryCodeBytes(); /** *
   * Phone number of the business.
   * 
* * optional string phone_number = 18; * @return Whether the phoneNumber field is set. */ boolean hasPhoneNumber(); /** *
   * Phone number of the business.
   * 
* * optional string phone_number = 18; * @return The phoneNumber. */ java.lang.String getPhoneNumber(); /** *
   * Phone number of the business.
   * 
* * optional string phone_number = 18; * @return The bytes for phoneNumber. */ com.google.protobuf.ByteString getPhoneNumberBytes(); /** *
   * Id of the retail chain that is advertised as a seller of your product.
   * 
* * optional int64 chain_id = 19; * @return Whether the chainId field is set. */ boolean hasChainId(); /** *
   * Id of the retail chain that is advertised as a seller of your product.
   * 
* * optional int64 chain_id = 19; * @return The chainId. */ long getChainId(); /** *
   * Name of chain.
   * 
* * optional string chain_name = 20; * @return Whether the chainName field is set. */ boolean hasChainName(); /** *
   * Name of chain.
   * 
* * optional string chain_name = 20; * @return The chainName. */ java.lang.String getChainName(); /** *
   * Name of chain.
   * 
* * optional string chain_name = 20; * @return The bytes for chainName. */ com.google.protobuf.ByteString getChainNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy