Interface AddressInfoOrBuilder

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

    public interface AddressInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasPostalCode

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

        java.lang.String getPostalCode()
         Postal code.
         
        optional string postal_code = 8;
        Returns:
        The postalCode.
      • getPostalCodeBytes

        com.google.protobuf.ByteString getPostalCodeBytes()
         Postal code.
         
        optional string postal_code = 8;
        Returns:
        The bytes for postalCode.
      • hasProvinceCode

        boolean hasProvinceCode()
         Province or state code.
         
        optional string province_code = 9;
        Returns:
        Whether the provinceCode field is set.
      • getProvinceCode

        java.lang.String getProvinceCode()
         Province or state code.
         
        optional string province_code = 9;
        Returns:
        The provinceCode.
      • getProvinceCodeBytes

        com.google.protobuf.ByteString getProvinceCodeBytes()
         Province or state code.
         
        optional string province_code = 9;
        Returns:
        The bytes for provinceCode.
      • hasCountryCode

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

        java.lang.String getCountryCode()
         Country code.
         
        optional string country_code = 10;
        Returns:
        The countryCode.
      • getCountryCodeBytes

        com.google.protobuf.ByteString getCountryCodeBytes()
         Country code.
         
        optional string country_code = 10;
        Returns:
        The bytes for countryCode.
      • hasProvinceName

        boolean hasProvinceName()
         Province or state name.
         
        optional string province_name = 11;
        Returns:
        Whether the provinceName field is set.
      • getProvinceName

        java.lang.String getProvinceName()
         Province or state name.
         
        optional string province_name = 11;
        Returns:
        The provinceName.
      • getProvinceNameBytes

        com.google.protobuf.ByteString getProvinceNameBytes()
         Province or state name.
         
        optional string province_name = 11;
        Returns:
        The bytes for provinceName.
      • hasStreetAddress

        boolean hasStreetAddress()
         Street address line 1.
         
        optional string street_address = 12;
        Returns:
        Whether the streetAddress field is set.
      • getStreetAddress

        java.lang.String getStreetAddress()
         Street address line 1.
         
        optional string street_address = 12;
        Returns:
        The streetAddress.
      • getStreetAddressBytes

        com.google.protobuf.ByteString getStreetAddressBytes()
         Street address line 1.
         
        optional string street_address = 12;
        Returns:
        The bytes for streetAddress.
      • hasStreetAddress2

        boolean hasStreetAddress2()
         Street address line 2. This field is write-only. It is only used for
         calculating the longitude and latitude of an address when geo_point is
         empty.
         
        optional string street_address2 = 13;
        Returns:
        Whether the streetAddress2 field is set.
      • getStreetAddress2

        java.lang.String getStreetAddress2()
         Street address line 2. This field is write-only. It is only used for
         calculating the longitude and latitude of an address when geo_point is
         empty.
         
        optional string street_address2 = 13;
        Returns:
        The streetAddress2.
      • getStreetAddress2Bytes

        com.google.protobuf.ByteString getStreetAddress2Bytes()
         Street address line 2. This field is write-only. It is only used for
         calculating the longitude and latitude of an address when geo_point is
         empty.
         
        optional string street_address2 = 13;
        Returns:
        The bytes for streetAddress2.
      • hasCityName

        boolean hasCityName()
         Name of the city.
         
        optional string city_name = 14;
        Returns:
        Whether the cityName field is set.
      • getCityName

        java.lang.String getCityName()
         Name of the city.
         
        optional string city_name = 14;
        Returns:
        The cityName.
      • getCityNameBytes

        com.google.protobuf.ByteString getCityNameBytes()
         Name of the city.
         
        optional string city_name = 14;
        Returns:
        The bytes for cityName.