Interface LocationFeedItemOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LocationFeedItem,LocationFeedItem.Builder
public interface LocationFeedItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionLine 1 of the business address.com.google.protobuf.ByteStringLine 1 of the business address.Line 2 of the business address.com.google.protobuf.ByteStringLine 2 of the business address.The name of the business.com.google.protobuf.ByteStringThe name of the business.getCity()City of the business address.com.google.protobuf.ByteStringCity of the business address.Country code of the business address.com.google.protobuf.ByteStringCountry code of the business address.Phone number of the business.com.google.protobuf.ByteStringPhone number of the business.Postal code of the business address.com.google.protobuf.ByteStringPostal code of the business address.Province of the business address.com.google.protobuf.ByteStringProvince of the business address.booleanLine 1 of the business address.booleanLine 2 of the business address.booleanThe name of the business.booleanhasCity()City of the business address.booleanCountry code of the business address.booleanPhone number of the business.booleanPostal code of the business address.booleanProvince of the business address.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
-
hasBusinessName
boolean hasBusinessName()The name of the business.
optional string business_name = 9;- Returns:
- Whether the businessName field is set.
-
getBusinessName
String getBusinessName()The name of the business.
optional string business_name = 9;- Returns:
- The businessName.
-
getBusinessNameBytes
com.google.protobuf.ByteString getBusinessNameBytes()The name of the business.
optional string business_name = 9;- Returns:
- The bytes for businessName.
-
hasAddressLine1
boolean hasAddressLine1()Line 1 of the business address.
optional string address_line_1 = 10;- Returns:
- Whether the addressLine1 field is set.
-
getAddressLine1
String getAddressLine1()Line 1 of the business address.
optional string address_line_1 = 10;- Returns:
- The addressLine1.
-
getAddressLine1Bytes
com.google.protobuf.ByteString getAddressLine1Bytes()Line 1 of the business address.
optional string address_line_1 = 10;- Returns:
- The bytes for addressLine1.
-
hasAddressLine2
boolean hasAddressLine2()Line 2 of the business address.
optional string address_line_2 = 11;- Returns:
- Whether the addressLine2 field is set.
-
getAddressLine2
String getAddressLine2()Line 2 of the business address.
optional string address_line_2 = 11;- Returns:
- The addressLine2.
-
getAddressLine2Bytes
com.google.protobuf.ByteString getAddressLine2Bytes()Line 2 of the business address.
optional string address_line_2 = 11;- Returns:
- The bytes for addressLine2.
-
hasCity
boolean hasCity()City of the business address.
optional string city = 12;- Returns:
- Whether the city field is set.
-
getCity
String getCity()City of the business address.
optional string city = 12;- Returns:
- The city.
-
getCityBytes
com.google.protobuf.ByteString getCityBytes()City of the business address.
optional string city = 12;- Returns:
- The bytes for city.
-
hasProvince
boolean hasProvince()Province of the business address.
optional string province = 13;- Returns:
- Whether the province field is set.
-
getProvince
String getProvince()Province of the business address.
optional string province = 13;- Returns:
- The province.
-
getProvinceBytes
com.google.protobuf.ByteString getProvinceBytes()Province of the business address.
optional string province = 13;- Returns:
- The bytes for province.
-
hasPostalCode
boolean hasPostalCode()Postal code of the business address.
optional string postal_code = 14;- Returns:
- Whether the postalCode field is set.
-
getPostalCode
String getPostalCode()Postal code of the business address.
optional string postal_code = 14;- Returns:
- The postalCode.
-
getPostalCodeBytes
com.google.protobuf.ByteString getPostalCodeBytes()Postal code of the business address.
optional string postal_code = 14;- Returns:
- The bytes for postalCode.
-
hasCountryCode
boolean hasCountryCode()Country code of the business address.
optional string country_code = 15;- Returns:
- Whether the countryCode field is set.
-
getCountryCode
String getCountryCode()Country code of the business address.
optional string country_code = 15;- Returns:
- The countryCode.
-
getCountryCodeBytes
com.google.protobuf.ByteString getCountryCodeBytes()Country code of the business address.
optional string country_code = 15;- Returns:
- The bytes for countryCode.
-
hasPhoneNumber
boolean hasPhoneNumber()Phone number of the business.
optional string phone_number = 16;- Returns:
- Whether the phoneNumber field is set.
-
getPhoneNumber
String getPhoneNumber()Phone number of the business.
optional string phone_number = 16;- Returns:
- The phoneNumber.
-
getPhoneNumberBytes
com.google.protobuf.ByteString getPhoneNumberBytes()Phone number of the business.
optional string phone_number = 16;- Returns:
- The bytes for phoneNumber.
-