Interface BusinessProfileLocationSetOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BusinessProfileLocationSet, BusinessProfileLocationSet.Builder

public interface BusinessProfileLocationSetOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getHttpAuthorizationToken

      String getHttpAuthorizationToken()
       Required. Immutable. The HTTP authorization token used to obtain
       authorization.
       
      string http_authorization_token = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];
      Returns:
      The httpAuthorizationToken.
    • getHttpAuthorizationTokenBytes

      com.google.protobuf.ByteString getHttpAuthorizationTokenBytes()
       Required. Immutable. The HTTP authorization token used to obtain
       authorization.
       
      string http_authorization_token = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for httpAuthorizationToken.
    • getEmailAddress

      String getEmailAddress()
       Required. Immutable. Email address of a Google Business Profile account or
       email address of a manager of the Google Business Profile account.
       
      string email_address = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The emailAddress.
    • getEmailAddressBytes

      com.google.protobuf.ByteString getEmailAddressBytes()
       Required. Immutable. Email address of a Google Business Profile account or
       email address of a manager of the Google Business Profile account.
       
      string email_address = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The bytes for emailAddress.
    • getBusinessNameFilter

      String getBusinessNameFilter()
       Used to filter Google Business Profile listings by business name. If
       businessNameFilter is set, only listings with a matching business name are
       candidates to be sync'd into Assets.
       
      string business_name_filter = 3;
      Returns:
      The businessNameFilter.
    • getBusinessNameFilterBytes

      com.google.protobuf.ByteString getBusinessNameFilterBytes()
       Used to filter Google Business Profile listings by business name. If
       businessNameFilter is set, only listings with a matching business name are
       candidates to be sync'd into Assets.
       
      string business_name_filter = 3;
      Returns:
      The bytes for businessNameFilter.
    • getLabelFiltersList

      List<String> getLabelFiltersList()
       Used to filter Google Business Profile listings by labels. If entries exist
       in labelFilters, only listings that have any of the labels set are
       candidates to be synchronized into Assets. If no entries exist in
       labelFilters, then all listings are candidates for syncing.
       Label filters are OR'ed together.
       
      repeated string label_filters = 4;
      Returns:
      A list containing the labelFilters.
    • getLabelFiltersCount

      int getLabelFiltersCount()
       Used to filter Google Business Profile listings by labels. If entries exist
       in labelFilters, only listings that have any of the labels set are
       candidates to be synchronized into Assets. If no entries exist in
       labelFilters, then all listings are candidates for syncing.
       Label filters are OR'ed together.
       
      repeated string label_filters = 4;
      Returns:
      The count of labelFilters.
    • getLabelFilters

      String getLabelFilters(int index)
       Used to filter Google Business Profile listings by labels. If entries exist
       in labelFilters, only listings that have any of the labels set are
       candidates to be synchronized into Assets. If no entries exist in
       labelFilters, then all listings are candidates for syncing.
       Label filters are OR'ed together.
       
      repeated string label_filters = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The labelFilters at the given index.
    • getLabelFiltersBytes

      com.google.protobuf.ByteString getLabelFiltersBytes(int index)
       Used to filter Google Business Profile listings by labels. If entries exist
       in labelFilters, only listings that have any of the labels set are
       candidates to be synchronized into Assets. If no entries exist in
       labelFilters, then all listings are candidates for syncing.
       Label filters are OR'ed together.
       
      repeated string label_filters = 4;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the labelFilters at the given index.
    • getListingIdFiltersList

      List<Long> getListingIdFiltersList()
       Used to filter Google Business Profile listings by listing id. If entries
       exist in listingIdFilters, only listings specified by the filters are
       candidates to be synchronized into Assets. If no entries exist in
       listingIdFilters, then all listings are candidates for syncing.
       Listing ID filters are OR'ed together.
       
      repeated int64 listing_id_filters = 5;
      Returns:
      A list containing the listingIdFilters.
    • getListingIdFiltersCount

      int getListingIdFiltersCount()
       Used to filter Google Business Profile listings by listing id. If entries
       exist in listingIdFilters, only listings specified by the filters are
       candidates to be synchronized into Assets. If no entries exist in
       listingIdFilters, then all listings are candidates for syncing.
       Listing ID filters are OR'ed together.
       
      repeated int64 listing_id_filters = 5;
      Returns:
      The count of listingIdFilters.
    • getListingIdFilters

      long getListingIdFilters(int index)
       Used to filter Google Business Profile listings by listing id. If entries
       exist in listingIdFilters, only listings specified by the filters are
       candidates to be synchronized into Assets. If no entries exist in
       listingIdFilters, then all listings are candidates for syncing.
       Listing ID filters are OR'ed together.
       
      repeated int64 listing_id_filters = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The listingIdFilters at the given index.
    • getBusinessAccountId

      String getBusinessAccountId()
       Immutable. The account ID of the managed business whose locations are to be
       used. If this field is not set, then all businesses accessible by the user
       (specified by the emailAddress) are used.
       
      string business_account_id = 6 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The businessAccountId.
    • getBusinessAccountIdBytes

      com.google.protobuf.ByteString getBusinessAccountIdBytes()
       Immutable. The account ID of the managed business whose locations are to be
       used. If this field is not set, then all businesses accessible by the user
       (specified by the emailAddress) are used.
       
      string business_account_id = 6 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The bytes for businessAccountId.