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
Modifier and TypeMethodDescriptionName of the city.com.google.protobuf.ByteStringName of the city.Country code.com.google.protobuf.ByteStringCountry code.Postal code.com.google.protobuf.ByteStringPostal code.Province or state code.com.google.protobuf.ByteStringProvince or state code.Province or state name.com.google.protobuf.ByteStringProvince or state name.Street address line 1.Street address line 2.com.google.protobuf.ByteStringStreet address line 2.com.google.protobuf.ByteStringStreet address line 1.booleanName of the city.booleanCountry code.booleanPostal code.booleanProvince or state code.booleanProvince or state name.booleanStreet address line 1.booleanStreet address line 2.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPostalCode
boolean hasPostalCode()Postal code.
optional string postal_code = 8;- Returns:
- Whether the postalCode field is set.
-
getPostalCode
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
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
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
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
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
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
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.
-