BusinessProfileLocationSet
Stay organized with collections
Save and categorize content based on your preferences.
Data used to configure a location set populated from Google Business Profile locations. Different types of filters are AND'ed together, if they are specified.
Fields |
http_authorization_token
|
string
Required. Immutable. The HTTP authorization token used to obtain authorization.
|
email_address
|
string
Required. Immutable. Email address of a Google Business Profile account or email address of a manager of the Google Business Profile account.
|
business_name_filter
|
string
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.
|
label_filters[]
|
string
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.
|
listing_id_filters[]
|
int64
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.
|
business_account_id
|
string
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
[null,null,["Last updated 2025-08-07 UTC."],[],[],null,["# BusinessProfileLocationSet\n\nData used to configure a location set populated from Google Business Profile locations. Different types of filters are AND'ed together, if they are specified.\n\n| Fields ||\n|--------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `http_authorization_token` | `string` Required. Immutable. The HTTP authorization token used to obtain authorization. |\n| ### `email_address` | `string` Required. Immutable. Email address of a Google Business Profile account or email address of a manager of the Google Business Profile account. |\n| ### `business_name_filter` | `string` 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. |\n| ### `label_filters[]` | `string` 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. |\n| ### `listing_id_filters[]` | `int64` 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. |\n| ### `business_account_id` | `string` 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. |"]]