Interface AffiliateLocationFeedItemOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AffiliateLocationFeedItem, AffiliateLocationFeedItem.Builder

    public interface AffiliateLocationFeedItemOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAddressLine1()
      Line 1 of the business address.
      com.google.protobuf.ByteString getAddressLine1Bytes()
      Line 1 of the business address.
      java.lang.String getAddressLine2()
      Line 2 of the business address.
      com.google.protobuf.ByteString getAddressLine2Bytes()
      Line 2 of the business address.
      java.lang.String getBusinessName()
      The name of the business.
      com.google.protobuf.ByteString getBusinessNameBytes()
      The name of the business.
      long getChainId()
      Id of the retail chain that is advertised as a seller of your product.
      java.lang.String getChainName()
      Name of chain.
      com.google.protobuf.ByteString getChainNameBytes()
      Name of chain.
      java.lang.String getCity()
      City of the business address.
      com.google.protobuf.ByteString getCityBytes()
      City of the business address.
      java.lang.String getCountryCode()
      Country code of the business address.
      com.google.protobuf.ByteString getCountryCodeBytes()
      Country code of the business address.
      java.lang.String getPhoneNumber()
      Phone number of the business.
      com.google.protobuf.ByteString getPhoneNumberBytes()
      Phone number of the business.
      java.lang.String getPostalCode()
      Postal code of the business address.
      com.google.protobuf.ByteString getPostalCodeBytes()
      Postal code of the business address.
      java.lang.String getProvince()
      Province of the business address.
      com.google.protobuf.ByteString getProvinceBytes()
      Province of the business address.
      boolean hasAddressLine1()
      Line 1 of the business address.
      boolean hasAddressLine2()
      Line 2 of the business address.
      boolean hasBusinessName()
      The name of the business.
      boolean hasChainId()
      Id of the retail chain that is advertised as a seller of your product.
      boolean hasChainName()
      Name of chain.
      boolean hasCity()
      City of the business address.
      boolean hasCountryCode()
      Country code of the business address.
      boolean hasPhoneNumber()
      Phone number of the business.
      boolean hasPostalCode()
      Postal code of the business address.
      boolean hasProvince()
      Province of the business address.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasBusinessName

        boolean hasBusinessName()
         The name of the business.
         
        optional string business_name = 11;
        Returns:
        Whether the businessName field is set.
      • getBusinessName

        java.lang.String getBusinessName()
         The name of the business.
         
        optional string business_name = 11;
        Returns:
        The businessName.
      • getBusinessNameBytes

        com.google.protobuf.ByteString getBusinessNameBytes()
         The name of the business.
         
        optional string business_name = 11;
        Returns:
        The bytes for businessName.
      • hasAddressLine1

        boolean hasAddressLine1()
         Line 1 of the business address.
         
        optional string address_line_1 = 12;
        Returns:
        Whether the addressLine1 field is set.
      • getAddressLine1

        java.lang.String getAddressLine1()
         Line 1 of the business address.
         
        optional string address_line_1 = 12;
        Returns:
        The addressLine1.
      • getAddressLine1Bytes

        com.google.protobuf.ByteString getAddressLine1Bytes()
         Line 1 of the business address.
         
        optional string address_line_1 = 12;
        Returns:
        The bytes for addressLine1.
      • hasAddressLine2

        boolean hasAddressLine2()
         Line 2 of the business address.
         
        optional string address_line_2 = 13;
        Returns:
        Whether the addressLine2 field is set.
      • getAddressLine2

        java.lang.String getAddressLine2()
         Line 2 of the business address.
         
        optional string address_line_2 = 13;
        Returns:
        The addressLine2.
      • getAddressLine2Bytes

        com.google.protobuf.ByteString getAddressLine2Bytes()
         Line 2 of the business address.
         
        optional string address_line_2 = 13;
        Returns:
        The bytes for addressLine2.
      • hasCity

        boolean hasCity()
         City of the business address.
         
        optional string city = 14;
        Returns:
        Whether the city field is set.
      • getCity

        java.lang.String getCity()
         City of the business address.
         
        optional string city = 14;
        Returns:
        The city.
      • getCityBytes

        com.google.protobuf.ByteString getCityBytes()
         City of the business address.
         
        optional string city = 14;
        Returns:
        The bytes for city.
      • hasProvince

        boolean hasProvince()
         Province of the business address.
         
        optional string province = 15;
        Returns:
        Whether the province field is set.
      • getProvince

        java.lang.String getProvince()
         Province of the business address.
         
        optional string province = 15;
        Returns:
        The province.
      • getProvinceBytes

        com.google.protobuf.ByteString getProvinceBytes()
         Province of the business address.
         
        optional string province = 15;
        Returns:
        The bytes for province.
      • hasPostalCode

        boolean hasPostalCode()
         Postal code of the business address.
         
        optional string postal_code = 16;
        Returns:
        Whether the postalCode field is set.
      • getPostalCode

        java.lang.String getPostalCode()
         Postal code of the business address.
         
        optional string postal_code = 16;
        Returns:
        The postalCode.
      • getPostalCodeBytes

        com.google.protobuf.ByteString getPostalCodeBytes()
         Postal code of the business address.
         
        optional string postal_code = 16;
        Returns:
        The bytes for postalCode.
      • hasCountryCode

        boolean hasCountryCode()
         Country code of the business address.
         
        optional string country_code = 17;
        Returns:
        Whether the countryCode field is set.
      • getCountryCode

        java.lang.String getCountryCode()
         Country code of the business address.
         
        optional string country_code = 17;
        Returns:
        The countryCode.
      • getCountryCodeBytes

        com.google.protobuf.ByteString getCountryCodeBytes()
         Country code of the business address.
         
        optional string country_code = 17;
        Returns:
        The bytes for countryCode.
      • hasPhoneNumber

        boolean hasPhoneNumber()
         Phone number of the business.
         
        optional string phone_number = 18;
        Returns:
        Whether the phoneNumber field is set.
      • getPhoneNumber

        java.lang.String getPhoneNumber()
         Phone number of the business.
         
        optional string phone_number = 18;
        Returns:
        The phoneNumber.
      • getPhoneNumberBytes

        com.google.protobuf.ByteString getPhoneNumberBytes()
         Phone number of the business.
         
        optional string phone_number = 18;
        Returns:
        The bytes for phoneNumber.
      • hasChainId

        boolean hasChainId()
         Id of the retail chain that is advertised as a seller of your product.
         
        optional int64 chain_id = 19;
        Returns:
        Whether the chainId field is set.
      • getChainId

        long getChainId()
         Id of the retail chain that is advertised as a seller of your product.
         
        optional int64 chain_id = 19;
        Returns:
        The chainId.
      • hasChainName

        boolean hasChainName()
         Name of chain.
         
        optional string chain_name = 20;
        Returns:
        Whether the chainName field is set.
      • getChainName

        java.lang.String getChainName()
         Name of chain.
         
        optional string chain_name = 20;
        Returns:
        The chainName.
      • getChainNameBytes

        com.google.protobuf.ByteString getChainNameBytes()
         Name of chain.
         
        optional string chain_name = 20;
        Returns:
        The bytes for chainName.