Interface BusinessProfileLocationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BusinessProfileLocation,BusinessProfileLocation.Builder
public interface BusinessProfileLocationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLabels(int index)Advertiser specified label for the location on the Business Profile account.com.google.protobuf.ByteStringgetLabelsBytes(int index)Advertiser specified label for the location on the Business Profile account.intgetLabelsCount()Advertiser specified label for the location on the Business Profile account.java.util.List<java.lang.String>getLabelsList()Advertiser specified label for the location on the Business Profile account.longgetListingId()Listing ID of this Business Profile location.java.lang.StringgetStoreCode()Business Profile store code of this location.com.google.protobuf.ByteStringgetStoreCodeBytes()Business Profile store code of this location.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLabelsList
java.util.List<java.lang.String> getLabelsList()
Advertiser specified label for the location on the Business Profile account. This is synced from the Business Profile account.
repeated string labels = 1;- Returns:
- A list containing the labels.
-
getLabelsCount
int getLabelsCount()
Advertiser specified label for the location on the Business Profile account. This is synced from the Business Profile account.
repeated string labels = 1;- Returns:
- The count of labels.
-
getLabels
java.lang.String getLabels(int index)
Advertiser specified label for the location on the Business Profile account. This is synced from the Business Profile account.
repeated string labels = 1;- Parameters:
index- The index of the element to return.- Returns:
- The labels at the given index.
-
getLabelsBytes
com.google.protobuf.ByteString getLabelsBytes(int index)
Advertiser specified label for the location on the Business Profile account. This is synced from the Business Profile account.
repeated string labels = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the labels at the given index.
-
getStoreCode
java.lang.String getStoreCode()
Business Profile store code of this location. This is synced from the Business Profile account.
string store_code = 2;- Returns:
- The storeCode.
-
getStoreCodeBytes
com.google.protobuf.ByteString getStoreCodeBytes()
Business Profile store code of this location. This is synced from the Business Profile account.
string store_code = 2;- Returns:
- The bytes for storeCode.
-
getListingId
long getListingId()
Listing ID of this Business Profile location. This is synced from the linked Business Profile account.
int64 listing_id = 3;- Returns:
- The listingId.
-
-