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

    Modifier and Type
    Method
    Description
    getLabels(int index)
    Advertiser specified label for the location on the Business Profile account.
    com.google.protobuf.ByteString
    getLabelsBytes(int index)
    Advertiser specified label for the location on the Business Profile account.
    int
    Advertiser specified label for the location on the Business Profile account.
    Advertiser specified label for the location on the Business Profile account.
    long
    Listing ID of this Business Profile location.
    Business Profile store code of this location.
    com.google.protobuf.ByteString
    Business Profile store code of this location.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getLabelsList

      List<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

      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

      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.