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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCityName()Name of the city.com.google.protobuf.ByteStringgetCityNameBytes()Name of the city.java.lang.StringgetCountryCode()Country code.com.google.protobuf.ByteStringgetCountryCodeBytes()Country code.java.lang.StringgetPostalCode()Postal code.com.google.protobuf.ByteStringgetPostalCodeBytes()Postal code.java.lang.StringgetProvinceCode()Province or state code.com.google.protobuf.ByteStringgetProvinceCodeBytes()Province or state code.java.lang.StringgetProvinceName()Province or state name.com.google.protobuf.ByteStringgetProvinceNameBytes()Province or state name.java.lang.StringgetStreetAddress()Street address line 1.java.lang.StringgetStreetAddress2()Street address line 2.com.google.protobuf.ByteStringgetStreetAddress2Bytes()Street address line 2.com.google.protobuf.ByteStringgetStreetAddressBytes()Street address line 1.booleanhasCityName()Name of the city.booleanhasCountryCode()Country code.booleanhasPostalCode()Postal code.booleanhasProvinceCode()Province or state code.booleanhasProvinceName()Province or state name.booleanhasStreetAddress()Street address line 1.booleanhasStreetAddress2()Street address line 2.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
-